On Thu, 20 Nov 2003, Vincent Gardien wrote: > /usr/local/openssl-0.9.7c/lib/libcrypto.a(dso_dlfcn.o)(.text+0x28): In > function `dlfcn_load': > : undefined reference to `dlopen'
This is a known issue if OpenSSL is compiled as a static library. After running Squid configure, manually edit src/Makefile and add -ldl after -lcrypto Regards Henrik
