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