Hi,
I can't compile Apache 1.3.24 with openssl-beta2, mod_ssl and mod_perl, but there is 
no error with 0.96d version. Can anybody see some problems? 

Thanks.

Michal Cernoevic

Linux brnl01.pvt.cz 2.4.9-31 #1 Tue Feb 26 07:11:02 EST 2002 i686 unknown
 gcc --version
2.96

 mod_perl-1.27


make[5]: Nothing to be done for `all'.
<=== src/modules/example
===> src/modules/ssl
cc -c -I../.. -I/usr/lib/perl5/5.6.1/i386-linux/CORE -I../../os/unix -I../../include   
-DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208108 -DMOD_PERL -DUSE_PERL_SSI 
-fno-strict-aliasing -I/usr/local/include -DUSE_HSREGEX -DEAPI `../../apaci` -fpic 
-DSHARED_MODULE -DSSL_COMPAT -DSSL_USE_SDBM -DSSL_ENGINE 
-I/home/web/openssl-0.9.7-beta2/include -DMOD_SSL_VERSION=\"2.8.8\" ssl_engine_vars.c 
&& mv ssl_engine_vars.o ssl_engine_vars.lo
ssl_engine_vars.c:410: `NID_uniqueIdentifier' undeclared here (not in a function)
ssl_engine_vars.c:410: initializer element is not constant
ssl_engine_vars.c:410: (near initialization for 
`ssl_var_lookup_ssl_cert_dn_rec[12].nid')
make[5]: *** [ssl_engine_vars.lo] Error 1
make[4]: *** [all] Error 1
make[3]: *** [subdirs] Error 1
make[3]: Leaving directory `/home/web/apache_1.3.24/src'

#!/bin/sh
##
##  config.status -- APACI auto-generated configuration restore script
##
##  Use this shell script to re-run the APACI configure script for
##  restoring your configuration. Additional parameters can be supplied.
##
 
CC="cc" \
SSL_BASE="../openssl-0.9.7-beta2" \
./configure \
"--activate-module=src/modules/perl/libperl.a" \
"--with-layout=GNU" \
"--enable-module=all" \
"--enable-module=ssl" \
"--enable-shared=max" \
"--disable-shared=perl" \
"--disable-module=auth_db" \
"--datadir=/home/web/users" \
"--prefix=/home/web/apache_1.3.24" \
"--enable-suexec" \
"--suexec-caller=web" \
"--suexec-docroot=/home/web/users" \
"config.status" 26L, 668C
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to