atom feed4 messages in org.freebsd.freebsd-portsports/www/apache2 problems with 6.0-C...
FromSent OnAttachments
Vincent PoyNov 17, 2004 2:50 pm 
Clement LaforetNov 18, 2004 8:08 am 
Vincent PoyNov 18, 2004 2:43 pm 
Vincent PoyNov 23, 2004 11:37 am 
Subject:ports/www/apache2 problems with 6.0-CURRENT
From:Vincent Poy (vinc@gmail.com)
Date:Nov 23, 2004 11:37:52 am
List:org.freebsd.freebsd-ports

On Thu, 18 Nov 2004 17:08:16 +0100, Clement Laforet <clem@freebsd.org> wrote:

On Wed, 17 Nov 2004 14:50:23 -0800 Vincent Poy <vinc@gmail.com> wrote:

I'm having the following problems with ports/www/apache2 in FreeBSD 6.0-CURRENT:

1) If I tried to compile with the following:

make WITH_AUTH_MODULES=yes WITH_DAV_MODULES=yes WITHOUT_EXPERIMENTAL_MODULES=yes WITH_LDAP_MODULES=yes WITH_MISC_MODULES=yes WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes WITH_SUEXEC_MODULES=yes WITH_THREADS_MODULES=yes ... mod_mem_cache.c:49:2: #error This module does not currently compile unless you have a thread-capable APR. Sorry!

...

Please define WITH_THREADS.

Not compiling with the EXPERIMENTAL modules would compile fine but when I start apache, I would get the following error:

root@bigbang [2:36pm][/usr/ports/www/apache2] >> apachectl start Syntax error on line 245 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/mod_deflate.so into server: /usr/local/libexec/apache2/mod_deflate.so: Undefined symbol "deflate"

This is with the default httpd.conf that the port copies. Any ideas how to fix this as /usr/include/zlib.h (v1.2.1) after searching on Google and Yahoo is what's needed for the deflate to work but zlib.h is part of the FreeBSD world build.

I can't reproduce the problem. Can you send me your config.log please ?

The WITH_THREADS fixed the EXPERIMENTAL modules build. Attached is my config.log.

Cheers, Vince