<html><head></head><body><div>On Tue, 2016-09-20 at 10:26 +0930, LYMN wrote:</div><blockquote type="cite"><pre>On Mon, Sep 19, 2016 at 06:44:38PM -0600, James Lay wrote:
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">

</blockquote>
At a guess add this to the libraries list after openssl: -ldl

</blockquote>
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=none

</blockquote>

try setting LIBS="-ldl" in the environment before you do the configure.


</pre></blockquote><div><br></div><div>Thanks again Brett.  Turns out you have to add the "shared" option:</div><div><br></div><div>./Configure enable-chacha enable-poly1305 --prefix=/opt/openssl shared linux-x86_64</div><div><br></div><div>which you know....kind of makes sense because it's like...a SHARED library 8-|  Yugh..I hate being dumb.</div><div><br></div><div>James</div></body></html>