cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl 7.29.0 build problems on Solaris 10 SPARC with Sun Studio 12.3

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 1 Apr 2013 10:02:12 +0200 (CEST)

On Sun, 31 Mar 2013, William D. Pool wrote:

> ld: fatal: library -lssl: not found
> ld: fatal: library -lcrypto: not found

Those are the two OpenSSL libs that were obviously found during configure (as
otherwise the OpenSSL build wouldn't have been enabled) but can't be found
during the "real" link for some reason! If you check your config.log for the
openssl checks it might give you some clues. Does the final link command line
include the correct lib paths to link with the OpenSSL libs?

-- 
  / 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 2013-04-01