Geoff,

Thanks for your answer.  I had installed the libapreq package and I had 
tried to pre-load the module in my httpd.conf file, and apache started up 
with no complaints.  Even using the standard: perl -e "use Apache::Request" 
seems to like the Request module.  Maybe I'll have to pay more attention to 
my httpd.conf file or just drop the Apache::Request module altogether.

If anyone has suggestions...Please let me know.

Thank you in advance,

Alex

At 12:44 PM 3/19/2002 -0500, Geoffrey Young wrote:
>Alexander Hanuska wrote:
> >
> > I am trying to call the Apache::Request module from one of my modules that
> > I wrote and here is the error I get in my error_log:
> >
> > Can't locate object method "new" via package "Apache::Request" blablabla
>
>looks like you are doing everything right...
>
>you know Apache::Request isn't part of the standard mod_perl
>distribution, right?  you need to install the libapreq package:
>
>http://cpan.valueclick.com/modules/by-module/Apache/libapreq-1.0.tar.gz
>
>a good way to make sure you have everything is to preload your
>modules, either with a startup.pl or a PerlModule statement - that way
>Apache won't start if mod_perl can't find what it needs.
>
>HTH
>
>--Geoff

Alexander Hanuska
Network Analyst

Cisco Systems, Inc.
170 West Tasman Drive
San Jose, CA 95134-1706 USA
(408) 853-2657
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to