Re: libocci - when is it linked into Oracle.so?

2011-01-28 Thread E R
in? I'm using perl 5.12.2 without threading enabled. On Tue, Nov 23, 2010 at 10:28 AM, John Scoles sco...@pythian.com wrote:  On 22/11/2010 2:58 PM, E R wrote: Hi, I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd reports that libocci is linked in, and in another case libocci

Re: libocci - when is it linked into Oracle.so?

2011-01-28 Thread E R
wrote:  On 22/11/2010 2:58 PM, E R wrote: Hi, I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd reports that libocci is linked in, and in another case libocci doesn't show up. I don't know how the first version was built, but the second one was build using: export

libocci - when is it linked into Oracle.so?

2010-11-22 Thread E R
Hi, I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd reports that libocci is linked in, and in another case libocci doesn't show up. I don't know how the first version was built, but the second one was build using: export ORACLE_HOME=... # path the instantclient 10.2.0.4 export

Re: libocci - when is it linked into Oracle.so?

2010-11-22 Thread John R Pierce
On 11/22/10 11:58 AM, E R wrote: Hi, I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd reports that libocci is linked in, and in another case libocci doesn't show up. wild guess says one was linked statically (eg, libocci.a rather than libocci.so). static linking embeds

Re: libocci - when is it linked into Oracle.so?

2010-11-22 Thread E R
On Mon, Nov 22, 2010 at 4:08 PM, John R Pierce pie...@hogranch.com wrote: On 11/22/10 11:58 AM, E R wrote: Hi, I have two DBD/Oracle/Oracle.so shared libraries. In one case ldd reports that libocci is linked in, and in another case libocci doesn't show up. wild guess says one was linked

Oracle.so

2007-06-14 Thread Loo, Peter # PHX
-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: GSQL.pl: fatal: /opt/app/oracle/product/10.2/lib/libclntsh.s o.10.1: wrong ELF class: ELFCLASS64 at /usr/local/lib/perl5/5.8.7/sun4-solaris/DynaLoader.pm line 230. at (eval 14) line 3 Compilation failed in require at (eval 14) line 3

RE: Oracle.so

2007-06-14 Thread Kong, Alan
Did you set SHLIB_PATH, LD_LIBRARY_PATH, and LD_RUN_PATH? -Original Message- From: Loo, Peter # PHX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 1:53 PM To: dbi-users@perl.org Subject: Oracle.so Hi, The same program that ran successfully yesterday is failing

Re: Oracle.so

2007-06-14 Thread Mike Nhan
# PHX wrote: Date: Thu, 14 Jun 2007 10:53:15 -0700 From: Loo, Peter # PHX [EMAIL PROTECTED] To: dbi-users@perl.org Subject: Oracle.so Hi, The same program that ran successfully yesterday is failing with the following error today. Can someone please shed some light what this error means? ERROR

Re: Oracle.so

2007-06-14 Thread John Scoles
://www.nntp.perl.org/group/perl.dbi.users/2006/11/msg30509.html - Original Message - From: Loo, Peter # PHX [EMAIL PROTECTED] To: dbi-users@perl.org Sent: Thursday, June 14, 2007 1:53 PM Subject: Oracle.so Hi, The same program that ran successfully yesterday is failing with the following error

RE: Oracle.so

2007-06-14 Thread Loo, Peter # PHX
To: Loo, Peter # PHX; dbi-users@perl.org Subject: Re: Oracle.so You most likly are not pointing to the correct Oracle path. You are pointing to most-likely the 64 bit so lisb file rather than the 32 bit so libs that DBD::Oracle requires. here are some links to similar problems http://www.issociate.de

very specific DBD::Oracle issue, but I'm not exactly sure if it's the file Oracle.so or libclntsh.so.10.1

2006-08-11 Thread AWardrip
the error install_driver(Oracle) failed: Can't load '/usr/local/lib/perl5/site_perl/5.8.8/ i686-linux/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: No such file or directory at /usr/local/lib/per l5/5.8.8/i686-linux/DynaLoader.pm line

DBD::ORACLE Dynamic Loading error for Oracle.so (libclntsh.so)

2002-06-18 Thread Nietzel, Earle R
load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dynamic linker : /bin/perl : error opening libclntsh.so.8.0 at /usr/local/lib/perl5/5.6.1/i386-svr5/DynaLoader.pm line 206. As you can see it could load a dynamic module. Has anyone experienced or have information about this error

RE: :ORACLE Dynamic Loading error for Oracle.so (libclntsh.so)

2002-06-18 Thread Nietzel, Earle R
/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base...Failed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: dynamic linker: /usr/bin

can't load library Oracle.so

2002-04-29 Thread damien . july
Hello, i put compiled module from aix server to another aix server with the same OS and perl version. but, when i did make test i had the following error message : . can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: a file

Re: can't load library Oracle.so

2002-04-29 Thread Bart Lateur
On Mon, 29 Apr 2002 16:20:40 +0300, [EMAIL PROTECTED] wrote: i put compiled module from aix server to another aix server with the same OS and perl version. but, when i did make test i had the following error message : . can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle

Re: can't load library Oracle.so

2002-04-29 Thread Martien Verbruggen
/Oracle.so' for module DBD::Oracle dlopen: blib/arch/auto/DBD/Oracle/Oracle.so: a file or directory missing at /usr/opt/perl5/lib/5.00503/aix/Dynaloader.pm line 169 i can't compile each module because, i can't have 'cc' compilator. Are the oracle libraries installed, and have you set up

Oracle.so prob on AIX

2001-11-28 Thread Rajib Mukherjee
hi i am having the Oracle.so file not found prob on AIX anyone knows from where and how i can rum the makefile.pl of perl on AIX __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps

Problems installing DBD::Oracle - can't load blib/arch/.../Oracle.so

2001-08-29 Thread Riehm Stephen
: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: shared object not open at /usr/local/packages/perl-5.6.1/lib/5.6.1/i686-linux/DynaLoader.pm line 206. and in DynaLoader (just before line 206) I found: # Many dynamic

Re: Bug - undefined symbol PL_no_modify ---: from Oracle.so(DBD::Oracle)

2001-08-28 Thread ann
), the executable by Perl2Exe (tiny ou not) shows up the following msg: [root@ibizs97 4 Src]# ./ibizGer Can't load './Oracle.so' for module DBD::Oracle: ./Oracle.so: undefined symbol: PL_no_modify at PERL2EXE_STORAGE/DynaLoader.pm line 169. at PERL2EXE_STORAGE/Lib/lDBConnector.pm line 29 BEGIN failed

Re: Bug - undefined symbol PL_no_modify ---: from Oracle.so (DBD::Oracle)

2001-08-28 Thread Tim Bunce
) It works fine for Win32 executable too! But (in Linux), the executable by Perl2Exe (tiny ou not) shows up the following msg: [root@ibizs97 4 Src]# ./ibizGer Can't load './Oracle.so' for module DBD::Oracle: ./Oracle.so: undefined symbol: PL_no_modify at PERL2EXE_STORAGE

Bug - undefined symbol PL_no_modify ---: from Oracle.so (DBD::Oracle)

2001-08-27 Thread Ulisses Gomes
: perl ibizGer (in both platforms) It works fine for Win32 executable too! But (in Linux), the executable by Perl2Exe (tiny ou not) shows up the following msg: [root@ibizs97 4 Src]# ./ibizGer Can't load './Oracle.so' for module DBD::Oracle: ./Oracle.so: undefined symbol: PL_no_modify

Bug - undefined symbol PL_no_modify ---: from Oracle.so (DBD::Oracle)

2001-08-24 Thread Ulisses Gomes
: perl ibizGer (in both platforms) It works fine for Win32 executable too! But (in Linux), the executable by Perl2Exe (tiny ou not) shows up the following msg: [root@ibizs97 4 Src]# ./ibizGer Can't load './Oracle.so' for module DBD::Oracle: ./Oracle.so: undefined symbol: PL_no_modify