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: /
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
^^
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
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
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
>> 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
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
>>> 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
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
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=
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:
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
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
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
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
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
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
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
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
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
Hello,
This page (http://perl.apache.org/docs/1.0/guide/install.html) says this:
PREP_HTTPD=1 just means default 'n' to the latter prompt, meaning: Do not build (make)
httpd in the Apache source tree. But it will still ask you about Apache's source location
even if
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
Hi,
I am building mod_perl using the following:
[EMAIL PROTECTED]> perl Makefile.PL \
? APACHE_SRC=../$apache/src \
? 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]
Wh
23 matches
Mail list logo