Here is my configure command for Apache:
env CC=cc CXX=xlC sudo ./configure --enable-so --enable-mods-shared=most --prefix=/web/systest/apache2 --enable-ssl --with-ssl=/web/ssl097d --enable-module=most
Then the make command ends with the following error:
/web/src/httpd-2.0.50/srclib/apr/libtool --silent --mode=compile cc -g -qHALT=E -U__STR__ -D_THREAD_SAFE -D_USE_IRS -I/web/src/httpd-2.0.50/srclib/apr/include -I/web/src/httpd-2.0.50/srclib/apr-util/include -I/usr/local/include -I. -I/web/src/httpd-2.0.50/os/unix -I/web/src/httpd-2.0.50/server/mpm/prefork -I/web/src/httpd-2.0.50/modules/http -I/web/src/httpd-2.0.50/modules/filters -I/web/src/httpd-2.0.50/modules/proxy -I/web/src/httpd-2.0.50/include -I/web/src/httpd-2.0.50/modules/generators -I/web/ssl097d/include/openssl -I/web/ssl097d/include -I/web/src/httpd-2.0.50/modules/dav/main -prefer-pic -c mod_ssl.c && touch mod_ssl.slo
"/web/ssl097d/include/openssl/kssl.h", line 72.10: 1506-296 (S) #include file <krb5.h> not found.
"/web/ssl097d/include/openssl/kssl.h", line 132.9: 1506-046 (S) Syntax error.
"/web/ssl097d/include/openssl/kssl.h", line 147.1: 1506-166 (S) Definition of function krb5_error_code requires parentheses.
"/usr/local/include/openssl/pem.h", line 135.11: 1506-273 (E) Missing type in declaration of PEM_ENCODE_SEAL_CTX.
"/usr/local/include/openssl/pem.h", line 514.42: 1506-277 (S) Syntax error: possible missing ')' or ','?
"/usr/local/include/openssl/pem.h", line 514.9: 1506-282 (S) The type of the parameters must be specified in a prototype.
"/usr/local/include/openssl/pem.h", line 517.44: 1506-277 (S) Syntax error: possible missing ')' or ','?
"/usr/local/include/openssl/pem.h", line 517.9: 1506-282 (S) The type of the parameters must be specified in a prototype.
"/usr/local/include/openssl/pem.h", line 519.43: 1506-277 (S) Syntax error: possible missing ')' or ','?
make: 1254-004 The error code from the last command is 1.
Any help would be appreciated.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
