On Tue, 27 Apr 2004, Andrew Jackman wrote: > /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > dso_dlfcn.o(.text+0x4a): undefined reference to `dlopen'
You need to add -ldl somewhere after -lcrypto. Regards Henrik
On Tue, 27 Apr 2004, Andrew Jackman wrote: > /usr/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': > dso_dlfcn.o(.text+0x4a): undefined reference to `dlopen'
You need to add -ldl somewhere after -lcrypto. Regards Henrik