Click to See Complete Forum and Search --> : Installing Mod_Perl with Debian


HuggyBear
12-19-2000, 07:55 PM
Is there a packag I can apt-get? I tried doing it by source but it gives me errors.

Huggy

------------------

You know what would make a good story? Something about a clown who makes people happy, but inside he's real sad. Also, he has severe diarrhea.
-- Deep Thoughts by Jack Handey

stiles
12-19-2000, 07:58 PM
for woody (I'd assume potato also) it's apache-perl (http://packages.debian.org/unstable/web/apache-perl.html), and as a DSO libapache-mod-perl (http://packages.debian.org/unstable/web/libapache-mod-perl.html)

[This message has been edited by stiles (edited 19 December 2000).]

HuggyBear
12-19-2000, 08:33 PM
Thanks Stiles

I have been trying to do it by source. I downloaded the the latest mod_perl and apache. Extracted them and in the mod_perl source ran "perl Makefile.PL" everything runs okay until it drops out with an error message stating that this version of mod_perl needs apache_1.3.0. The Apache source I downloaded was 1.3.14. Any ideas.

P.s I tried apache-perl and libapache-mod-perl but in the httpd.conf under the modules listing, mod_perl was commented out. Is that correct? I tried uncommenting it out but it couldnt find the module when I started apache.

Thanks again
Huggy

stiles
12-19-2000, 08:43 PM
With apache-perl you shouldn't have to load a module (mod-perl is compiled into the apache kernel), but libapache-mod-perl you will have to uncomment mod_perl in your httpd.conf (don't know why that didn't work). Anything further than this I really don't know (I've never used mod_perl or installed it). Is there anything you have to do with the mime types in your httpd.conf?

HuggyBear
12-19-2000, 09:41 PM
I got it working. Thanks again for your help. I really appreciate it.

Huggy