> works). OpenSSL is compiled with support for zlib (v1.2.3) in case that's
> relevant.
[...]
> configure:19357: cc_r -o conftest -g -I/usr/local/include 
> -I/usr/local/include/openssl -L/usr/local/lib conftest.c -lssl -lcrypto  >&5
> ld: 0711-317 ERROR: Undefined symbol: .inflateEnd
> ld: 0711-317 ERROR: Undefined symbol: .deflateEnd
> ld: 0711-317 ERROR: Undefined symbol: .inflate
> ld: 0711-317 ERROR: Undefined symbol: .deflate
> ld: 0711-317 ERROR: Undefined symbol: .inflateInit_
> ld: 0711-317 ERROR: Undefined symbol: .deflateInit_

Maybe you should look into coercing -lz onto that cc command, either
overtly or through a dependency in OpenSSL's dynamic libraries?

Reply via email to