You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@covalent.net> on 2002/04/04 20:16:35 UTC

httpd.conf no longer installed

with httpd-2.0-HEAD, installing into a directory where no conf/ already 
exists, no httpd.conf is installed, only:
% ls -1 conf/
highperformance.conf
highperformance-std.conf
httpd.conf.in
httpd-std.conf.in
magic
mime.types
ssl.conf
ssl-std.conf

problem does not exist with the APACHE_2_0_34 tag.



RE: httpd.conf no longer installed

Posted by Sander Striker <st...@apache.org>.
> From: Doug MacEachern [mailto:dougm@covalent.net]
> Sent: 04 April 2002 20:30

> On Thu, 4 Apr 2002, Pier Fumagalli wrote:
>  
> > Did you run ./buildconf?
> 
> yup, always.  i probably just need blow away my cvs tree and start from 
> scratch.  has cured similar trouble in the past.  i'll report back if the 
> problem is still there.

That shouldn't be neccesary.  make extraclean should put you in a clean
state.

Sander


Re: httpd.conf no longer installed

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 4 Apr 2002, Pier Fumagalli wrote:
 
> Did you run ./buildconf?

yup, always.  i probably just need blow away my cvs tree and start from 
scratch.  has cured similar trouble in the past.  i'll report back if the 
problem is still there.


RE: httpd.conf no longer installed

Posted by Sander Striker <st...@apache.org>.
> From: Doug MacEachern [mailto:dougm@covalent.net]
> Sent: 04 April 2002 20:38
> To: dev@httpd.apache.org
> Subject: Re: httpd.conf no longer installed
> 
> 
> nope, still isn't there.
> 
> % uname -a
> Linux mako.covalent.net 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
> 
> % autoconf --version
> Autoconf version 2.13

I wonder if that is the culprit.  I haven't tested with 2.13
(my system is already cluttered with 2.52, 2.52d and 2.53)

Sander


Re: httpd.conf no longer installed

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 4 Apr 2002, Pier Fumagalli wrote:
 
> What do your last lines of configure.in look like? And when you run
> "./configure..... " what's the output of the last (let's say) 50 lines?

mkdir: cannot create directory `docs/conf': No such file or directory
creating docs/conf/httpd-std.conf
./config.status: docs/conf/httpd-std.conf: No such file or directory

problem is likely related to VPATH builds.  the build tree does not have a 
docs/ directory:
% ls
build/        config.nice*    Makefile   os/      support/
config.cache  config.status*  modules/   server/
config.log    include/        modules.c  srclib/



Re: httpd.conf no longer installed

Posted by Pier Fumagalli <pi...@betaversion.org>.
"Doug MacEachern" <do...@covalent.net> wrote:

> nope, still isn't there.
> 
> % uname -a
> Linux mako.covalent.net 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
> 
> % autoconf --version
> Autoconf version 2.13
> 
> % cat config.nice
> 
> #! /bin/sh
> #
> # Created by configure
> 
> CFLAGS="-Wall -g"; export CFLAGS
> "/home/dougm/apache/farm/src/httpd-2.0-cvs/configure" \
> "--prefix=/home/dougm/apache/farm/install/prefork-debug-shared-all-exp" \
> "--with-mpm=prefork" \
> "--srcdir=/home/dougm/apache/farm/src/httpd-2.0-cvs" \
> "--enable-maintainer-mode" \
> "--enable-mods-shared=all" \
> "--enable-modules=all" \
> "--enable-example" \
> "--enable-case_filter" \
> "--enable-case_filter_in" \
> "--enable-cache" \
> "--enable-echo" \
> "--enable-deflate" \
> "--enable-ssl" \
> "--with-ssl=/home/dougm/openssl" \
> "$@"

What do your last lines of configure.in look like? And when you run
"./configure..... " what's the output of the last (let's say) 50 lines?

    Pier


Re: httpd.conf no longer installed

Posted by Doug MacEachern <do...@covalent.net>.
nope, still isn't there.

% uname -a
Linux mako.covalent.net 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown

% autoconf --version
Autoconf version 2.13

% cat config.nice

#! /bin/sh
#
# Created by configure

CFLAGS="-Wall -g"; export CFLAGS
"/home/dougm/apache/farm/src/httpd-2.0-cvs/configure" \
"--prefix=/home/dougm/apache/farm/install/prefork-debug-shared-all-exp" \
"--with-mpm=prefork" \
"--srcdir=/home/dougm/apache/farm/src/httpd-2.0-cvs" \
"--enable-maintainer-mode" \
"--enable-mods-shared=all" \
"--enable-modules=all" \
"--enable-example" \
"--enable-case_filter" \
"--enable-case_filter_in" \
"--enable-cache" \
"--enable-echo" \
"--enable-deflate" \
"--enable-ssl" \
"--with-ssl=/home/dougm/openssl" \
"$@"


Re: httpd.conf no longer installed

Posted by Pier Fumagalli <pi...@betaversion.org>.
Doug MacEachern <do...@covalent.net> wrote:

> with httpd-2.0-HEAD, installing into a directory where no conf/ already
> exists, no httpd.conf is installed, only:
> % ls -1 conf/
> highperformance.conf
> highperformance-std.conf
> httpd.conf.in
> httpd-std.conf.in
> magic
> mime.types
> ssl.conf
> ssl-std.conf
> 
> problem does not exist with the APACHE_2_0_34 tag.

Did you run ./buildconf? Autoconf should generate it now from the
httpd-std.conf.in file...

    Pier


RE: httpd.conf no longer installed

Posted by Sander Striker <st...@apache.org>.
> From: Doug MacEachern [mailto:dougm@covalent.net]
> Sent: 04 April 2002 20:17

> with httpd-2.0-HEAD, installing into a directory where no conf/ already 
> exists, no httpd.conf is installed, only:
> % ls -1 conf/
> highperformance.conf
> highperformance-std.conf
> httpd.conf.in
> httpd-std.conf.in
> magic
> mime.types
> ssl.conf
> ssl-std.conf
> 
> problem does not exist with the APACHE_2_0_34 tag.

On what platform is this?

I tried it on linux (installing in a previously non-existent directory):

httpd-dev $ ls -1 conf
highperformance-std.conf
highperformance.conf
httpd-std.conf
httpd-std.conf.in
httpd.conf
httpd.conf.in
magic
mime.types
ssl-std.conf
ssl.conf

Works for me.  Which is why I committed Piers patch.
If someone is going to look into this, maybe not installing
the *.in files might be a good idea aswell.

Sander