Stas Bekman wrote:
Wes Barris wrote:
[...]

Notice that there is no "$apache" variable used here and I am showing
that the correct directory exists.


You are correct, Wes. There is a mismatch between the docs and the reality.

Using APACHE_SRC and DO_HTTPD=1 avoids the prompt:

Configure mod_perl with ../apache-1.3/src ? [y]

but not with NO_HTTPD.

Let's keep the docs as they are and fix the reality.

Gah. I was too quick to reply, after copy-n-paste testing your input. The reality seems to be fine. It's around -0C outside and the evening is kicking in, mountains are covered with snow. I'm asking myself what I'm doing in front of this screen and not going out ;)


The culprit is PREP_HTTPD=1, the logic roughly goes like this:

$PREP_HTTPD  => prompt
($NO_HTTPD && !$PREP_HTTPD) || $DO_HTTPD => no prompt

So should we fix the docs to stress that the prompt will not go away with NO_HTTPD=1, if PREP_HTTPD=1?

Does it do the trick for you? Or did you go through this already and I repeat the same suggestions you've tried already?

__________________________________________________________________
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


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



Reply via email to