* [gentoo-dev] MyODBC
@ 2002-09-22 22:15 Peter Ruskin
2002-09-22 23:25 ` Cedric Veilleux
0 siblings, 1 reply; 11+ messages in thread
From: Peter Ruskin @ 2002-09-22 22:15 UTC (permalink / raw
To: gentoo-dev
Has anyone managed to install MyODBC on a gcc-3.2 system. I've tried
2.50.39 and 3.51.03 tarballs; both go through configure OK but there
are too many errors for make to complete.
I installed libiodbc-3.0.6 OK. My main reason for wanting this is to
use MySQL datasources in OpenOffice.
Peter
--
Gentoo Linux (portage-2.0.37). KDE: 3.0.3 Qt: 3.0.5
AMD Athlon(tm) XP 1600+ 512MB. Kernel: 2.4.19-win4lin. GCC 3.2
Linux user #275590 (http://counter.li.org/). up 10:17.
#=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=#
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-22 22:15 [gentoo-dev] MyODBC Peter Ruskin
@ 2002-09-22 23:25 ` Cedric Veilleux
2002-09-23 1:03 ` Peter Ruskin
0 siblings, 1 reply; 11+ messages in thread
From: Cedric Veilleux @ 2002-09-22 23:25 UTC (permalink / raw
To: Peter Ruskin; +Cc: gentoo-dev
OpenOffice can also use jdbc as a datasource. May be you can use JDBC instead?
On September 22, 2002 06:15 pm, Peter Ruskin wrote:
> Has anyone managed to install MyODBC on a gcc-3.2 system. I've tried
> 2.50.39 and 3.51.03 tarballs; both go through configure OK but there
> are too many errors for make to complete.
>
> I installed libiodbc-3.0.6 OK. My main reason for wanting this is to
> use MySQL datasources in OpenOffice.
>
> Peter
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-22 23:25 ` Cedric Veilleux
@ 2002-09-23 1:03 ` Peter Ruskin
2002-09-23 9:28 ` Paul de Vrieze
0 siblings, 1 reply; 11+ messages in thread
From: Peter Ruskin @ 2002-09-23 1:03 UTC (permalink / raw
To: gentoo-dev
On Monday 23 Sep 2002 00:25, Cedric Veilleux wrote:
> OpenOffice can also use jdbc as a datasource. May be you can use JDBC
> instead?
Thanks for the tip. I just tried that and couldn't connect because
OpenOffice said "No java installed".
I have sun-jdk-1.4.0-r5 and blacdown-jdk-1.3.1-r7. java-config is set
to sun but blackdown is the same. openoffice-bin-1.0.1.
>
> On September 22, 2002 06:15 pm, Peter Ruskin wrote:
> > Has anyone managed to install MyODBC on a gcc-3.2 system. I've
> > tried 2.50.39 and 3.51.03 tarballs; both go through configure OK
> > but there are too many errors for make to complete.
> >
> > I installed libiodbc-3.0.6 OK. My main reason for wanting this is
> > to use MySQL datasources in OpenOffice.
> >
> > Peter
--
Gentoo Linux (portage-2.0.37). KDE: 3.0.3 Qt: 3.0.5
AMD Athlon(tm) XP 1600+ 512MB. Kernel: 2.4.19-win4lin. GCC 3.2
Linux user #275590 (http://counter.li.org/). up 13:02.
#=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=#
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-23 1:03 ` Peter Ruskin
@ 2002-09-23 9:28 ` Paul de Vrieze
2002-09-23 10:08 ` Peter Ruskin
2002-09-23 13:03 ` [gentoo-dev] MyODBC Thomas T. Veldhouse
0 siblings, 2 replies; 11+ messages in thread
From: Paul de Vrieze @ 2002-09-23 9:28 UTC (permalink / raw
To: gentoo-dev
On Monday 23 September 2002 03:03, Peter Ruskin wrote:
> On Monday 23 Sep 2002 00:25, Cedric Veilleux wrote:
> > OpenOffice can also use jdbc as a datasource. May be you can use JDBC
> > instead?
>
> Thanks for the tip. I just tried that and couldn't connect because
> OpenOffice said "No java installed".
>
> I have sun-jdk-1.4.0-r5 and blacdown-jdk-1.3.1-r7. java-config is set
> to sun but blackdown is the same. openoffice-bin-1.0.1.
>
You must also configure openoffice for the jdk you want
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-23 9:28 ` Paul de Vrieze
@ 2002-09-23 10:08 ` Peter Ruskin
2002-09-23 10:57 ` Paul de Vrieze
2002-09-23 13:03 ` [gentoo-dev] MyODBC Thomas T. Veldhouse
1 sibling, 1 reply; 11+ messages in thread
From: Peter Ruskin @ 2002-09-23 10:08 UTC (permalink / raw
To: gentoo-dev
On Monday 23 Sep 2002 10:28, Paul de Vrieze wrote:
> On Monday 23 September 2002 03:03, Peter Ruskin wrote:
> > On Monday 23 Sep 2002 00:25, Cedric Veilleux wrote:
> > > OpenOffice can also use jdbc as a datasource. May be you can use
> > > JDBC instead?
> >
> > Thanks for the tip. I just tried that and couldn't connect because
> > OpenOffice said "No java installed".
> >
> > I have sun-jdk-1.4.0-r5 and blacdown-jdk-1.3.1-r7. java-config is
> > set to sun but blackdown is the same. openoffice-bin-1.0.1.
>
> You must also configure openoffice for the jdk you want
>
> Paul
How do you mean, Paul? When I install openoffice? How? I did Data
Source Administration within openoffice, selected
Database type: JDBC
Data source URL jdbc:msql://localhost:3306/
JDBC driver class /usr/share/mysql-jdbc/lib/mm.mysql-2.0.14-bin.jar
...result:
The connection to the data source "mysql" could not be established.
No java installed!
--
Gentoo Linux (portage-2.0.37). KDE: 3.0.3 Qt: 3.0.5
AMD Athlon(tm) XP 1600+ 512MB. Kernel: 2.4.19-win4lin. GCC 3.2
Linux user #275590 (http://counter.li.org/). up 22:05.
#=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=#
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-23 10:08 ` Peter Ruskin
@ 2002-09-23 10:57 ` Paul de Vrieze
2002-09-26 15:55 ` [gentoo-dev] procps-2.0.7-r6 sandbox violation Tom Syroid
0 siblings, 1 reply; 11+ messages in thread
From: Paul de Vrieze @ 2002-09-23 10:57 UTC (permalink / raw
To: gentoo-dev
On Monday 23 September 2002 12:08, Peter Ruskin wrote:
>
> How do you mean, Paul? When I install openoffice? How? I did Data
> Source Administration within openoffice, selected
> Database type: JDBC
> Data source URL jdbc:msql://localhost:3306/
> JDBC driver class /usr/share/mysql-jdbc/lib/mm.mysql-2.0.14-bin.jar
> ...result:
> The connection to the data source "mysql" could not be established.
> No java installed!
Openoffice by default is not installed with java support. To enable it for
your user do:
Edit /etc/openoffice/autorespons.conf
Change the line that says
JavaSupport=none
into
JavaSupport=preinstalled_or_none
Then go into ~/.openoffice
mv 1.0.1 1.0.1-old
Edit ~/.sversionrc and remove the line about openoffice 1.0.1
Run ooffice (now automatically a new installation is performed)
exit ooffice
go into ~/.openoffice
cp 1.0.1/user/config/javarc 1.0.1-old/user/config/
rm -r 1.0.1
mv 1.0.1-old 1.0.1
And you will have Java running for you under openoffice.
Paul
ps. You could of course also obtain a valid javarc from somewhere else (or
make it yourself) and put it there
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-23 9:28 ` Paul de Vrieze
2002-09-23 10:08 ` Peter Ruskin
@ 2002-09-23 13:03 ` Thomas T. Veldhouse
2002-09-23 13:06 ` Paul de Vrieze
1 sibling, 1 reply; 11+ messages in thread
From: Thomas T. Veldhouse @ 2002-09-23 13:03 UTC (permalink / raw
To: Paul de Vrieze, gentoo-dev
You should NOT have to run a java vm just to get access to a database. You
really should pursue getting unixODBC, MyODBC working. Perhaps a bug report
is in order.
Tom Veldhouse
----- Original Message -----
From: "Paul de Vrieze" <pauldv@cs.kun.nl>
To: <gentoo-dev@gentoo.org>
Sent: Monday, September 23, 2002 4:28 AM
Subject: Re: [gentoo-dev] MyODBC
On Monday 23 September 2002 03:03, Peter Ruskin wrote:
> On Monday 23 Sep 2002 00:25, Cedric Veilleux wrote:
> > OpenOffice can also use jdbc as a datasource. May be you can use JDBC
> > instead?
>
> Thanks for the tip. I just tried that and couldn't connect because
> OpenOffice said "No java installed".
>
> I have sun-jdk-1.4.0-r5 and blacdown-jdk-1.3.1-r7. java-config is set
> to sun but blackdown is the same. openoffice-bin-1.0.1.
>
You must also configure openoffice for the jdk you want
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] MyODBC
2002-09-23 13:03 ` [gentoo-dev] MyODBC Thomas T. Veldhouse
@ 2002-09-23 13:06 ` Paul de Vrieze
0 siblings, 0 replies; 11+ messages in thread
From: Paul de Vrieze @ 2002-09-23 13:06 UTC (permalink / raw
To: Thomas T. Veldhouse, gentoo-dev
On Monday 23 September 2002 15:03, Thomas T. Veldhouse wrote:
> You should NOT have to run a java vm just to get access to a database. You
> really should pursue getting unixODBC, MyODBC working. Perhaps a bug
> report is in order.
>
I agree on that. Though if you want to use jdbc, the way to go is first to
enable java.
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-dev] procps-2.0.7-r6 sandbox violation
2002-09-23 10:57 ` Paul de Vrieze
@ 2002-09-26 15:55 ` Tom Syroid
2002-09-26 20:57 ` Kevin Hayes
0 siblings, 1 reply; 11+ messages in thread
From: Tom Syroid @ 2002-09-26 15:55 UTC (permalink / raw
To: gentoo-dev
Damn. Broke a perfect record. In 8 months of installing Gentoo, I've yet to
have a problem building the base system...
Clean install of 1.4-rc1
I've sync'd and rsync'd several times, but the problem remains
The system is trying to build procps-2.0.7-r6 and dies with a sandbox
violation. While I've heard of this error before, I've never personally
experienced it so I'm at a loss at to what to do.
The /tmp errorlog show:
unlink: /var/catman/cat1/ps.1.gz
unlink: /var/man/cat1/ps.1.gz
Guidance appreciated.
Best,
/tom
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] procps-2.0.7-r6 sandbox violation
2002-09-26 15:55 ` [gentoo-dev] procps-2.0.7-r6 sandbox violation Tom Syroid
@ 2002-09-26 20:57 ` Kevin Hayes
2002-09-26 22:03 ` Tom Syroid
0 siblings, 1 reply; 11+ messages in thread
From: Kevin Hayes @ 2002-09-26 20:57 UTC (permalink / raw
To: Tom Syroid; +Cc: gentoo-dev
On Thu, 26 Sep 2002 09:55:37 -0600
Tom Syroid <tom@syroidmanor.com> wrote:
> Damn. Broke a perfect record. In 8 months of installing Gentoo, I've yet to
> have a problem building the base system...
>
> Clean install of 1.4-rc1
> I've sync'd and rsync'd several times, but the problem remains
>
> The system is trying to build procps-2.0.7-r6 and dies with a sandbox
> violation. While I've heard of this error before, I've never personally
> experienced it so I'm at a loss at to what to do.
>
> The /tmp errorlog show:
>
> unlink: /var/catman/cat1/ps.1.gz
> unlink: /var/man/cat1/ps.1.gz
>
> Guidance appreciated.
>
> Best,
> /tom
See http://bugs.gentoo.org/show_bug.cgi?id=8390
--
Kevin Hayes
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-dev] procps-2.0.7-r6 sandbox violation
2002-09-26 20:57 ` Kevin Hayes
@ 2002-09-26 22:03 ` Tom Syroid
0 siblings, 0 replies; 11+ messages in thread
From: Tom Syroid @ 2002-09-26 22:03 UTC (permalink / raw
To: Kevin Hayes; +Cc: gentoo-dev
OK Kevin... thanks for that. I didn't think to check the buglist as I
hadn't seen any commentary on the user list regarding this problem.
I did manage to overcome the "show-stopper" status, however.
I,
* kept running emerge -p system
* emerged each package individually, excluding procps
* finished off the build
* brought up the system
* then 'emerge system'
* and procps then built without the violation
Best,
/tom
--On Friday, September 27, 2002 6:57 +1000 Kevin Hayes <kjhaze@yahoo.com>
wrote:
> On Thu, 26 Sep 2002 09:55:37 -0600
> Tom Syroid <tom@syroidmanor.com> wrote:
>
>> Damn. Broke a perfect record. In 8 months of installing Gentoo, I've yet
>> to have a problem building the base system...
>>
>> Clean install of 1.4-rc1
>> I've sync'd and rsync'd several times, but the problem remains
>>
>> The system is trying to build procps-2.0.7-r6 and dies with a sandbox
>> violation. While I've heard of this error before, I've never personally
>> experienced it so I'm at a loss at to what to do.
>>
>> The /tmp errorlog show:
>>
>> unlink: /var/catman/cat1/ps.1.gz
>> unlink: /var/man/cat1/ps.1.gz
>>
>> Guidance appreciated.
>>
>> Best,
>> /tom
>
> See http://bugs.gentoo.org/show_bug.cgi?id=8390
>
> --
> Kevin Hayes
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2002-09-26 22:07 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-22 22:15 [gentoo-dev] MyODBC Peter Ruskin
2002-09-22 23:25 ` Cedric Veilleux
2002-09-23 1:03 ` Peter Ruskin
2002-09-23 9:28 ` Paul de Vrieze
2002-09-23 10:08 ` Peter Ruskin
2002-09-23 10:57 ` Paul de Vrieze
2002-09-26 15:55 ` [gentoo-dev] procps-2.0.7-r6 sandbox violation Tom Syroid
2002-09-26 20:57 ` Kevin Hayes
2002-09-26 22:03 ` Tom Syroid
2002-09-23 13:03 ` [gentoo-dev] MyODBC Thomas T. Veldhouse
2002-09-23 13:06 ` Paul de Vrieze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox