Aaron Bannert wrote:
>
> On Thu, Feb 14, 2002 at 05:20:17PM +0100, jean-frederic clere wrote:
> > Hi,
> >
> > I have done the configure:
> > ./configure --prefix=/export/home/apache20/apache32 \
> > --enable-mods-shared=all
>
> Change this to --enable-mods-shared=most
>
> "all" means enable all modules and report failures
> "most" means enable all that we can
Oops...
So I have done:
./configure --prefix=/export/home/apache20/apache32 \
--enable-mods-shared=all \
--disable-auth_digest
it configures, builds and seems to work Ok on Solaris8
>
> -aaron
>
> > 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...