"Gonyou, Austin" wrote:
> 
> 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'

Austin, does this take care of it?  

Thanks,
Greg

p.s. disclaimer: untested

Index: modules/ssl/ssl_engine_io.c
===================================================================
RCS file: /cvs/apache/httpd-2.0/modules/ssl/ssl_engine_io.c,v
retrieving revision 1.8
diff -u -d -b -r1.8 ssl_engine_io.c
--- ssl_engine_io.c     2001/07/19 16:08:01     1.8
+++ ssl_engine_io.c     2001/07/19 17:48:13
@@ -61,6 +61,7 @@
                                   core keeps dumping.''
                                             -- Unknown    */
 #include "mod_ssl.h"
+#include <assert.h>
 
 /*  _________________________________________________________________
 **

Reply via email to