[openssl-users] openssl 1.0.2g build fails with 'no-comp' or 'no-comp no-bio' configure options?
PGNet Dev
pgnet.dev at gmail.com
Thu Mar 10 23:20:04 UTC 2016
> My read of
>
> "no-comp Disables compression independent of zlib.
> OPENSSL_NO_COMP will be defined in the OpenSSL headers."
>
> is that this disables compression methods OTHER than zlib.
>
> Is the intent, instead, that it disables ALL compression, REGARDLESS of
> the presence/setting of zlib?
This was helpful
"When do I need zlib in OpenSSL?"
http://stackoverflow.com/questions/23772816/when-do-i-need-zlib-in-openssl
'no-comp' disables ALL compression, including any zlib comp; seems
that's the recommendation there.
I ended up with
./config ... no-comp no-zlib no-zlib-dynamic ...
leaving out 'no-bio' until at least v1.1.0 release.
No errors/warnings on the build. Other than the 'make depend' noise;
that's another thread.
Thanks.
More information about the openssl-users
mailing list