RE: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Wholey, Joseph \(GTI\)
Jonathan, ...and finally, are you aware of a version that points to the 64 bit libraries. If not... no big deal... I'll just hack it. And your help and responsiveness has been incredible. Better than paid support. Regards, Joe -Original Message- From: Jonathan Leff

collecting the data for dependancy each of perl module such as dbi.

2007-02-08 Thread Patrix Diradja
Dear my friends, Now I am intrested for using DBI in each of my rdbms work. But it can be there is a situation for me for working without internet connection whereas I use "ppm search dbi" and "ppm install dbi" on the station where I work. So I am willing to download all of perl

RE: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Wholey, Joseph \(GTI\)
Jonathan (sorry about that) You are correct... it is a 32 bit file bear with me...I'm a little confused by this statement: "You need to distinguish between the database server (which I think your evidence below shows is the case) and the client software used to connect to it." The server

RE: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Wholey, Joseph \(GTI\)
Jonathon, I'm really in a pinch here: Here's the error I get when I try to compile the DBD:. Can you help me out here. Below you'll find my level of Perl and the dbd and dbi versions I'm attempting to install. gcc -shared DB2.o dbdimp.o -o blib/arch/auto/DBD/DB2/DB2.so -L/opt/IBM/db2/V8

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
On 2/8/07, Wholey, Joseph (GTI) <[EMAIL PROTECTED]> wrote: Jonathan, ...and finally, are you aware of a version that points to the 64 bit libraries. If not... no big deal... I'll just hack it. And your help and responsiveness has been incredible. Better than paid support. Nope - I'm not

DBD-Oracle-1.19 problems

2007-02-08 Thread Guilherme Franco
Hello, I'm having problems to run perl Makefile.PL: [EMAIL PROTECTED] DBD-Oracle-1.19]# perl Makefile.PL -V 10.2.0.1.0 Using DBI 1.53 (for perl 5.008005 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/DBI/ Configuring DBD::Oracle for p

RE: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Wholey, Joseph \(GTI\)
Jonathon, OK... we're making progress... that is a 64 bit db2... maybe there is a problem with their libraries. Anyway, what from that error I'd sent you indicates that it's going against a 32 bit db2 lib? btw... I really appreciate your help on this. rpcjq-mphqa1cjs101;/rpcjqhome/rpcjq>ex

Re: DBD-Oracle-1.19 problems

2007-02-08 Thread Guilherme Franco
Nevermind, installed sdk and it worked On 2/8/07, Guilherme Franco <[EMAIL PROTECTED]> wrote: Hello, I'm having problems to run perl Makefile.PL: [EMAIL PROTECTED] DBD-Oracle-1.19]# perl Makefile.PL -V 10.2.0.1.0 Using DBI 1.53 (for perl 5.008005 on x86_64-linux-thread-multi) installed in /us

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
On 2/8/07, Wholey, Joseph (GTI) <[EMAIL PROTECTED]> wrote: You are correct... it is a 32 bit file bear with me...I'm a little confused by this statement: "You need to distinguish between the database server (which I think your evidence below shows is the case) and the client software used

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
On 2/8/07, Wholey, Joseph (GTI) <[EMAIL PROTECTED]> wrote: Jonathon, Dear Joseph, My name is JonathAn - please! OK... we're making progress... that is a 64 bit db2... maybe there is a problem with their libraries. Anyway, what from that error I'd sent you indicates that it's going against

Re: perl DBD and DBI for 64 bit perl

2007-02-08 Thread Jonathan Leffler
On 2/8/07, Wholey, Joseph (GTI) <[EMAIL PROTECTED]> wrote: Jonathon, Dear Josaph :-) I'm really in a pinch here: Here's the error I get when I try to compile the DBD:. Can you help me out here. Below you'll find my level of Perl and the dbd and dbi versions I'm attempting to install.

Balasan: RE: Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-08 Thread Patrix Diradja
Garrett, you've saved me. Thank youthank...you.thanks. thousands times. I really appreciate your help, Garrett... "Garrett, Philip (MAN-Corporate)" <[EMAIL PROTECTED]> wrote: DBI::ADO is not a module. The module is DBD::ADO. But you don't need to load it -- DBI wil

RE: Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-08 Thread Garrett, Philip \(MAN-Corporate\)
DBI::ADO is not a module. The module is DBD::ADO. But you don't need to load it -- DBI will load it for you. use DBI; # DBI automatically loads ADO my $dbh = DBI->connect('dbi:ADO:...',...); -Original Message- From: Patrix Diradja [mailto:[EMAIL PROTECTED] Sent: Thursday, Februar

RE: :Oracle on Solaris 10 and Oracle 10g

2007-02-08 Thread Reidy, Ron
I think you need to compile against the 32 bit Oracle libraries - http://research.imb.uq.edu.au/~l.rathbone/solaris/perl.shtml -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Jay Tipton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 3:35 PM To: dbi-user

Balasan: RE: Balasan: RE: Balasan: RE: can't execute "use $database"

2007-02-08 Thread Patrix Diradja
Dear Garrett it still doesn't work. Here is the error message: Can't locate DBI/ADO.pm in @INC (@INC contains: C:\Program Files\ActiveState Perl Dev Kit 6.0\lib\ C:/Perl/site/lib C:/Perl/lib .) at cldump.pl line 8. BEGIN failed--compilation aborted at cldump.pl line 8. Please tel

RE: :Oracle on Solaris 10 and Oracle 10g

2007-02-08 Thread Matthew Ramadanovic
I had this problem on Solaris 8 and the solution was to make sure your LD_LIBRARY_PATH environmental variable included the path for the 32 bit drivers (which at least for that version it doesn't by default). I mailed myself a snippet back then after resolving the issue (below). I think this one has

DBD::Oracle on Solaris 10 and Oracle 10g

2007-02-08 Thread Jay Tipton
I am trying to get DBD::Oracle installed on a Solaris 10 system (64bit) with Oracle 10g. I downloaded DBD-Oracle-1.19. As root, I run perl Makefile.PL , which seems to run successfully, but when I run make test, I get: ld:fatal: file Oracle.o : wrong ELF class: ELFCLASS32 I can see no referenc