Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> connecting to DBI::Oracle from web pages

connecting to DBI::Oracle from web pages

From: <kehleyr678_at_my-deja.com>
Date: 2000/07/26
Message-ID: <8lmrps$jii$1@nnrp1.deja.com>#1/1

Hello,

I have an Oracle 8 Enterprise server and an Apache Web serevr running or Red hat Linux. I have a script which connects to the database through DBI and performs a select. From the command line this works perfectly, but from the Web page it does not. It stops right after the $dbh->connect statement.

I have cheched the logs and there is some strange message saying:

"install_driver(Oracle) failed: Can't load
'/usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.1.0: cannot open shared object file: No such file or directory at
/usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169, <CONFIG> chunk 3.

 at (eval 1) line 3
Perhaps a required shared library or dll isn't installed where expected
"

I have no Dynaloader.pm file, and neither do I have a i386-linux flder under 5.00503.

What should I do?? Thnx!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Jul 26 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US