Cliff Woolley wrote:
> 
> On Thu, 26 Jul 2001, Greg Ames wrote:
> 
> > I don't know where the libdir junk comes from, but it looks wrong.  I
> > cp'ed my source tree from the previous build,

uhh, no, I didn't do the cp, I just re-used the same updated source tree
for the new (bad) build

> >              then did a "cvs up".  Then
> > I think I did a "make distclean" and "./buildconf" because of Cliff's
> > changes to apr's configure.in.  So either "make distclean" isn't as
> > clean as I thought, or I forgot to do it.
> >
> > In any case, a fresh cvs checkout will cure it in the future if I need
> > to do something similar.
> 
> Did you maybe have an old libdir stuck in your config.nice 

nope.  not even a new one.

> (assuming you used config.nice)?

all the time...it's the greatest thing since sliced bread.

Greg
-----------------------------------------------------------------       
#! /bin/sh
#
# Created by configure
 
"./configure" \
"--with-mpm=prefork" \
"--prefix=/usr/local/apache2.0.22-dev2" \
"--with-suexec-logfile=/usr/local/apache2.0.22-dev2/logs/www/suexec.log"
\
"--enable-maintainer-mode" \
"--disable-threads" \
"--disable-cgid" \
"--enable-cgi=shared" \
"--enable-vhost_alias=shared" \
"--enable-alias=shared" \
"--enable-env=shared" \
"--enable-log_config=shared" \
"--enable-mime_magic=shared" \
"--enable-mime=shared" \
"--enable-negotiation=shared" \
"--enable-status=shared" \
"--enable-info=shared" \
"--enable-include=shared" \
"--enable-autoindex=shared" \
"--enable-dir=shared" \
"--enable-auth=shared" \
"--enable-auth_anon=shared" \
"--enable-auth_dbm=shared" \
"--enable-auth_db=shared" \
"--enable-auth_digest=shared" \
"--enable-cern_meta=shared" \
"--enable-expires=shared" \
"--enable-headers=shared" \
"--enable-usertrack=shared" \
"--enable-unique_id=shared" \
"--enable-setenvif=shared" \
"--enable-asis=shared" \
"--enable-imap=shared" \
"--enable-actions=shared" \
"--enable-access=shared" \
"--enable-userdir=shared" \
"--enable-speling=shared" \
"--enable-rewrite=shared" \
"--enable-suexec=shared" \
"--with-suexec-caller=nobody" \
"--with-suexec-docroot=/da1/www/bugs.apache.org" \
"$@"

Reply via email to