[squid-users] Squid 3.5.20 compile issue

Alex Rousskov rousskov at measurement-factory.com
Tue Sep 20 00:37:44 UTC 2016


On 09/19/2016 06:22 PM, James Lay wrote:
> 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'

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.


> Should I just try something different?  1.0.1?  1.0?

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

Alex.



More information about the squid-users mailing list