in reply to Perl/Apache/DBI Config Problem

Depending on how you installed the DBI module, it could be a permission problem...  Make sure the associated "loadable object" DBI.so (look for auto/DBI/DBI.so in one of the @INC directories) is accessible for the webserver user, which typically means that the file itself must be world-readable, and all directories on that path must at least have 'x' permission (for other/world).