Hi there,
On Fri, 21 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 nothing to resolve this problem?
[EMAIL PROTECTED]> pwd /usr/local/src/web/mod_perl-1.29 [EMAIL PROTECTED]> cat ../makepl_args.mod_perl APACHE_SRC=../apache_1.3.29/src NO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 [EMAIL PROTECTED]> pwd /usr/local/src/web/mod_perl-1.29 [EMAIL PROTECTED]> cat ../makepl_args.mod_perl APACHE_SRC=../apache_1.3.29/src NO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 [EMAIL PROTECTED]> ls ../apache_1.3.29/src Apache.dep ApacheCore.mak Configure* buildmark.c os/ Apache.dsp ApacheCoreOS2.def INSTALL helpers/ regex/ Apache.dsw ApacheNW.mcp.gz InstallBin.dsp include/ support/ Apache.mak BUILD.NOTES Makefile.tmpl lib/ ApacheCore.def CHANGES PORTING main/ ApacheCore.dep Configuration README makefile.win ApacheCore.dsp Configuration.tmpl ap/ modules/ [EMAIL PROTECTED]> perl Makefile.PL Reading Makefile.PL args from ../makepl_args.mod_perl Will configure via APACI Configure mod_perl with ../apache_1.3.29/src ? [y]
I am still being asked this question.
73, Ged.
----------------------------------------------------------------------------- From [EMAIL PROTECTED] Fri Nov 21 13:14:25 2003 Date: Tue, 18 Nov 2003 08:39:10 +0000 (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 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.
-- Wes Barris E-Mail: [EMAIL PROTECTED]
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html