On Tue, Sep 26, 2000 at 01:06:33PM -0400, Geoffrey Young wrote:
> mod_perl wasn't built with EVERYTHING=1 (I'm not sure whether
> libapreq needs PERL_TABLE_API=1 or not)
In fact I needed to rebuild mod_perl with this enabled in order to have
Apache::Request works properly.
--
Ciao, Mauriz
On Tue, 26 Sep 2000, Herrington, Jack wrote:
> I'm using Mason in process with mod_perl. I have also tried using mod_perl
> handlers direct with Apache::Request with no success.
what do you see if you configure Apache::Status and open the url:
/perl-status?Apache::Request
?
also, any differen
ECTED]
Subject: Re: Apache::Request->new() problem
On Mon, 25 Sep 2000, Herrington, Jack wrote:
> 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'
On Mon, 25 Sep 2000, Herrington, Jack wrote:
> 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.
sound
> -Original Message-
> From: Herrington, Jack [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 26, 2000 12:17 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Apache::Request->new() problem
>
>
> >well, if you don't have that, then you likely don
>well, if you don't have that, then you likely don't have Apache::Request or
>Apache::Cookie - they aren't part of the mod_perl distribution :)
>you need libapreq, which can be found under the Apache tree on CPAN
libapreq appears to come with Bundle::Apache, but I also downloaded it
seperately an
> -Original Message-
> From: Herrington, Jack [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 25, 2000 10:36 PM
> To: [EMAIL PROTECTED]
> Subject: Apache::Request->new() problem
>
>
> I have the same problem as one of the previous reporters with
> Apache::Request->new(). The prob