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

2011-01-28 Thread E R
; > Is anyone having problems using DBD::Oracle in a mod_perl environment > when libocci is _not_ linked in? I'm using perl 5.12.2 without > threading enabled. > > On Tue, Nov 23, 2010 at 10:28 AM, John Scoles wrote: >>  On 22/11/2010 2:58 PM, E R wrote: >>>

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

2011-01-28 Thread E R
? I'm using perl 5.12.2 without threading enabled. On Tue, Nov 23, 2010 at 10:28 AM, John Scoles 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 i

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

2010-11-23 Thread John Scoles
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 O

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 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 >>

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 emb

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.

RE: Oracle.so

2007-06-14 Thread Loo, Peter # PHX
: 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

Re: Oracle.so

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

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

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 with the

Oracle.so

2007-06-14 Thread Loo, Peter # PHX
.8.7/s un4-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 (

RE: 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 Garrett, Philip \(MAN-Corporate\)
[EMAIL PROTECTED] wrote: > 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 direc

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/Dyn

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

2002-06-18 Thread Nietzel, Earle R
Here is a bit more info from "perl Makefile.PL -s mutex_init" searching oracle lib/libclient8.a ... [50]| 0| 0|NOTY |GLOB |0|UNDEF |mutex_init searching oracle lib/libclntst8.a ... [50]| 0| 0|NOTY |GLOB |0|UNDEF |mutex_init [29]| 0|

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::Ora

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

2002-06-18 Thread Nietzel, Earle R
x27;t 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 a

Re: can't load library Oracle.so

2002-04-29 Thread Martien Verbruggen
. can't > load 'blib/arch/auto/DBD/Oracle/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&

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/D

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.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
t; The DBD::Oracle tests fail with the message: > > 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 &

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

2001-08-28 Thread Tim Bunce
#x27;ibizGer' uses DBI with DBD::Oracle. Our target is Win32 & > >> Linux platform. > >> It works fine when called by perl : > perl ibizGer (in both platforms) > >> It works fine for Win32 executable too! > >> > >> But (in Linux), the exe

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

2001-08-28 Thread ann
called by perl : > 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'

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

2001-08-27 Thread Tim Bunce
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/DynaLoader.pm line 169. >

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

2001-08-27 Thread Ulisses Gomes
when called by perl : > 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:

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

2001-08-24 Thread Ulisses Gomes
when called by perl : > 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:

Oracle.so cannot be loaded.

2001-05-10 Thread Jayanta Banerjee
/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/DBD/Oracle/Oracle.so for module DBD::Oracle: ld.so.1: /usr/local/bin/perl: fatal : relocation error /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/DBD/Oracle/Oracle.so Symbol Perl_no_modify referenced symbol not found at /usr/local/lib/perl5/5.6.0/su