----- "Jim Jagielski" <[email protected]> wrote:

> Pre-test tarballs of httpd-2.3.9-alpha are available at:
> 
>       http://people.apache.org/~jim/httpd-2.3.9-alpha/
> 
> Please try 'em out and I'll make them official test tarballs...


All check-sums and all signatures verify.

When compiling with GCC 4.4.5 on Debian (squeeze) on amd64 with

./configure --prefix=/opt/httpd-trunk --enable-layout=opt 
--enable-modules=reallyall --enable-mods-shared=reallyall --enable-pie  
--with-included-apr --enable-ssl --with-ssl=/opt/bw --with-mpms-shared=all  
--enable-ldap --with-ldap-lib=/opt/bw/lib --with-ldap=ldap_r 
--with-ldap-include=/opt/bw/include

(/opt/bw containing OpenSSL 1.0.0a and OpenLDAP 2.4.23) I get:


/tmp/httpd/httpd-2.3.9/srclib/apr/libtool --silent --mode=compile gcc 
-std=gnu99 -g -O2 -pthread    -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE    -I. 
-I/tmp/httpd/httpd-2.3.9/os/unix -I/tmp/httpd/httpd-2.3.9/include 
-I/tmp/httpd/httpd-2.3.9/srclib/apr/include 
-I/tmp/httpd/httpd-2.3.9/srclib/apr-util/include -I/opt/bw/include 
-I/tmp/httpd/httpd-2.3.9/modules/aaa -I/tmp/httpd/httpd-2.3.9/modules/cache 
-I/tmp/httpd/httpd-2.3.9/modules/core -I/tmp/httpd/httpd-2.3.9/modules/database 
-I/tmp/httpd/httpd-2.3.9/modules/filters -I/tmp/httpd/httpd-2.3.9/modules/ldap 
-I/tmp/httpd/httpd-2.3.9/server -I/tmp/httpd/httpd-2.3.9/modules/loggers 
-I/usr/include/lua5.1 -I/tmp/httpd/httpd-2.3.9/modules/lua 
-I/tmp/httpd/httpd-2.3.9/modules/proxy -I/tmp/httpd/httpd-2.3.9/modules/session 
-I/tmp/httpd/httpd-2.3.9/modules/ssl -I/tmp/httpd/httpd-2.3.9/modules/test 
-I/tmp/httpd/httpd-2.3.9/modules/arch/unix 
-I/tmp/httpd/httpd-2.3.9/modules/dav/main 
-I/tmp/httpd/httpd-2.3.9/modules/generators 
-I/tmp/httpd/httpd-2.3.9/modules/mappers -prefer-pic -c mod_setenvif.c && touch 
mod_setenvif.slo
mod_setenvif.c:127: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before '*' token
mod_setenvif.c: In function 'match_headers':
mod_setenvif.c:585: error: 'ssl_ext_list_func' undeclared (first use in this 
function)
mod_setenvif.c:585: error: (Each undeclared identifier is reported only once
mod_setenvif.c:585: error: for each function it appears in.)
mod_setenvif.c:593: warning: implicit declaration of function 
'ssl_ext_list_func'
mod_setenvif.c:594: warning: assignment makes pointer from integer without a 
cast
mod_setenvif.c: In function 'setenvif_post_config':
mod_setenvif.c:687: error: 'ssl_ext_list_func' undeclared (first use in this 
function)
mod_setenvif.c:687: error: 'apr_OFN_ssl_ext_list_t' undeclared (first use in 
this function)
mod_setenvif.c:687: error: expected expression before ')' token
make[4]: *** [mod_setenvif.slo] Error 1
make[4]: Leaving directory `/tmp/httpd/httpd-2.3.9/modules/metadata'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/tmp/httpd/httpd-2.3.9/modules/metadata'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/tmp/httpd/httpd-2.3.9/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/tmp/httpd/httpd-2.3.9'
make: *** [all-recursive] Error 1


n.b.: 

i.ga...@panic /tmp/httpd/httpd-2.3.9 % find . /usr/include /opt/bw/include  
-type f -name \*.h -exec grep -l ssl_ext_list_func {} \;
i.ga...@panic /tmp/httpd/httpd-2.3.9 %


So long,
i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: [email protected]
URL: http://brainsware.org/

Reply via email to