Cant locate DBD
From FiberWiki
Can’t locate DBD/mysql.pm
This is the solution for the error “Can’t locate DBD/mysql.pm” that occurs on Linux or Unix.
How to fix this error:
wget http://www.cpan.org/modules/by-module/DBD/DBD-mysql-4.007.tar.gz tar zxvf DBD-mysql-4.007.tar.gz cd DBD* perl Makefile.PL make make install make clean
