Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Stas Bekman
I really hope I'm not breaking something else. This should do the trick. Now you should be able to set PREP_HTTPD=1 and not getting prompted. $NO_HTTPD is set to 1, if USE_APACI==1 && PREP_HTTPD==1 Index: Makefile.PL === RCS file: /

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Stas Bekman
Wes Barris wrote: I need to be more careful when copying, pasting, etc.: Yes, but your problem now is this: [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 ^^

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Wes Barris
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 install

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Stas Bekman
Bryn Dyment wrote: This tells me that if I want to write a script that builds a number of modules plus apache, I will have to answer a prompt when the script gets to the mod_perl portion of my script (unless I want to make mod_perl the last module built and use "DO_HTTPD=1" instead of doing a make

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Stas Bekman
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 t

RE: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Bryn Dyment
>> 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

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-25 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Stas Bekman wrote: 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 APA

RE: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Bryn Dyment
>>> This tells me that if I want to write a script that builds a number >>> of modules plus apache, I will have to answer a prompt when the >>> script gets to the mod_perl portion of my script (unless I want to >>> make mod_perl the last module built and use "DO_HTTPD=1" instead >>> of doing a make

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Stas Bekman wrote: 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 APA

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Stas Bekman
Wes Barris wrote: Stas Bekman wrote: 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=

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: 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:

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
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_per

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Stas Bekman
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

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Stas Bekman
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/s

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Stas Bekman wrote: Wes Barris wrote: Ged Haywood wrote: Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: To avoid the two prompts:<-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try using a

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Stas Bekman
Wes Barris wrote: Ged Haywood wrote: Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: To avoid the two prompts:<-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try using a makepl_args.mod_perl fi

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Wes Barris
Ged Haywood wrote: Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: To avoid the two prompts: <-- This is what I am trying to do. And this is my reply to your original question of November 17. :( I received no response. ) Why not try using a makepl_args.mod_perl file? Because it does n

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-24 Thread Ged Haywood
Hello again, On Mon, 24 Nov 2003, Wes Barris wrote: > >>To avoid the two prompts: <-- This is what I am trying to do. > > > > > > And this is my reply to your original question of November 17. > > :( I received no response. ) > > > > Why not try using a makepl_args.mod_perl file? > > B

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-23 Thread Wes Barris
From [EMAIL PROTECTED] Fri Nov 21 13:14:25 2003 Date: Tue, 18 Nov 2003 08:39:10 + (GMT) From: Ged Haywood <[EMAIL PROTECTED]> To: Wes Barris <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Build process prompts when PREP_HTTPD=1 is used Hi there, On Mon, 17 N

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-21 Thread Ged Haywood
3, Ged. - >From [EMAIL PROTECTED] Fri Nov 21 13:14:25 2003 Date: Tue, 18 Nov 2003 08:39:10 + (GMT) From: Ged Haywood <[EMAIL PROTECTED]> To: Wes Barris <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Build process prompts

Re: Build process prompts when PREP_HTTPD=1 is used

2003-11-18 Thread Ged Haywood
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_HT