Hello, how do you have compiled perl? See the README.hpux that comes with the DBD package. I believe that the perl-depot is not compiled with -lcl and -lpthread. Try perl -V and you must see something like that .... perllibs=-lcl -lpthread ... and cccdlflags='+Z'
Hope this helps Wolfgang -----Urspr�ngliche Nachricht----- Von: Bret Webb [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 23. September 2002 20:31 An: '[EMAIL PROTECTED]' Betreff: 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
