Hi there,

On Thu, 10 May 2001, Harnish, Joe wrote:

> When I start getting this error, I can shutdown the httpd server, and the
> machine and it will still give this error.  If I wait a while(sometimes
> hours, sometimes days) it will come
> back.  Sometimes it is a few hours.  Sometimes it is days.  I have installed
> Apache::DBI in hopes of a possible fix.  
>  
> The error I get is:
> Software error:
> 
> Can't load
> '/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/DBD/Oracle/Oracle.so' for
> module DBD::Oracle: libclntsh.so.8.0: cannot open shared object file: No
> such file or directory at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line
> 200. at (eval 13) line 3 


I think I read somewhere that this error sometimes happens as a kind
of catch-all, and doesn't really mean what it says.  I think it can
mean that an executable wouldn't run, or couldn't be found in the
search paths currently in use by the app (and not that it wasn't there).

You seem to have two files in this message, (Oracle.so and libclntsh.so.8.0).
Have you checked both?  There should have a symlink libclntsh.so pointing to
libclntsh.so.8.0 I think.

Have you checked that the paths are correct when this happens?
Check especially LD_LIBRARY_PATH.

HTH

73,
Ged.




Reply via email to