Re: [Mason] Request.pm error

2006-12-20 Thread Doug Dawson
Randy & Jim, WOOT! I'm back in business! I needed libapreq. Thanks so much! Doug Jim Rey wrote: > Doug > > I have only just joined Mason Users, so I'm not sure of how best to > respond to your request, but > I use Apache 2 and for that I install libapreq2, libapreq2-devel and > perl-libapreq, s

Re: [Mason] Request.pm error

2006-12-20 Thread Jim Rey
Doug I have only just joined Mason Users, so I'm not sure of how best to respond to your request, but I use Apache 2 and for that I install libapreq2, libapreq2-devel and perl-libapreq, so perhaps, for Apache 1.3 there are some corresponding libapreq, libapreq-devel and perl-libapreq? Jim Rer D

Re: [Mason] Request.pm error

2006-12-20 Thread Jim Rey
Hi I don't use Apache 1.3, but for Apache 2, I use libapreq2, perhaps there is a libapreq? JIm Rey Doug Dawson wrote: > Hello! > > My test box got replaced last week and the hard was wiped before I could > back my Perl stuff. :( > > So, I'm trying to get my development server running again. Our

Re: [Mason] Request.pm error

2006-12-19 Thread Randy Kobes
On Tue, 19 Dec 2006, Doug Dawson wrote: >> From the PPM, Apache::Request isn't an available package. Maybe I need >> another > rep? > > I have two from ActiveState, one from Roth, two from uwinnipeg.ca and one from > DevelopHelp. On Win32, if you're using Apache/1.3, then you'd need to install t

Re: [Mason] Request.pm error

2006-12-19 Thread Doug Dawson
>From the PPM, Apache::Request isn't an available package. Maybe I need another rep? I have two from ActiveState, one from Roth, two from uwinnipeg.ca and one from DevelopHelp. Robin Darby wrote: > On 19 Dec 2006, at 20:11, Doug Dawson wrote: > > > Hello! > > > > [snip] > > > > > There isn't a R

Re: [Mason] Request.pm error

2006-12-19 Thread Doug Dawson
I verified that I have mod_perl 1.29 installed via the PPM console. They had a FAQ about not finding an object method: http://perl.apache.org/docs/general/os/win32/faq.html#I_get_a__Can_t_locate_object_method__error_ It indicated that if I do this: perl -MModPerl::MethodLookup -e print_meth

Re: [Mason] Request.pm error

2006-12-19 Thread Robin Darby
On 19 Dec 2006, at 20:11, Doug Dawson wrote: > Hello! > [snip] > > There isn't a Request.pm in the Apache folder under Perl, but I can't > figure out what module is missing. I tried to Google required modules > for Mason, but I didn't get anything specific. Does anyone know of the > top of thei

Re: [Mason] Request.pm error

2006-12-19 Thread John Peacock
Doug Dawson wrote: > I get the following error in my Apache log: > > [Tue Dec 19 13:52:56 2006] [error] Can't locate object method "instance" > via package "Apache::Request" (perhaps you forgot to load > "Apache::Request"?) at c:/Perl/site/lib/HTML/Mason/ApacheHandler.pm line > 919. In the *nix w

[Mason] Request.pm error

2006-12-19 Thread Doug Dawson
Hello! My test box got replaced last week and the hard was wiped before I could back my Perl stuff. :( So, I'm trying to get my development server running again. Our production server is Apache 1.3 and I had a backup of my Apache install for dev, so all that should be good to go. I installed Per