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
