On Tue, 2005-07-05 at 11:05 -0400, Robert Aspinall wrote: > Yes, DBI is installed and up to date, as is Apache::DBI.
Usually when it works from command-line and not from mod_perl, it means one of these: - mod_perl and DBI were not compiled with the same C compiler. - There is a permissions problem that prevents the user your apache server runs as from seeing that .so. - There is a problem with the library path for your apache user. Take a look at those and see if any of them look likely. - Perrin