https://issues.apache.org/bugzilla/show_bug.cgi?id=48880
--- Comment #3 from Joe Orton <[email protected]> 2010-03-09 20:46:10 UTC --- The failure is as Jeff suggests. Also, you are linking against the system APR/APR-util libraries here. This may bring in the system OpenSSL library via OpenLDAP, for example. To get this to work I'd recommend doing: # yum remove {httpd,apr,apr-util,openssl}-devel first, or at minimum passing --with-included-apr to httpd's configure script. I've seen this type of failure because the system pkgconfig file can be picked up in preference to the OpenSSL pkgconfig file in the --with-ssl location. (Alternatively, if you are merely waiting for the TLS secure reneg fix you could wait for the RHEL update to openssl providing this) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
