I am using TC 5.3 and I am trying to install the Perl module "DBD::mysql" using "cpan install DBD::mysql". Thats the output:
http://pastebin.com/ggJZ3DLJIts basically saying that it cannot find "mysql_config". Usually it seems this binary is coming with the mysql or with the mysql-dev package. It turned out that MySQL has been replaced by MariaDB in TinyCore so I installed both packages mariadb-clients.tcz and mariadb-lib.tcz. But still cpan states that it cannot find "mysql_config". It is possible to provide a manual path for mysql_config but I cannot find it on the filesystem either. As far as I have read MariaDB can replace MySQL completely in a binary compatible way so I thought it should work with MariaDB.
Any hints please where am I doing wrong or what I could try? Thanks!