Hi. I am compiling Apache 1.3.27 with modssl on Solaris 7 and am getting
this error. I was told this has something to do with header file
incompatibility... How do I fix this?
SunOS 5.7 Generic_106541-23 (latest patches from november)
I got the binary for gcc 3.2 from sunfreeware.org.... Any ideas?
gcc -c -I../../os/unix -I../../include -DSOLARIS2=270
-DMOD_SSL=208112 -DEAPI `../../apaci` -DSSL_COMPAT -I/usr/include
-DMOD_SSL_VERSION=\"2.8.12\" ssl_engine_log.c
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
ssl_engine_log.c: In function `ssl_log':
ssl_engine_log.c:205: `__builtin_va_alist' undeclared (first use in this
function)
ssl_engine_log.c:205: (Each undeclared identifier is reported only once
ssl_engine_log.c:205: for each function it appears in.)
make[4]: *** [ssl_engine_log.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/opt/test/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/opt/test/apache_1.3.27'
make: *** [build] Error 2
I read about this problem on solaris FAQ, but how do I FIX this?