I have the same problem as one of the previous reporters with
Apache::Request->new().  The problem occurs whether I call it after a 'use'
or after a 'PerlModule' load.  Perl returns the no 'new' method could be
found for Apache::Request.

My setup is:

Apache 1.3.12
mod_perl 1.24
Perl 6.5
Redhat 6.2
libapreq 0.31

Both Apache::Request and Apache::Cookie exhibit the same symptoms, and
simply running this Perl script:

use Apache::Request;
my $apr = Apache::Request->new( $r );

Gives exactly the same response (as opposed to complaining about the
unititliazed $r).

Is there anywhere I can locate the original Apache::Request all-Perl code?

Jack Herrington
        Engineering Manager
        Certive - Building the world's first broadband B2B network
        (650) 701-8809

Reply via email to