I'm having trouble compiling mod_ssl on a rh 6 box.
I trying to install:
apache 1.3.6
mod_ssl 2.3.3-1.3.6
open sll 0.9.3a
php 3.0.9
Everything seems to be fine, up until I try to do a "make" in my apache
directory.
Then I get this error:
===> src/modules/ssl
gcc -c -I../../os/unix -I../../include -DLINUX=2 -DMOD_SSL=203103 -DUSE_H
SREGEX -DEAPI
`../../apaci` -DSSL_COMPAT -I/usr/src/redhat/BUILD/openssl-0.9.3a/include -D
MOD_SSL_VERSION=\"2.3.3\" mod_ssl.c
In file included from mod_ssl.c:65:
mod_ssl.h:492: parse error before `AP_MM'
mod_ssl.h:492: warning: no semicolon at end of struct or union
mod_ssl.h:507: parse error before `}'
mod_ssl.h:507: warning: data definition has no type or storage class
make[4]: *** [mod_ssl.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/apache_1.3.6/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/apache_1.3.6'
make: *** [build] Error 2
The "configure" line I used was:
SSL_BASE=../openssl-0.9.3a
/configure --prefix=/usr/local/apache --activate-module=src/modules/php3/li
bphp3.a --enable-module=ssl
Does anyone know what is wrong?
Richard
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]