You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Pete Nelson <pe...@subjex.net> on 2000/10/31 17:44:28 UTC

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

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

Perl version: 5.005
mod_perl version: 1.24

error message:
[Tue Oct 31 09:43:53 2000] [error] Can't locate loadable object for
module Apache::Log in @INC (@INC contains:
/usr/local/apache/libexec/perl /usr/lib/perl5/5.00503/i386-linux
/usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux
/usr/lib/perl5/site_perl/5.005 . /usr/local/apache/
/usr/local/apache/lib/perl) at
/usr/lib/perl5/site_perl/5.005/i386-linux/mod_perl.pm line 65535

Thanks for your help!

--
Pete Nelson - Subjex.com
mailto:pete@subjex.net  http://www.subjex.com

The next generation search engine! TRY IT!

Corp HQ: 612-362-9224
Toll Free: 800-447-0607
Cell: 612-991-8190
Fax: 612-362-9227
43 Main Street SE, Suite 508
Minneapolis, MN  55414
----------------------------



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

Posted by Mike Miller <mm...@crusoe.net>.
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

PN> 'use Apache::Log();'

Brgds,

Mike.