On Thu, Apr 25, 2019 at 09:39:57AM +0200, Martin Husemann wrote: > On Thu, Apr 25, 2019 at 01:06:08PM +0530, Mayuresh wrote: > > configure scripts (squid3 for one, but may be there are others) look for > > SSL_library_init. How to deal with that? > > They need to be adjusted for newer openssl versions. > > Martin
I guess that might be a change at autoconf level or something? I think quickest I can do for now is to link with pkg openssl. It has the missing symbol. Mayuresh