<html><head></head><body><div>Thanks...off to git cloning the 1.0.1 branch...all this work for chacha and poly...yugh 8-|</div><div><br></div><div>James</div><div><br></div><div>On Mon, 2016-09-19 at 18:37 -0600, Alex Rousskov wrote:</div><blockquote type="cite"><pre>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 type="cite">
Should I just try something different?  1.0.1?  1.0?
</blockquote>

I know that both v1.0 and v1.0.1 work in many environments. YMMV.

Alex.
</pre></blockquote></body></html>