Re: [Mason] Apache::Request and Mason

2003-10-06 Thread Tom Schindl
As far as I know Apache::Request is much smaller and faster than CGI which is bloated with many things you never need. If you don't have DBD::MySQL already installed you are running into same problem because to build DBD::MySQL you also need gcc. You will also need the devel-packages of mysql. Be

Re: [Mason] Apache::Request and Mason

2003-10-06 Thread Global Junk
Thanks. It looks like Dave's answer worked: > Otherwise you can use CGI.pm with Mason, by setting > this in your > httpd.conf: > > PerlSetVar MasonArgsMethod CGI To answer some of your other questions about gcc, when I try to install libapreq-1.3 to get Apache::Request I get the following er

Re: Apache::Request and Mason

2003-10-06 Thread Ged Haywood
Hi there, On Mon, 6 Oct 2003, Global Junk wrote: > I'm trying to get Mason installed on my Linux server. > I'm running Apache/1.3.26 (Unix) mod_perl/1.26. > [snip] > I hesitate to install a gcc compiler since I do not > know a lot about it and I do not want to open up a can > of worms. I would

Apache::Request and Mason

2003-10-06 Thread Global Junk
I'm trying to get Mason installed on my Linux server. I'm running Apache/1.3.26 (Unix) mod_perl/1.26. I keep getting the error: Can't locate object method "new" via package "Apache::Request" I've tried to install the Apache::Request module. First I tried to install libapreq-1.3 to get Apache::R