Cannot finish building with the configure line I gave you.
SSL breaks at the end with:
-----snip-------
modules/ssl/.libs/mod_ssl.a(ssl_engine_io.o): In function `churn_output':
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:194: undefined
reference to `assert'
modules/ssl/.libs/mod_ssl.a(ssl_engine_io.o): In function `churn':
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:275: undefined
reference to `assert'
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:276: undefined
reference to `assert'
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:283: undefined
reference to `assert'
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:286: undefined
reference to `assert'
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:288: undefined
reference to `ssl_hook_process_connection'
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:312: undefined
reference to `assert'
modules/ssl/.libs/mod_ssl.a(ssl_engine_io.o): In function
`ssl_io_filter_Output':
/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c:377: undefined
reference to `assert'
modules/ssl/.libs/mod_ssl.a(ssl_engine_io.o): In function
`ssl_io_filter_Input':/home/austin/cvs/httpd-2.0/modules/ssl/ssl_engine_io.c
:397: undefined reference to `assert'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/home/austin/cvs/httpd-2.0'
make: *** [all-recursive] Error 1
------snip------
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-796-9023
email: [EMAIL PROTECTED]
> -----Original Message-----
> From: Gonyou, Austin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 11:26 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: daedalus is back on 2.0.21-dev
>
>
> Good thoughts if this one doesn't work.
>
> --
> Austin Gonyou
> Systems Architect, CCNA
> Coremetrics, Inc.
> Phone: 512-796-9023
> email: [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Justin Erenkrantz [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, July 19, 2001 11:23 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: daedalus is back on 2.0.21-dev
> >
> >
> > On Thu, Jul 19, 2001 at 10:10:05AM -0500, Gonyou, Austin wrote:
> > > Sorry, I'd posted that info earlier..in another thread.
> > > AMD Athlon-C 1.333Ghz
> > > 256MB SDRAM PC-133
> > > SGI-XFS RH 7.1 (Linux)
> > > configure params: --with-ssl=/work/build/openssl-0.9.6
> > > --with-tls=/work/build/openssl-0.9.6 --enable-ssl
> > --enable-tls --enable-so
> >
> > Okay, so this is probably a threaded MPM by default. Yeah, try out
> > 2.0.21 (aka CVS). There are probably still lots of bugs in
> threaded
> > MPM. The most egregious ones I've found are related to the default
> > config being silly and the POD reading. I've submitted patches for
> > both of these.
> >
> > You may be better off using --with-mpm=prefork to use the old-style
> > MPM for now. -- justin
> >
>