What option is not recognized by OpenSSL 1.1.1d?

Matt Caswell matt at openssl.org
Mon Jan 27 08:40:59 UTC 2020



On 26/01/2020 21:03, Jeffrey Walton wrote:
> I'm trying to convert some scripts from OpenSSL 1.0.2 to OpenSSL 1.1.1d.
> 
> Configure is dying:
> 
>     ***** Unsupported options: no-comp
> --prefix=/home/jwalton/tmp/build-test
> --libdir=/home/jwalton/tmp/build-test/lib
> 
> According to INSTALL at
> https://github.com/openssl/openssl/blob/master/INSTALL, all the
> options are supported.
> 
> Which option is not recognized by OpenSSL 1.1.1d?


That is strange:


>     ***** Unsupported options: no-comp

"no-comp" *is* supported in 1.1.1! E.g

$ perl Configure linux-x86_64 no-comp
Configuring OpenSSL version 1.1.1e-dev (0x10101050L) for linux-x86_64
Using os-specific seed configuration
Creating configdata.pm
Creating Makefile

**********************************************************************
***                                                                ***
***   OpenSSL has been successfully configured                     ***
***                                                                ***
***   If you encounter a problem while building, please open an    ***
***   issue on GitHub <https://github.com/openssl/openssl/issues>  ***
***   and include the output from the following command:           ***
***                                                                ***
***       perl configdata.pm --dump                                ***
***                                                                ***
***   (If you are new to OpenSSL, you might want to consult the    ***
***   'Troubleshooting' section in the INSTALL file first)         ***
***                                                                ***
**********************************************************************

What was your full "Configure" line? I don't recall there being any
options that we removed in 1.1.x compared to 1.0.2...or if we did we
made them no-ops or something.

Matt




More information about the openssl-users mailing list