cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Build libcurl with openssl not nss on Fedora 8

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 28 Jun 2009 22:50:08 +0200 (CEST)

On Sat, 27 Jun 2009, Danny Young wrote:

> I know this is a basic question but I really would appreciate any help. I
> have an application that is failing (Shibboleth) because it needs libcurl
> built with OpenSSL not NSS. Aparently Fedora started shipping libcurl with
> NSS on version 8. Can anyone tell me (REALLY SIMPLY) how to get a version of
> libcurl built with OpenSSL for Fedora please?

Did you even try to read up? Assuming you have a devel version of openssl
installed:

  $ ./configure --with-ssl && make && make install

> Also, once I have done that do I need to rebuild the Shibboleth application
> or will it pick up the new libcurl dynamically?

It depends on Shibboleth and your system environment. It's impossible for us
to tell.

-- 
  / daniel.haxx.se
Received on 2009-06-28