Debian apache problem – [error] Can’t locate Apache/DBI.pm in @INC

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

Leave a Reply

You must be logged in to post a comment.