Frank wrote:
> install_driver(mysql) failed: Can't load
> '/usr/gnu/lib/perl5/site_perl/i386-svr4/auto/DBD/mysql/mysql.so' for
> module DBD::mysql: dynamic linker: perl: relocation error: symbol not
> found: __llasgdivu; referenced from:
> /usr/local/lib/mysql/libmysqlclient.so.6 at
> /usr/gnu/lib/perl5/i386-svr4/5.00404/DynaLoader.pm line 166.
That's something I've never seen before. I can only recommend to
- install Perl from the sources
- install MySQL from the sources
- install DBI from the sources
- install DBD::mysql from the sources
and all on the same machine using the same compiler and compiler
flags.
Sorry,
Jochen