Thanks very much, Matt and defulger. Removing the "-fvisibility=hidden" has enabled the tests to pass.
I'll now have to see how my application (which is statically linked to OpenSSL) fairs. Lee From: Matt Caswell <m...@openssl.org> Sent: 23 December 2021 10:13 To: Lee Staniforth <lee.stanifo...@synchronoss.com>; openssl-users@openssl.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 when using no-shared and External (m...@openssl.org<mailto:m...@openssl.org>) Report This Email<https://protection.inkyphishfence.com/report?id=c3luY2hyb25vc3MvbGVlLnN0YW5pZm9ydGhAc3luY2hyb25vc3MuY29tL2NiZGFiM2RjZDIzNWI3NDllOWQzYzRlYzBlYTA3Y2I1LzE2NDAyNTQzODIuMzc=#key=1fa1e349d7396284bf7cc883faec871a> FAQ<https://www.inky.com/banner-faq/> Protection by INKY<https://www.inky.com> 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