On Sat, Feb 24, 2001 at 07:12:59AM -0800, [EMAIL PROTECTED] wrote:
>
> I have tagged and rolled 2.0.12, and they are currently in
> dev.apache.org/dist.
>
> Please test and report results. If there are no -1's, then I will release
I am currently getting this when doing a full
make clean >/dev/null
./buildconf &&
./config.nice
(end of log:)
...
srclib/apr configured properly
loading cache ./config.cache
configuring package in srclib/apr-util now
loading cache ../.././config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for mawk... (cached) gawk
checking for rm... (cached) rm
checking for APR... /home/com5/martin/pgtm0035/apachen/X/apr/include
checking how to run the C preprocessor... (cached) gcc -E
checking for chosen DBM type... sdbm (default)
cd: can't cd to ../expat-lite
checking for Expat in ../expat-lite... no
configure: error: Expat was not found (or recognized) in "../expat-lite"
configure failed for srclib/apr-util
where this is my config.nice (which used to work until a few days ago
in my nightly build):
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/home/www/SERVER/apa20" \
"--with-mpm=prefork" \
"--with-port=8007" \
"--enable-so" \
"--enable-env=shared" \
"--enable-setenvif=shared" \
"--enable-unique_id=shared" \
"--enable-mime=shared" \
"--enable-mime_magic=shared" \
"--enable-negotiation=shared" \
"--enable-alias=shared" \
"--enable-rewrite=shared" \
"--enable-userdir=shared" \
"--enable-speling=shared" \
"--enable-dir=shared" \
"--enable-autoindex=shared" \
"--enable-access=shared" \
"--enable-auth=shared" \
"--enable-auth_dbm=shared" \
"--enable-auth_db=shared" \
"--enable-auth_anon=shared" \
"--enable-digest=shared" \
"--enable-headers=shared" \
"--enable-cern_meta=shared" \
"--enable-expires=shared" \
"--enable-asis=shared" \
"--enable-include=shared" \
"--enable-cgi=shared" \
"--enable-cgid=shared" \
"--enable-actions=shared" \
"--enable-status=shared" \
"--enable-info=shared" \
"--enable-log_config=shared" \
"--enable-usertrack=shared" \
"--enable-dav=shared" \
"--enable-dav_fs=shared" \
"--enable-imap=shared" \
"--disable-proxy" \
"--enable-mmap_static=shared" \
"--enable-tls=static" \
"--with-ssl=/usr/local/ssl/include" \
"$@"
What am I doing wrong?
Martin
--
<[EMAIL PROTECTED]> | Fujitsu Siemens
<[EMAIL PROTECTED]> | 81730 Munich, Germany