cannot install DBD::Pg

2006-07-31 Thread LLC
Hi List; I'm trying to install DBD::Pg on a RedHat EL4 (64bit) box. I used CPAN to install DBI then I downloaded DBD::Pg and ran the make. When I run make test I get this. Any suggestions/help would be greatly appreciated... Thanks in advance $ make test PERL_DL_NONLAZY=1 /usr/bin/perl

Errors, Connecting to Oracle

2006-06-29 Thread LLC
Hi List. I've installed Oracle on my linux box (SuSE 10) and I've installed DBD::Oracle. I can run sqlplus as the oracle user however when I try and connect via DBD::Oracle in a perl script I always get errors as follows: connect string = my $dbh = DBI-connect(dbi:Oracle:ORCL, 'oracle',

multiple perl installs - OT

2006-06-22 Thread LLC
Hi List; does anyone know how to install a new instance/version of perl on a Linux box (RHEL4) which already has more than one instance installed and force scripts to not only use the new perl executable but the new perl libs, modules, etc? Thanks in advance...

Errors trying to execute DBI::Sybase script...

2006-06-19 Thread LLC
Hi List; I have a scriptthat is working on a SuSe 386 laptop. However when I attempt to run it on a Redhat x86_64 box I get this: DBI object version 1.40 does not match $DBI::VERSION 1.51 at /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/DynaLoader.pm line 253. BEGIN failed--compilation

Is Perl-DBI Slow?

2006-06-14 Thread LLC
I've heard that perl-DBI is slow. Is this true? If so, is it because of Perl being an interpreted language?