in reply to DBI Connect HP-UX Oracle

To fix this error I type
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
You will also want to put this in your /etc/profile file. And put SetEnv LD_LIBRARY_PATH=$ORACLE_HOME/lib in you httpd.conf

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.

Replies are listed 'Best First'.
Re: Re: DBI Connect HP-UX Oracle
by chipmunk (Parson) on Feb 15, 2001 at 21:25 UTC
    FYI, that solution actually solves a similar problem, the one evidenced by this error:
    install_driver(Oracle) failed: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/Oracle/Oracl +e.so' for module DBD::Oracle: ld.so.1:/usr/local/bin/perl: fatal: libclntsh.so.8.0: open failed: No such file or directory at /usr/local/lib/perl5/5.00503/i86pc-solaris-thread/DynaLoader.pm line 169.
    This error occurs when all the DBD::Oracle files are found, but the main Oracle libraries aren't. In the original poster's case the DBD::Oracle files weren't found (this problem actually isn't as common, though).