> > PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
> > -I/usr/lib/perl5/5.00503/i586-linux -I/usr/lib/perl5/5.00503
> > -e 'use Test::Harness qw(&runtests $verbose); $verbose=0;
> > runtests @ARGV;' t/*.t t/00base............install_driver(mysql)
> > failed: Can't load '../blib/arch/auto/DBD/mysql/mysql.so' for
> > module DBD::mysql: File not found at
> > /usr/lib/perl5/5.00503/i586-linux/DynaLoader.pm line 169.
>
>
> That looks very much like the problem with a shared mysqlclient.so,
> as described in the TROUBLESHOOTING section of the INSTALL file.
> (In later releases perhaps its the KNOWN PROBLEMS section of the
> README.)
That did the job. Thanks for that Jochen.
Cheers,
Graeme