> -----Original Message----- > From: Tim Bunce [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 1:36 PM > [snip] > If there's anyone out there using Oracle 8.1.x could you please > test DBD::Oracle 1.15 and let us know if it works or not for you?
It works fine if I do 'perl Makefile.PL -l'. Without the '-l', I get the following error during test: PERL_DL_NONLAZY=1 /appl/cpc/bin/perl -Iblib/arch -Iblib/lib -I/appl/cpc/lib/perl5/5.6.1/PA-RISC2.0 -I/appl/cpc/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base......./usr/lib/dld.sl: Can't find path for shared library: libwtc8.sl /usr/lib/dld.sl: No such file or directory 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: No such file or directory at /appl/cpc/lib/perl5/5.6.1/PA-RISC2.0/DynaLoader.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 This is on HP-UX 11 with DBI 1.30 and perl 5.6.1.
