Re: segfault while oading DBD::Pg on Fedora Core 2

2006-05-08 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > /usr/bin/perl: error while loading shared libraries: > /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/DBI/DBI.so: > undefined symbol: Perl_Gthr_key_ptr Sounds like something is out of sync. You might try reinstalling DBI, or even Pe

RE: DBI->data_sources('Oracle')

2006-05-08 Thread Reidy, Ron
Change your sqlnet.ora to read: Names.directory_path = (LDAP) This assumes you have a proper ldap.ora file in the same location as your sqlnet.ora. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Alexander Foken [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 02, 2006

RE: Strange DBI/DBD problems

2006-05-08 Thread Martin J. Evans
On 08-May-2006 Michael Muratet US-Huntsville wrote: > Greetings > > I am trying to install mysql/DBI/DBD on a Dell Poweredge 6850 with quad > dual-core Xeons running RedHat Enterprise v4. I removed the mysql rpms and > installed 5.0.21 from source. I downloaded the 1.5 DBI and 3.003 DBD from > CP

Strange DBI/DBD problems

2006-05-08 Thread Michael Muratet US-Huntsville
Greetings I am trying to install mysql/DBI/DBD on a Dell Poweredge 6850 with quad dual-core Xeons running RedHat Enterprise v4. I removed the mysql rpms and installed 5.0.21 from source. I downloaded the 1.5 DBI and 3.003 DBD from CPAN and installed them from source. I have installed this softw

DBD::Pg 1.49 released

2006-05-08 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 1.49 of DBD::Pg has been released. This version adds support for the ParamTypes statment handle attribute, and fixes a small bug in ParamValues. It strips the final newline (as it did before) from error messages, so that Perl's die will repor

segfault while oading DBD::Pg on Fedora Core 2

2006-05-08 Thread Jakub Łukomski
hi. i'm trying to develop a perl app, which uses PostgreSQL for te database. the app works fine, however i can't get it to run on client's machine. he's got fedora core 2 running there. i had to install PostgreSQL and DBD::Pg myself (through 'yum' since it's fedora). the problem i get is: DBD::P