in reply to Trouble installing Apache::DBI

Apache::DBI comes with mod_perl. Chances are, you either have been mucking with your perl installation since installing mod_perl, or have done something that changes the permissions on Apache/DBI.pm so mod_perl can't find it. Try locating the file and then check the permissions and your @INC to debug why it isn't being found.

Replies are listed 'Best First'.
Re^2: Trouble installing Apache::DBI
by u235sentinel (Hermit) on Jul 15, 2004 at 18:09 UTC
    I didn't see it with the mod_perl tarball. I'm using mod_perl 1.29 btw. This server is a fresh install. Permissions haven't been modified.

    FYI... I did a locate and noticed DBI.pm in several locations. None of them were in my @INC path. Interesting. At this time it's working and I'll be messing with some Perl on Apache.

    Hopefully smooth sailing at this point :D
      You're right, it seems to have been removed at some point. So, the advice to install without CPAN was the right one. It just doesn't have tests that play well with the CPAN module.