https://issues.apache.org/bugzilla/show_bug.cgi?id=55834
--- Comment #2 from Igor Cicimov <[email protected]> --- Ok, the problem was obviously with apache apr/libtoll which probably comes with some hard coded library paths in libtool. The solution, omit the "--with-included-apr" from your configure options to by-pass the apache apr and use the system provided one. After that apache builds and installs fine. Additionally, you need to include the openssl library path into $LD_LIBRARY_PATH of the user that is starting apache so for me I put: export LD_LIBRARY_PATH=/opt/openssl/lib:$LD_LIBRARY_PATH in the /root/.bashrc for the root user. Just as confirmation, here it is up and running: [Mon Dec 02 15:08:27 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) [Mon Dec 02 15:08:27 2013] [notice] Digest: generating secret for digest authentication ... [Mon Dec 02 15:08:27 2013] [notice] Digest: done [Mon Dec 02 15:08:28 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366) [Mon Dec 02 15:08:28 2013] [warn] pid file /usr/local/apache2-2.2.26/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Mon Dec 02 15:08:28 2013] [notice] Apache/2.2.26 (Unix) DAV/2 mod_ssl/2.2.26 OpenSSL/1.0.1e configured -- resuming normal operations -- 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]
