It gives the same message as if the LD_LIBRARY_PATH is not set.
install_driver(Oracle) failed: Can't load
'/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/Oracle/Oracle.so' for
module DBD::Oracle: shared object not open at
/usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200.
at (eval 6) line 3
Compilation failed in require at (eval 6) line 3.
Perhaps a required shared library or dll isn't installed where expected
But when I run the printenv script from my browser it shows LD_LIBRARY_PATH
still set.
Joe
-----Original Message-----
From: Sterin, Ilya [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 10:06 AM
To: 'Harnish, Joe '; ''[EMAIL PROTECTED]' '
Subject: RE: Oracle, Apache and Linux
Why won't it be able to connect? What's the error message. Please provide
more info so we can help.
Ilya Sterin
-----Original Message-----
From: Harnish, Joe
To: '[EMAIL PROTECTED]'
Sent: 04/13/2001 7:51 AM
Subject: Oracle, Apache and Linux
I am Running Apache on a RH7 Linux box. I have mod_perl installed into
Apache. I have also installed the DBI and theDBD::Oracle. They
installed
just fine. I have multiple perl scripts that access the Oracle
Database.
After a while my perl scripts (running through Apache) will not be able
to
connect to the Oracle Database. I can still connect using SQL Plus.
Any Ideas
Thanks
Joe