curl on F-8 isn't built with GSSAPI Negotiate support. This is a regression from Fedora 7. GSSAPI support is enabled in %configure but the lack of libraries causes it to not get configured. I did a test and added krb5-devel to BuildRequires and that was enough to get negotiate working in a mock build. Here is my change: diff -u -r1.63 curl.spec --- curl.spec 22 Jan 2008 12:28:04 -0000 1.63 +++ curl.spec 11 Apr 2008 15:35:14 -0000 @@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel BuildRequires: nss-devel >= 3.11.7-7 +BuildRequires: krb5-devel %description cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
Applied. Thanks.
curl-7.17.1-3.fc8 has been submitted as an update for Fedora 8
curl-7.17.1-3.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
curl-7.18.2-1.fc8 has been submitted as an update for Fedora 8
curl-7.18.2-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.