Richard J McWaters [mailto:[EMAIL PROTECTED] wrote:

> I am able to run make install and also to run perl programs that access
> other oracle databases from the command line on this machine.  This
> machine
> is a web server, and my problem is when I try to access the database from
> a
> Perl program that is in the CGI directory.  I get the error message:
> 
> ..Install_driver(oracle) failed: Can't load
> '/usr/local/lib/perl5/site_perl/5.8.3
> /sun4-solaris/auto/DBD/Oracle/Oracle.so'
>  for module DBD::Oracle: ld.so.1: /usr/local/bin/perl: fatal:
> /oracle/8.1.6
> /lib/libclntsh.so.8.0:
> Permission denied at /usr/local/lib/perl5/5.8.3/sun4-solaris/DynaLoader.pm
> line 229, <STDIN> line 1

Make sure that
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/auto/DBD/Oracle/Oracle.so
and all the intervening directories are readable by the user nobody.

Ronald


Reply via email to