> -----Original Message-----
> From: Jay Strauss [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 06, 2001 10:07 AM
> To: Geoffrey Young; [EMAIL PROTECTED]
> Subject: Re: DBD-oracle works but not from Mod-perl
>
>
> Not finding libclntsh.so.1.0 isn't my problem. Editing the
> Makefile.PL and
> setting LD_RUN_PATH=(oracle_home)/lib took care of that. I
> don't have the
> ORA_OCI.al file anywhere on my system
>
> Thanks
> Jay
I don't have an ORA_OCI.al on my system either, but all works ok.
did you run ldconfig as suggested in the archives? I realize that you
aren't having problems identical to the others, but I saw on a thread that
touching ORA_OCI.al lead to the error pointing to Oracle.so.
did you export LD_RUN_PATH/LD_LIBRARY_PATH from /etc/profile, using
PerlSetEnv, or in a BEGIN block of your startup.pl so that user 'nobody' can
see it?
--Geoff