Hi!

Just grabbed the latest Apache (1.3.17) + mod_ssl-2.8.0-1.3.17.
Unfortunately, I can't get it to compile.

This is what I did:

- configured mod_ssl:

 ./configure \
  --with-apache=../apache_1.3.17 \
  --with-ssl=../openssl-0.9.6

- configured Apache:

  SSL_BASE=../openssl-0.9.6 \
  OPTIM='-O2' \
 ./configure \
  --prefix=/usr/local/apache \
  --enable-module=ssl

- make in Apache-dir, terminates with this error:

gcc -c  -I../../os/unix -I../../include  -O2 -DLINUX=22 -DMOD_SSL=208100 -DU
SE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED
`../../apaci` -DSSL_COMPAT -DSSL_USE_SDBM -I/usr/src/openssl-0.9.6/include -
DMOD_SSL_VERSION=\"2.8.0\" ssl_engine_mutex.c
ssl_engine_mutex.c: In function `ssl_mutex_sem_create':
ssl_engine_mutex.c:295: incompatible type for argument 4 of `semctl'
ssl_engine_mutex.c:304: incompatible type for argument 4 of `semctl'
make[4]: *** [ssl_engine_mutex.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/apache_1.3.17/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.17'
make: *** [build] Error 2



Regards,
/Johan Ekenberg

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to