cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problems compiling Curl 7.21.0 with openSSL1.0.0a

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 30 Jul 2010 21:59:32 +0200 (CEST)

On Thu, 29 Jul 2010, shane_at_arnold.id.au wrote:

> ./configure --with-ssl=/usr/local/ssl
>
> Again the process stated that ssl was disabled. Please see attached a zip
> file containing all my logs etc..

Your config.log clearly shows that your linker failed to find the symbols
dlsym, dlopen and dlclose. So, you need to provide "-ldl" to your linker,
probably by something like:

  LDFLAGS=-ldl ./configure

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-30