On Tue, 2016-09-20 at 11:05 +0930, LYMN wrote:
On Mon, Sep 19, 2016 at 07:20:14PM -0600, James Lay wrote: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.What does a "ldd squid" output? You have built your openssl libraries to a non-standard place so perhaps squid cannot find them at run time? If this was the case then you either need to use LD_LIBRARY_PATH at run time or set LDFLAGS="-L/opt/openssl/lib -Wl,-R/opt/openssl/lib" at squid configure time.
Woo hoo! Success! Looks like this works with openssl-1.0.1. Thanks much all!
James
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users