Hi,
I am trying to install mod_perl with limited success. I believe (y/n?) that you can pass Apache configuration directives thru mod_perls Makefile.PL and this is how I am going about it
%perl Makefile.PL \
APACHE_SRC=../apache_1.3.26/src \
DO_HTTPD=1 \
USE_APACI=1 EVERYTHING=1 \
prefix=/usr/local/apache \
--enable-module=so \
--enable-module=rewite
The mod_perl Makefile.PL script spits out the following error
'--ENABLE-MODULE' is not a known MakeMaker parameter name.
'--PREFIX' is not a known MakeMaker parameter name.
And after I've rebuilt the Apache source and tried to restart the server, Apache tells me it doesn't recognise the LoadModule directive in my httpd.conf
If it is possible to pass Apache ./configure parameters thru mod_perl's makefile how do I go about it and if not how do I install mod_perl and keep all the Apache features I like?
Cheers
Stew
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.