It loads without problem. It makes without problem. But running
tests I get an error stating:
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/opt/perl5/lib/5.6.0/PA-RISC2.0 -I/opt/perl5/lib/5.6.0 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/00base.........../usr/lib/dld.sl: Unresolved symbol: mysql_real_escape_string (code)
from blib/arch/auto/DBD/mysql/mysql.sl
install_driver(mysql) failed: Can't load 'blib/arch/auto/DBD/mysql/mysql.sl' for
module DBD::mysql: Unresolved external at
/opt/perl5/lib/5.6.0/PA-RISC2.0/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
and such --- the shared library is right where the error message says
it was looking for it. Wish the message wasn't so vague.
Has anyone else seen this? Can anyone give me a clue?
thanks...