cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: libcurl ssl with fedora 9

From: Phil Pellouchoud <Phil_at_slacker.com>
Date: Fri, 20 Jun 2008 09:46:40 -0700

On Thu, 19 Jun 2008, Phil Pellouchoud wrote:

>> {"rc4-md5", SSL_EN_RC4_128_WITH_MD5, SSL2},

> That seemed to fix it.

Cool and thanks! This has now been committed to CVS.

-- 
  / daniel.haxx.se
[phil] 
No, Thank YOU!
So apparently, this kinda thing works too?
- yum remove curl curl-devel
- yumdownloader --source curl-devel
- rpm -Uvh curl-7.17.1-3.fc8.src.rpm
- Edit /usr/src/redhat/SPECS/curl.spec
  56c56
  < %configure --without-ssl --with-nss=%{_prefix} --enable-ipv6 \
  ---
  > %configure --with-ssl=%{_prefix} --without-nss --enable-ipv6 \
- rpmbuild -bb curl.spec
- rpm -Uvh /usr/src/redhat/RPMS/i386/curl-7.17.1-3.fc8.i386.rpm
/usr/src/redhat/RPMS/i386/curl-devel-7.17.1-3.fc8.i386.rpm
----
-phil
Received on 2008-06-20