Thank you very much for your quick and great replies, Pauli, Richard and Matt!!
> ./config --prefix=$HOME/local/openssl-3.0.1 no-shared no-module
With this options, it works perfectly!
Thanks again,
Shino
2022年2月22日(火) 17:46 Richard Levitte :
>
> 'no-module' will do what you want. I notice
On 22/02/2022 07:54, pa...@openssl.org wrote:
There is a define to allow this: STATIC_LEGACY but I don't remember how
to specify it on the configuration command line.
We should probably turn this on in a no-shared build.
Configure with "no-module".
Matt
Pauli
On 22/2/22 5:37 pm, Shun
'no-module' will do what you want. I noticed, though, that the
documentation in INSTALL.md isn't entirely clear on what that does.
./config --prefix=$HOME/local/openssl-3.0.1 no-shared no-module
Cheers,
Richard
On Tue, 22 Feb 2022 07:37:03 +0100,
Shunichi Shinohara wrote:
>
> Hi List,
>
>
There is a define to allow this: STATIC_LEGACY but I don't remember how
to specify it on the configuration command line.
We should probably turn this on in a no-shared build.
Pauli
On 22/2/22 5:37 pm, Shunichi Shinohara wrote:
Hi List,
I have a question about OpenSSL 3.0 and static linking.