cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Not able to compile curl with ssl support in a diferent than default folder

From: <gokhansengun_at_gmail.com>
Date: Fri, 25 May 2012 07:24:21 +0300

> 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
Received on 2012-05-25