* Sander Striker <[EMAIL PROTECTED]> wrote: > There are 2.0.49-rc2 tarballs available at: > > http://httpd.apache.org/dev/dist/ > > The differences with respect to the rc1 tarball are: > > - BeOS specific MPM fixes > - Netware specific rand.c fixes > - Documentation update > - Berkeley DB detection fix on FreeBSD > > Furthermore the rc1 tarball was built using autoconf 2.57, while > 2.59 was used for rc2.
Test suite runs fine on my Gentoo Linux box with: config.nice: #! /bin/sh # # Created by configure CC="gcc"; export CC CFLAGS="-O3 -Wall -pipe -march=athlon -freorder-blocks -freorder-functions -maccumulate-outgoing-args -fomit-frame-pointer"; export CFLAGS "./configure" \ "-q" \ "--prefix=/work/nd/httpd-2.0.49" \ "--enable-modules=all" \ "--enable-ssl" \ "--enable-logio" \ "--enable-bucketeer" \ "--enable-deflate" \ "--enable-proxy" \ "$@" and gcc -v: [..] gcc-Version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) So +1 here. nd
