On Thu, Apr 25, 2019 at 09:28:38AM +0200, Martin Husemann wrote: > On Thu, Apr 25, 2019 at 12:54:46PM +0530, Mayuresh wrote: > > On Thu, Apr 25, 2019 at 12:50:45PM +0530, Mayuresh wrote: > > > # uname -m && nm /usr/lib/libssl.so | grep SSL_library_init > > > amd64 > > > 0000000000022411 T SSL_library_init > > That is an old symbol, the function has been replaced by OPENSSL_init_ssl() > in newer versions.
configure scripts (squid3 for one, but may be there are others) look for SSL_library_init. How to deal with that? Mayuresh