Try this: LD_LIBRARY_PATH=$ORACLE_HOME/lib export LD_LIBRARY_PATH Verify that libclntsh* is built in $ORACLE_HOME/lib. If not then run (or have the supporting DBA/Sys Admin) $ORACLE_HOME/bin/genclntsh to create the libclntsh shared library.
YMMV Tom On Thu, Jan 24, 2002 at 03:49:15PM -0500, Albert E. Whale wrote: > I am having a problem running the make test function. > > The target server is a Solaris 2.6 box, running Oracle 8.0.6. > > Any assistance you can provide would be greatly appreciated. > > Have a Great Day! > > t/general...........install_driver(Oracle) failed: Can't load >'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: >/usr/local/bin/perl: fatal: libclntsh.so.1.0: open failed: No such file or directory >at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206. > at (eval 1) line 3 > Compilation failed in require at (eval 1) line 3. > Perhaps a required shared library or dll isn't installed where expected > at t/general.t line 20 -- Thomas A. Lowery See DBI/FAQ http://tlowery.hypermart.net _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
