Re: [openssl-users] Can't compile Apache 2.4.23 with OpenSSL 1.1.0b

2016-09-27 Thread Salz, Rich
You might want to start here: http://apache-http-server.18135.x6.nabble.com/Support-for-OpenSSL-1-1-0-td5027694.html -- Senior Architect, Akamai Technologies IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe:

Re: [openssl-users] Can't compile Apache 2.4.23 with OpenSSL 1.1.0b

2016-09-27 Thread Benjamin Kaduk
The library is mostly self-initializing now, so the malloc_init call is probably not needed. SSLv2 support is entirely removed. There are very drastic changes between the 1.0.x series and the 1.1.0 series, you really should read at least the NEWS file entries and maybe the CHANGES as well.

[openssl-users] Can't compile Apache 2.4.23 with OpenSSL 1.1.0b

2016-09-27 Thread Paquin, Brian
When I try to compile Apache 2.4.23 with OpenSSL 1.1.0b I get: secure:httpd-2.4.23 administrator$ sudo make <--many lines cut out--> /Users/administrator/Downloads/httpd-2.4.23/srclib/apr/libtool --silent --mode=link gcc-arch x86_64 -L/usr/local/openssl/lib -lssl -lcrypto -lpthread \