Re: Problem on Solaris 8 64-bit.

2006-04-12 Thread Rhugga Harper
It is looking in $ORACLE_HOME/lib: adcnaa02:/usr/local/internal/log #dump -Lv Usage: dump [-agcd:fhn:oprstvCLT:V?] file(s) ... adcnaa02:/usr/local/internal/log #/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/DBD/Oracle/Oracle.so adcnaa02:/usr/local/internal/log #dump -Lv

Re: Problem on Solaris 8 64-bit.

2006-04-04 Thread Alan Burlison
Garrett, Philip (MAN-Corporate) wrote: If you run: LD_DEBUG=libs perl -MDBD::Oracle -e1 You'll see what paths the dynamic linker is searching for the Oracle libs. Maybe that will help. Easier still, run dump -Lv

Re: Problem on Solaris 8 64-bit.

2006-04-04 Thread John Scoles
You might be onto something Philip I know if you are trying to use the instant client the Make file will hard coded link something like this ln -s libclntsh.so.10.1 libclntsh.so Perhaps in a 64 bit world you do not need this link? Unfortunately I do not have a 64bit box to test on so I can only

Re: Problem on Solaris 8 64-bit.

2006-04-03 Thread Rhugga Harper
On 3/30/06, Jonathan Leffler [EMAIL PROTECTED] wrote: On 3/30/06, Rhugga Harper [EMAIL PROTECTED] wrote: I'm running Oracle 10.2.0.1 on Solaris 8 64-bit. I running DBI 1.50, DBD::Oracle 1.16, and Perl 5.8.7. When I run a script that uses DBD::Oracle, it complains about wrong ELF

RE: Problem on Solaris 8 64-bit.

2006-04-03 Thread Garrett, Philip \(MAN-Corporate\)
-Original Message- From: Rhugga Harper [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 10:39 AM To: Jonathan Leffler Cc: dbi-users@perl.org Subject: Re: Problem on Solaris 8 64-bit. On 3/30/06, Jonathan Leffler [EMAIL PROTECTED] wrote: On 3/30/06, Rhugga Harper

Problem on Solaris 8 64-bit.

2006-03-30 Thread Rhugga Harper
I'm running Oracle 10.2.0.1 on Solaris 8 64-bit. I running DBI 1.50, DBD::Oracle 1.16, and Perl 5.8.7. When I run a script that uses DBD::Oracle, it complains about wrong ELF class: Can't load '/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:

Re: Problem on Solaris 8 64-bit.

2006-03-30 Thread Jonathan Leffler
On 3/30/06, Rhugga Harper [EMAIL PROTECTED] wrote: I'm running Oracle 10.2.0.1 on Solaris 8 64-bit. I running DBI 1.50, DBD::Oracle 1.16, and Perl 5.8.7. When I run a script that uses DBD::Oracle, it complains about wrong ELF class: Can't load