On Mon, 2016-09-19 at 18:44 -0600, James Lay wrote:
On Tue, 2016-09-20 at 10:12 +0930, LYMN wrote:On Mon, Sep 19, 2016 at 06:37:44PM -0600, Alex Rousskov wrote:On 09/19/2016 06:22 PM, James Lay wrote:At a guess add this to the libraries list after openssl: -ldlOk so this is with the 1.0.2 branch of openssl: dso_dlfcn.c:(.text+0x11): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x24): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x2f): undefined reference to `dlclose'You can probably force you way through this by linking with more system libraries, but I do not know exactly which ones you need. This smells like an environment or build configuration problem to me -- the linker does not know that your OpenSSL library depends on another system library that provides those [dynamic linking] functions.Thank you...where would I add that to? My config line? Here it is:./configure --prefix=/opt --with-openssl=/opt/openssl --enable-ssl --enable-ssl-crtd --enable-linux-netfilter --enable-follow-x-forwarded-for --with-large-files --sysconfdir=/opt/etc/squid --enable-external-acl-helpers=noneJames_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users
Well last word on this...squid starts but dies with:
/squid: symbol lookup error: ./squid: undefined symbol: SSL_set_alpn_protos
So at this point I'll just go back to linking to libressl. Thanks all.
James
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users