
April 25th, 2001, 03:41 PM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Trying to build the following:
Apache 1.3.19, mod_ssl 2.8.2, openssl 0.9.6a, php4.0.4.pl1,mysql 3.23.37
It keeps bailing out on me when it's compiling ssl_engine_mutex. Anybody have an idea how to make it work? I've tried an older mod_ssl and openssl, but the same thing keeps happening.
Here's the message it dies with:
gcc -c -I../../os/unix -I../../include -DLINUX=22 -DMOD_SSL=208102 -I/home/newApache/php-4.0.4pl1 -I/home/newApache/php-4.0.4pl1/main -I/home/newApache/php-4.0.4pl1/main -I/home/newApache/php-4.0.4pl1/Zend -I/home/newApache/php-4.0.4pl1/Zend -I/home/newApache/php-4.0.4pl1/TSRM -I/home/newApache/php-4.0.4pl1/TSRM -I/home/newApache/php-4.0.4pl1 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` -fpic -DSHARED_MODULE -DSSL_COMPAT -DSSL_USE_SDBM -I/home/newApache/openssl-0.9.6a/include -DMOD_SSL_VERSION=\"2.8.2\" ssl_engine_mutex.c && mv ssl_engine_mutex.o ssl_engine_mutex.lo
ssl_engine_mutex.c: In function `ssl_mutex_sem_create':
ssl_engine_mutex.c:297: incompatible type for argument 4 of `semctl'
ssl_engine_mutex.c:306: incompatible type for argument 4 of `semctl'
ssl_engine_mutex.c: In function `ssl_mutex_sem_remove':
ssl_engine_mutex.c:338: incompatible type for argument 4 of `semctl'
make[4]: *** [ssl_engine_mutex.lo] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/newApache/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/newApache/apache_1.3.19'
make: *** [build] Error 2
Any ideas? 
|