| Article: |
Build Your Own Apache Server with mod_perl | |
| Subject: | I completally doubt I will get any help but... | |
| Date: | 2003-04-09 05:40:41 | |
| From: | anonymous2 | |
|
This article is pretty old. But on the off chance... I think I skrewed up my install. There is no usr/local/modperl! I don't know what to do. I think I should uninstall it but I can't find any documentation on how to do it. I botched the
|
||
Showing messages 1 through 1 of 1.
-
Re: I completally doubt I will get any help but...
2003-04-09 16:34:16 David Wheeler |
[View]



make uninstallshould work. But FWIW, mod_perl doesn't get installed as/usr/local/mod_perl. It's a Perl module, and gets installed where other Perl modules get installed. Typeperldoc mod_perl, and if you get a man page, it's installed.HTH,
David