At 10:36 PM +0100 6/17/04, Willem Grooters wrote: >[screendump] >perl "-I[.blib.arch]" "-I[.blib.lib]" "-Iperl_root:[lib]" >"-Iperl_root:[lib.VMS_AXP.5_6_1]" -e "use Test::Harness qw(&runtests >$ >verbose); $verbose=0; runtests @ARGV;" t/*.t >t/00base............ >install_driver(mysql) failed: Can't load >'SMAN:[INSTALL.DBD-MYSQL-2_9003.blib.arch.auto.DBD.mysql]PL_DBD__MYSQL.E >XE;5' for module DB >D::mysql: %RMS-E-FNF, file not found 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/00base.t line 38
I will try to look at this more carefully later. But one thing you can do yourself is define the logical $ define PERL_DL_DEBUG 10 and run it again. You'll see assorted debugging information about what it's doing to locate and load the shareable image. -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
