RE: Apache::Log (v1.01) doesn't function on linux

2000-10-31 Thread Geoffrey Young
you need to make mod_perl with perl Makefile.PL EVERYTHING=1 (or at least PERL_LOG_API=1) HTH --Geoff > -Original Message- > From: Pete Nelson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 31, 2000 11:44 AM > To: [EMAIL PROTECTED] > Subject: Apache::Log (v1.01) doesn't functio

Re: Apache::Log (v1.01) doesn't function on linux

2000-10-31 Thread Mike Miller
PN> I can't seem to get Apache::Log to work under linux. I'm calling it as PN> 'use Apache::Log();', and I can see the module as PN> /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Log.pm, but it won't PN> load. Are other people having this problem as well? How about: use Apache::Log; not