> I have done the configure:
> ./configure --prefix=/export/home/apache20/apache32 \
>         --enable-mods-shared=all
> 
> It fails:
> +++
> configure:3147: gcc -c -g -O2 -pthreads -DSOLARIS2=8 -
> D_POSIX_PTHREAD_SEMANTICS
> -D_REENTRANT -I/export/home/apache20/httpd-2.0.32/srclib/apr/include
> -I/export/home/apache20/httpd-2.0.32/srclib/apr/include conftest.c
1>&5
> configure:3142:20: #error You need APR random support to use
auth_digest.
> +++
> May be auth_digest should be disabled...

You asked for all modules to be enabled.  That means that even the
modules that won't work are at least attempted.  If you just want the
modules that will work on your machine, then you should use
--enable-mods-shared=most

Ryan


Reply via email to