Hi,
Tru64 4.0D (I know it's old, but it works.)
I'm trying to get MySql operational for a Perl based CGI script.
I have compiled and installed successfully mysql-3.23.37
I have also succesfully installed the perl modules
DBI-1.14
Data-Dumper-2.101
Data-ShowTable-3.3
But when I try to install the perl module
Msql-Mysql-modules-1.2215
The perl Makefile.PL and make commands work fine.
The make test fails miserably with the below:
# make test
make[1]: Entering directory `/usr/local/src/perl-modules/Msql-Mysql-modules-1.2215/mysql'
make[1]: Leaving directory `/usr/local/src/perl-modules/Msql-Mysql-modules-1.2215/mysql'
make[1]: Entering directory `/usr/local/src/perl-modules/Msql-Mysql-modules-1.2215/mysql'
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I../blib/arch -I../blib/lib -I/usr/local/lib/perl5/5.6.0/alpha-dec_osf -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests _at_ARGV;' t/*.t
t/00base............install_driver(mysql) failed: Can't load '../blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: dlopen: cannot load ../blib/arch/auto/DBD/mysql/mysql.so at /usr/local/lib/perl5/5.6.0/alpha-dec_osf/DynaLoader.pm line 200.
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
t/00base............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
The mysql.so file does exist.
Any suggestions as to what to try next would be appreciated.
Greg Freemyer
Internet Engineer
Deployment and Integration Specialist
The Norcross Group
www.NorcrossGroup.com
Received on Tue May 15 2001 - 18:28:26 NZST