<html><head></head><body><div>On Tue, 2016-09-20 at 11:05 +0930, LYMN wrote:</div><blockquote type="cite"><pre>On Mon, Sep 19, 2016 at 07:20:14PM -0600, James Lay wrote:
<blockquote type="cite">
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.
</blockquote>
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.
</pre></blockquote><div><br></div><div>Woo hoo! Success! Looks like this works with openssl-1.0.1. Thanks much all!</div><div><br></div><div>James</div></body></html>