When trying to compile 1.1.0 with no-comp no-shared flags current master fails with the following error on linux:
./libcrypto.so: undefined reference to `COMP_zlib_cleanup' collect2: error: ld returned 1 exit status And perhaps a more instructive one on OS X: Undefined symbols for architecture x86_64: "_COMP_zlib_cleanup", referenced from: _OPENSSL_cleanup in libcrypto.a(init.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [link_dso.darwin] Error 1 make: *** [engines/dasync.dylib] Error 2 -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4405 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
