> 
> it was in LD_LIBRARY_PATH, but not in /etc/ld.so.conf.
> cool, that seemed to do the trick... thanks

 so the user that the apache process is running as probably wasn't 
 picking up LD_LIBRARY_PATH. by putting it in ld.so.conf you made
 it available to all users. 

> 
> not knowing much about ldconfig, just curious about the error:
> ldconfig: warning: /u01/app/oracle/product/8.0.5.1/lib/libclntsh.so.1.0 is
> not a symlink

 not sure if that's a problem. on my system there is a symlink:

 lrwxrwxrwx    1 oracle   oracle         16 Jul 10 10:49 
/opt/oracle/product/8.1.6/lib/libclntsh.so -> libclntsh.so.8.0

 maybe this is an oracle install issue? 

Aaron

> cause for concern?
> 
> --Geoff
> 
> > 
> > > 
> > > use DBD::Oracle;  
> > > # results in:
> > > # Can't load
> > > 
> > '/usr/local/lib/perl5/site_perl/5.6.0/i686-linux-thread-multi/
> > auto/DBD/Oracl
> > > e/Oracle.so' for module DBD::Oracle: libclntsh.so.1.0: 
> > cannot open shared
> > > object file: No such file or directory at
> > 
> >  see.. it can't find libclntsh.so.1.0. i don't have that 
> > exact file, but i 
> >  do have /opt/oracle/product/8.1.6/lib/libclntsh.so
> > 
> >  hth, aaron
> > 

Reply via email to