Stas Bekman wrote:

Wes Barris wrote:
[...]

Let's polish that issue and we will update the docs to reflect what's going on. Nobody has complained in the last 7 years, so I guess nobody was trying to do that.



I don't understand how I could be the only one in 7 years who has followed
the installation documentation to the letter and been bugged by the prompt.
Doesn't anyone else script this stuff up especially when building several
apache modules? How does everyone else do this?


I meant to say that nobody has complained about this so far.

Here is the documentation I am looking at:

http://perl.apache.org/docs/1.0/guide/install.html#The_Flexible_Way

Note that the paragraph after the example seems to indicate that 'PREP_HTTPD=1' is required.


As I disclaimed I haven't done this kind of builds for a long time, so please bear with me. My head is a way far away from mp1 and tuned to mp2 issues.

Let me look in more details and I'll get back to you.

[...]

Omitting 'PREP_HTTPD=1' still results in the dreaded prompt:

[...]


[EMAIL PROTECTED]> perl Makefile.PL APACHE_src=../apache_1.3.29 NO_HTTPD=1 USE_APACI=1 EVERYTHING=1
Reading Makefile.PL args from ../makepl_args.mod_perl
Will configure via APACI
Configure mod_perl with ../apache_1.3.29/src ? [y]


because your arguments are wrong. It should be APACHE_SRC=../apache_1.3.29/src, not APACHE_src=../apache_1.3.29


I need to be more careful when copying, pasting, etc.:

[EMAIL PROTECTED]> perl Makefile.PL APACHE_SRC=../apache_1.3.29/src NO_HTTPD=1 USE_APACI=1 EVERYTHING=1
Reading Makefile.PL args from ../makepl_args.mod_perl
Will configure via APACI
Configure mod_perl with ../apache_1.3.29/src ? [y]




__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--
Wes Barris
E-Mail: [EMAIL PROTECTED]


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



Reply via email to