On Dec 28, 2007 4:09 PM, Hendrik Van Belleghem <[EMAIL PROTECTED]> wrote: > I'm having some trouble with DBD::mysql under mod_perl2 on Leopard. > The build process when just fine, make test didn't show any errors and > running it in console and as CGI didn't show any errors.
When CGI works, but mod_perl doesn't, that usually means you either compiled mod_perl with a different perl or have a permissions issue (because mod_perl runs as the web server user, usually "nobody"). - Perrin