Cant locate DBI

From FiberWiki

Jump to: navigation, search

Can’t locate DBI.pm in @INC

The error “Can’t locate DBI.pm in @INC” on a Linux or UNIX server can be fixed the same way. We have listed the solution below. How to fix this error:

wget http://www.cpan.org/modules/by-module/DBI/DBI-1.604.tar.gz
tar zxvf  DBI-1.604.tar.gz
cd DBI*
perl Makefile.PL
make
make install
make clean
Personal tools
Navigation