>  function `dlfcn_load':
> dso_dlfcn.c:(.text+0x667): undefined reference to `dlopen'
> dso_dlfcn.c:(.text+0x6de): undefined reference to `dlclose'
> dso_dlfcn.c:(.text+0x715): undefined reference to `dlerror'
> /home/guiu/SecureEnvironment/INSTALL/lib/libcrypto.a(dso_dlfcn.o): 

It seems your openssl lib is implicitly dependent on dl library.

A workaround would be to add "-ldl" into LDFLAGS and run the configure again.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to