I downloaded the DBD-Oracle-1.15 module to a Sun 2500 Solaris 9 machine.  I
already have installed the latest PERL (5.8.3) and DBI module(1.42).  I
also have Oracle 8.1.6 installed.  I am able to do the usual perl
Makefile.PL, and make, but make test doesn't seem to run right.  It give me
an error message:

ora_login: 12546: ORA-12546:  TNS:permission denied (DBD ERROR:
OCIServerAttach).

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

I did read the README files, but I could use some help.  Thanks in advance.


Reply via email to