Quoting JAIME REGALADO ORTEGA <jrgmx@stripped>:
> t/00base............install_driver(mysql) failed: Can't load
> '../blib/arch/auto/
> DBD/mysql/mysql.so' for module DBD::mysql:
> ../blib/arch/auto/DBD/mysql/mysql.so:
> undefined symbol: __mempcpy at
> /usr/local/lib/perl5/5.6.1/i586-linux/DynaLoader
> .pm line 206.
This is a typical problem when using Perl and/or MySQL
from different sources.
I suggest you either compile Perl and MySQL for yourself
or use Perl, MySQL and DBD::mysql as distributed by your
Linux vendor.
Sorry,
Jochen