Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: SSL_library_init not found in libssl in current



On Thu, Apr 25, 2019 at 01:06:08PM +0530, Mayuresh wrote:
> 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?
at least in the case of squid3 there is some rewrite of the squid source
necessary to deal with newer openssl versions.
Software compiled and linked with/to oldish openssl will not work anymore
when the old librarys are gone.

(I eventually (re)compiled squid3 with gnutls. Hmpf!)

Kurt


Home | Main Index | Thread Index | Old Index