Tried this and still no go. Any other ideas? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:23 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Error testing DBD install on HPUX 11...
This looks like an SHLIB_PATH or LD_LIBRARY_PATH issue. If oracle.sl is unable to load any of ORACLE's libraries, it will appear to have failed to load from perl's perspective. I one add $ORACLE_HOME/lib to the appropriate EV listed above. I always set BOTH in HP land. Lincoln -----Original Message----- From: Bret Webb [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 2:31 PM To: '[EMAIL PROTECTED]' Subject: Error testing DBD install on HPUX 11... Getting the following with make test... # make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl5/lib/ 5.6.1/PA-RISC2.0 -I/opt/perl5/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verb ose); $verbose=0; runtests @ARGV;' t/*.t t/base............../usr/lib/dld.sl: Call to mmap() failed - TEXT /opt/oracle/pr oduct/8.1.5/lib//libqsmashr.sl /usr/lib/dld.sl: Permission denied Failed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Permission denied at /opt/perl5/lib/5.6.1/PA-RISC2.0/Dyn aLoader.pm line 206. at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a required shared library or dll isn't installed where expected at t/base.t line 19 The remaining tests will probably also fail with the same error. Can anyone shed some light on why this is happening... The .sl files exist and appear to have adequate permissions. DBI installed and tested complete. Kit appeared ok during make for the distribution. TIA
