Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBD::Oracle not working from Browser.

Status
Not open for further replies.

SirCharles

Programmer
Jun 10, 2002
212
US
Am migrating from SUN to RedHat. A perl script using DBI works from the command line, but when invoked from the browser dies on DBI->connect. Following is from the error_log:
Reference found where even-sized list expected at ./displayfoobar.pl line 39.
install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libclntsh.so.9.0: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.
at (eval 2) line 3
Compilation failed in require at (eval 2) line 3.
Perhaps a required shared library or dll isn't installed where expected
at ./displayfoobar.pl line 158

Possible clue?:
The compilation of the DBI/DBD modules indicates that I shouldn't be running perl with threads enabled.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top