<html><head></head><body><div>On Tue, 2016-09-20 at 10:12 +0930, LYMN wrote:</div><blockquote type="cite"><pre>On Mon, Sep 19, 2016 at 06:37:44PM -0600, Alex Rousskov wrote:
<blockquote type="cite">
On 09/19/2016 06:22 PM, James Lay wrote:
<blockquote type="cite">
Ok 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'
</blockquote>

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.

</blockquote>

At a guess add this to the libraries list after openssl: -ldl

</pre></blockquote><div><br></div><div>Thank you...where would I add that to?  My config line?  Here it is:</div><div><br></div><div>./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</div><div><br></div><div>James</div></body></html>