Can't locate object method "new" via package "Apache::Request"

2003-08-25 Thread K Old
et my httpd.conf like: PerlSetVar MasonCompRoot/home/oldcomm PerlSetVar MasonDataDir /usr/local/mason/oldcomm SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler SetHandler perl-script PerlHandler Apache::Constants::NOT_FOUND Apache starts just fine, but when I t

RE: Can't locate object method "new" via package "Apache::Request"

2003-08-25 Thread S.B.S
I ran into the same problem. What I had to do was compile libapreq as a shared library first. That solved things nicely. HTH. Regards, S. G. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

RE: Can't locate object method "new" via package "Apache::Request"

2003-08-25 Thread K Old
Ok, in the libapreq module I did the "configure" ./configure --with-apache-includes=/usr/includes/apache make make install Everything compiled just fine. Then did perl Makefile.PL && make && make test && make install All of the tests still failed and the t/logs/error_log still reported: [Sun

Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-06 Thread DeAngelo Lampkin
ge that should be handled by Mason (a perl templating system), I get the following error message: "[Wed Nov 6 11:56:20 2002] [error] Can't locate object method "new" via package "Apache::Request" at /usr/lib

Re: [Mason] Can't locate object method "new" via package "Apache::Request"

2003-08-25 Thread Randy Kobes
On Sun, 24 Aug 2003, K Old wrote: > Hello everyone, > > I've put HTML::Mason on a few servers now and have had problems with > Apache::Request and Apache::Test on two of them. My most recent is > having the problem and I'm about to go crazy if I don't figure out why > installs keep having problem

Re: [Mason] Can't locate object method "new" via package"Apache::Request"

2003-08-25 Thread K Old
On Mon, 2003-08-25 at 00:18, Randy Kobes wrote: > On Sun, 24 Aug 2003, K Old wrote: > > > Hello everyone, > > > > I've put HTML::Mason on a few servers now and have had problems with > > Apache::Request and Apache::Test on two of them. My most recent is > > having the problem and I'm about to go

Re: [Mason] Can't locate object method "new"via package "Apache::Request"

2003-08-25 Thread K Old
On Mon, 2003-08-25 at 14:45, Stas Bekman wrote: > K Old wrote: > > On Mon, 2003-08-25 at 13:13, Stas Bekman wrote: > > > >>K Old wrote: > >> > >>>On Mon, 2003-08-25 at 00:18, Randy Kobes wrote: > >>> > >>> > On Sun, 24 Aug 2003, K Old wrote: > > > > >Hello everyone, > >

Re: [Mason] Can't locate object method "new" via package "Apache::Request"

2003-08-25 Thread Randy Kobes
On Mon, 25 Aug 2003, K Old wrote: > On Mon, 2003-08-25 at 00:18, Randy Kobes wrote: > > On Sun, 24 Aug 2003, K Old wrote: [ ... ] > > > I did a "install HTML::Mason" from the CPAN command > > > line and all the dependencies were downloaded and some > > > didn't compile. The two that didn't are >

Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-06 Thread Philippe Troin
Seems somewhat similar to a bug I've reported 10 months ago. You might want to try to run the minimal testcase enclosed in the forwarded mail. Phil. --- Begin Message --- I've found that mod_perl can get confused when dealing with method calls during a redirect_internal phase: 1. page /1 uses

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Gareth Kirwan
dler. Check out the information on http://www.masonhq.com Hope this helps. Gareth -Original Message- From: DeAngelo Lampkin [mailto:dlampkin@;xencor.com] Sent: 06 November 2002 23:25 To: [EMAIL PROTECTED] Subject: Can't locate object method "new" via package "Apache::Requ

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread DeAngelo Lampkin
07, 2002 1:44 AM To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: RE: Can't locate object method "new" via package "Apache::Request" (via Mason)... You need to set Mason up better - probably. I'm an avid Mason user, and I've seen this a fair few times. If yo

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Gareth Kirwan
he former ) for things like httpd.conf if you want to keep it tidy. Regards Gareth -Original Message- From: DeAngelo Lampkin [mailto:dlampkin@;xencor.com] Sent: 07 November 2002 17:54 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Can't locate object method "new" via packa

Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Tim Tompkins
From: "DeAngelo Lampkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 10:54 AM Subject: RE: Can't locate object method "new" via package "Apache::Request" (via Mason)... Hi Gareth, I'm

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Gareth Kirwan
ve ! :-) Good thinking, Batman @ Tim ;-) Gareth -Original Message- From: Tim Tompkins [mailto:timt@;arttoday.com] Sent: 07 November 2002 18:08 To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: Re: Can't locate object method "new" via package "Apache::Request" (via Mas

Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Tim Tompkins
> Programmer > http://www.clipart.com/ > http://www.rebelartist.com/ > -- > - Original Message - > From: "DeAngelo Lampkin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[E

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Gareth Kirwan
] Sent: 07 November 2002 18:16 To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: Re: Can't locate object method "new" via package "Apache::Request" (via Mason)... You should pre-load Apache::Request anyway, PerlModule Apache::Request PerlModule HTML::Mason::ApacheHa

Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...

2002-11-07 Thread Tim Tompkins
/ -- - Original Message - From: "Gareth Kirwan" <[EMAIL PROTECTED]> To: "Tim Tompkins" <[EMAIL PROTECTED]>; "DeAngelo Lampkin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 11:20 AM Subject: RE: Can't lo

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-07 Thread DeAngelo Lampkin
, thanks again for the help. DeAngelo -Original Message- From: Tim Tompkins [mailto:timt@;arttoday.com] Sent: Thursday, November 07, 2002 10:16 AM To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: Re: Can't locate object method "new" via package "Apache::Request&

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-07 Thread DeAngelo Lampkin
PROTECTED] Subject: RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED Thanks to Tim, Gareth, and Phillippe: OK, I'll start with the solution to the problem and then drag on a bit for how I found it. The problem was the locatio

Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-07 Thread Tim Tompkins
> As a quick follow-up, the "PerlModule Apache::Request" line is NOT > needed in the httpd.conf file for Mason to work. However, it was a very > valuable debugging tool. That wasn't really the purpose, though. The purpose was to pre-load the module in the parent apache process for efficiency. M

RE: Can't locate object method "new" via package "Apache::Request"(via Mason)...SOLVED

2002-11-07 Thread Ged Haywood
Hi there, On Thu, 7 Nov 2002, DeAngelo Lampkin wrote: > A file called libapreq.so.1 was located in /usr/local/lib > (should have been in /usr/lib) [snip] I ended up getting this thing: > > Syntax error on line 362 of /usr/local/apache/conf/httpd.conf: > Can't load >'/usr/lib/perl5/site_perl/5.8

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Ged Haywood [mailto:ged@;www2.jubileegroup.co.uk] Sent: Thursday, November 07, 2002 10:01 PM To: DeAngelo Lampkin Cc: mod_perl Mailing List Subject: RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED Hi there, On Thu, 7 Nov 2002,

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-08 Thread DeAngelo Lampkin
Cool. Will do. -Original Message- From: Tim Tompkins [mailto:timt@;arttoday.com] Sent: Thursday, November 07, 2002 12:27 PM To: DeAngelo Lampkin; [EMAIL PROTECTED] Subject: Re: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

Re: Can't locate object method "new" via package "Apache::Request"(via Mason)...SOLVED

2002-11-08 Thread Perrin Harkins
DeAngelo Lampkin wrote: And of course the other reason is that if the solution to the problem was so obvious from the error message, somebody would have posted a solution before I figured it out (with help from you guys). There is documentation related to this problem in the troubleshooting

RE: Can't locate object method "new" via package "Apache::Request" (via Mason)...SOLVED

2002-11-12 Thread DeAngelo Lampkin
fault installation paths for required packages. -DeAngelo -Original Message- From: Perrin Harkins [mailto:perrin@;elem.com] Sent: Friday, November 08, 2002 1:10 PM To: DeAngelo Lampkin Cc: mod_perl Mailing List Subject: Re: Can't locate object method "new" via package "Ap