Cliff Woolley wrote:
>
> Hey guys...
>
> How are we doing on those 2.0.22 showstoppers? I kind of lost track of
> which of the hundred things that came up today were showstopper fixes and
> which of those actually got committed. =-)
>
> --Cliff
>
> --------------------------------------------------------------
> Cliff Woolley
> [EMAIL PROTECTED]
> Charlottesville, VA
I have done:
./configure --prefix=/home/apache20/apache20 \
--enable-mods-shared=all
And it shows problems with dav/fs and dav/main.
The work around I use is:
./configure --prefix=/home/apache20/apache20 \
--enable-dav=shared \
--enable-dav_fs=shared \
--enable-mods-shared=all
It also activates modules like auth_dbm even if no database support (compile
errors).
Cheers
Jean-frederic