cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ANNOUNCE: curl and libcurl 7.27.0

From: Dave Reisner <d_at_falconindy.com>
Date: Thu, 2 Aug 2012 09:08:23 -0400

On Thu, Aug 02, 2012 at 11:10:04AM +0200, Alexander.Elgert_at_external.t-systems.com wrote:
> Hello,
>
> there is a little issue for the last link command, the option -lssl has to be before the -lcrypto option to make it work under
>
> SUSE Linux Enterprise Server 10 SP4 (i586)
> SUSE Linux Enterprise Server 10 SP4 (x86_64)

Then you should fix the .pc file for openssl in this distro. Curl
doesn't determine the ordering for these flags. On my Arch Linux
machine, as well as an ubuntu 12.04 machine, the following holds true:

$ pkg-config --libs openssl
-lssl -lcrypto

> If one knows why the ordering is specific in some cases, but not in others, please tell me. Maybe newer gcc versions are more tolerant.
>
> Greetings,
> Alexander
>
-------------------------------------------------------------------
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 2012-08-02