Thanks a lot Henrik, it works fine now. You just have to suffix _every_ occurence of "-lcrypto" with "-ldl" in "src/Makefile".
----- Original Message ----- From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Vincent Gardien" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 5:54 PM Subject: Re: [squid-users] squid + openssl compilation problem > 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 >
