Re: Apache::Request->new() problem

2000-10-21 Thread Maurizio Cimaschi
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

RE: Apache::Request->new() problem

2000-09-28 Thread Doug MacEachern
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

RE: Apache::Request->new() problem

2000-09-26 Thread Herrington, Jack
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'

Re: Apache::Request->new() problem

2000-09-26 Thread Doug MacEachern
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

RE: Apache::Request->new() problem

2000-09-26 Thread Geoffrey Young
> -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

RE: Apache::Request->new() problem

2000-09-26 Thread Herrington, Jack
>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

RE: Apache::Request->new() problem

2000-09-26 Thread Geoffrey Young
> -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