I am setting up my Apache logs to go to a RDBMS instead of a file as I read about in
. I have it working correctly by using the PerlLogHandler callback in my httpd.conf on my Win32 machine, however, I realized I compiled my httpd binary without
. So on my linux machine when I try to start apache, I get a
error.