Cliff Woolley wrote:
>
> I just posted the 2.0.22 tarballs at dev.apache.org/dist. Check 'em out.
>
> Thanks,
> Cliff
>
> --------------------------------------------------------------
> Cliff Woolley
> [EMAIL PROTECTED]
> Charlottesville, VA
Just some points:
1 - --enable-mods-shared=all failed due to mod_dav.
The work-around is to add the following options to configure:
--enable-dav=shared \
--enable-dav_fs=shared \
2 - auth_dbm and auth_db are in "all" list but they do not build on all machine
(dabase includes could be missing).
3 - Some modules could be added to the "all" list as they build ok:
+++
mod_alias.so
mod_userdir.so
mod_actions.so
mod_dir.so
mod_imap.so
mod_asis.so
mod_cgi.so
mod_cgid.so
mod_negotiation.so
mod_autoindex.so
mod_mime.so
mod_setenvif.so
mod_status.so
mod_env.so
mod_include.so
mod_log_config.so
mod_access.so
mod_auth.so
+++
Using:
./configure --prefix=/home/apache20/apache20 \
--enable-dav=shared \
--enable-dav_fs=shared \
--enable-mods-shared=all \
--disable-auth_dbm \
--disable-auth_db
I have build a running httpd on Linux, ReliantUnix and Solaris.
Cheers
Jean-frederic
PS: I have already reported 1 and 2 (thread showstoppers).