You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Pamela Stangl <pc...@doit.wisc.edu> on 2004/07/22 20:38:34 UTC

[users@httpd] Apache 2.0.50+openssl 0.9.7d error on make

I'm trying to compile Apache 2.0.50 with openssl 0.9.7.d on AIX 5.1.   The 
./configure  completes without an error but the make command ends in an 
error.   I am using the native aix  compiler

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.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Stable version of mod_jk

Posted by Richard correia <ri...@ugamsolutions.com>.
 Hi,

 Which is the most stable version of mod_jk to be used with Apache 1.3 ?

 Do we have any performance related options in mod_jk configuration like

 KeepAliveTimeout, Timeout, KeepAlive  ?

{Scene} On my server, I have only two jsp scripts running at a time.
Browser will call one script,which will redirect browser to another
script and second script will set some cookies. That's it. NO data is
sent to client other than small cookies.

 How can I make sure that my scripts will take minimum time ?

 I have turned off keepalive of apache, since from one client I rarely
get multiple requests.

 In above scene, will the client make two connections to my server,
since I have turned off KeepAlive ?

 Please help me ...
 

 Thanks
 Richard


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org