Hi there,

On Mon, 17 Nov 2003, Wes Barris wrote:

> I am building mod_perl using the following:
> 
> [EMAIL PROTECTED]> perl Makefile.PL \
> ?         APACHE_SRC=../$apache/src \

What's "$apache"?  And are all those question marks just a figment
of my mail client's imagination?

> ?         NO_HTTPD=1 \
> ?         USE_APACI=1 \
> ?         PREP_HTTPD=1 \
> ?         EVERYTHING=1
> Will configure via APACI
> Configure mod_perl with ../apache_1.3.29/src ? [y]
> 
> 
> Why am I being asked "Configure mod_perl with..."?

Maybe because $apache isn't "apache_1.3.29" so the script can't figure
out what you're trying to tell it.

> I read the documention on these options over an over

Read your input over and over...

73,
Ged.

PS: I prefer to put all my build options in a makepl_args.mod_perl
file.  Saves a lot of typing if you're going to do it more than once.


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to