https://issues.apache.org/bugzilla/show_bug.cgi?id=53870
Jeff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mod_ssl |Core --- Comment #3 from Jeff <[email protected]> --- (In reply to comment #2) > As this is an issue encountered in load testing and presumably not a > production environment, you might try to reproduce with the latest OpenSSL. > > BTW, what level of OpenSSL is this? I would be happy to replace OpenSSL if there is a newer version currently we are using: /usr/local/ssl/bin] ./openssl version OpenSSL 1.0.1b 26 Apr 2012 Here is the configure options for my last apache compile: CC="/opt/SUNWspro/bin/cc"; export CC CFLAGS="-xarch=generic64 -xO5"; export CFLAGS CPPFLAGS="-I/usr/local/ssl/includ/openssl"; export CPPFLAGS LDFLAGS="-L/usr/local/ssl/lib -R/usr/local/ssl/lib"; export LDFLAGS "./configure" \ "--prefix=/app/asf/WS/2.2" \ "--with-included-apr" \ "--with-mpm=worker" \ "--with-ssl=/usr/local/ssl" \ "--enable-ssl=shared" \ "--disable-userdir" \ "--disable-asis" \ "--disable-autoindex" \ "--disable-mod_authn_file" \ "--disable-mod_authn_default" \ "--disable-mod_authz_host" \ "--disable-mod_authz_groupfile" \ "--disable-mod-authz_user" \ "--disable-mod-authz_default" \ "--disable-mod_auth_basic" \ "--enable-mods-shared=most" \ "CC=/opt/SUNWspro/bin/cc" \ "CFLAGS=-xarch=generic64 -xO5" \ "LDFLAGS=-L/usr/local/ssl/lib -R/usr/local/ssl/lib" \ "CPPFLAGS=-I/usr/local/ssl/includ/openssl" \ "$@" Thanks, Jeff -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
