Debian apache problem – [error] Can’t locate Apache/DBI.pm in @INC
Posted on February 4th, 2008 by linux
Debian Apache will not start and it complains in log file:
[error] Can’t load Perl module Apache::DBI for server exiting…
This is because it can not find perl module which apache will use to connect DBI database. Solution for this is to install package:
libapache-dbi-perl – Connect apache server to database via perl’s DBI
apt-get install libapache-dbi-perl
Filed under: Administration, Debian, Linux, Perl