SSL_library_init is in there on current amd64. "library 'ssl' is required" -- is libssl on there at all?
On Thu, Apr 25, 2019 at 3:20 AM Mayuresh <mayur...@acm.org> wrote: > > Got this error when trying to build squid: > > checking for SSL_library_init in -lssl... no > configure: error: library 'ssl' is required for OpenSSL > > on a recently picked current snapshot for RPI2. > > # uname -a > NetBSD pi 8.99.37 NetBSD 8.99.37 (RPI2) #0: Mon Apr 22 04:10:33 UTC 2019 > mkre...@mkrepro.netbsd.org:/usr/src/sys/arch/evbarm/compile/RPI2 evbarm > > The symbol is present in base libssl on amd64 8.0. Wonder whether this is > specific to RPI2 or specific to current. > > Should pkg openssl be used in such case? > > > Mayuresh