RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-31 Thread Lee Staniforth
penssl.org Subject: Re: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0 On 21/12/2021 15:09, Lee Staniforth wrote: > ./Configure linux-x86_64 no-shared -m64 -fPIC -fvisibility=hidden Try dropping "-fvisibility=hidden". I can replicate this problem

Re: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-23 Thread Matt Caswell
On 21/12/2021 15:09, Lee Staniforth wrote: ./Configure linux-x86_64 no-shared -m64 -fPIC -fvisibility=hidden Try dropping "-fvisibility=hidden". I can replicate this problem when using no-shared and -fvisibility=hidden. If I drop the "-fvisibility=hidden" the problem goes away. Matt

RE: undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-22 Thread Petr Gotthard
ned symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0 CAUTION: This email originated from outside of the Advantech organization. Do not click any link or open any attachment unless you recognize the sender and know the content is 100% safe! If you are not sure this email is

Re: undefined symbol: OSSL_provider_init when running "make test"

2021-12-22 Thread Dan Fulger
I have not compiled OpenSSL 3.0 yet, but I am pretty sure that -fvisibility=hidden will at least break the temporary shared objects created by the unit tests, if not everything else in OpenSSL.

undefined symbol: OSSL_provider_init when running "make test" for OpenSSL 3.0

2021-12-21 Thread Lee Staniforth
Hi, I have been building the 1.1.1 stream of OpenSSL for a while, and am now starting to look at moving to using 3.0. Building works fine, but testing fails (via "make test"). A number of the tests fail with undefined symbol: OSSL_provider_init: 02-test_internal_ctype.t ... ok