cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-2843008 ] curl 7.19.6 with gnutls 2.6.6 doesn't build

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 24 Aug 2009 11:39:07 +0000

Bugs item #2843008, was opened at 2009-08-23 12:19
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2843008&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: compile or build problem
Group: wrong behaviour
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Marc de Bruin (marcdeb)
Assigned to: Daniel Stenberg (bagder)
Summary: curl 7.19.6 with gnutls 2.6.6 doesn't build

Initial Comment:
configure is broken when gnutls 2.6.6 is used without pkg-config. I don't have pkg-config. I cannot use >2.6.6.

configure is trying to run libgnutls-config from $OPT_GNUTLS, without 'bin'. E.g. /Users/marcdebruin/Desktop/iphone-os/libgnutls-config.
Running 'make install' from gnutls with prefix /Users/marcdebruin/Desktop/iphone-os deploys libgnutils-config to /Users/marcdebruin/Desktop/iphone-os/bin.

Therefore building the configure test program for gnutls failed for configuring curl: "configure --host=arm-apple-darwin9 --prefix=/Users/marcdebruin/Desktop/iphone-os --enable-shared=no --with-libssh2=/Users/marcdebruin/Desktop/iphone-os --with-gnutls=/Users/marcdebruin/Desktop/iphone-os --without-ssl"

Manually changing lines 26375, 26377-26380 to include 'bin' solved the configure problem. (E.g., $OPT_GNUTLS/libgnutls-config to $OPT_GNUTLS/bin/libgnutls-config).

Sorry for my bad bug report but I'm not really a developer. :-) I didn't know what group to take ("wrong behaviour"), might be wrong.

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2009-08-24 13:39

Message:
Thanks for the report, this problem is now fixed in CVS!

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=2843008&group_id=976
Received on 2009-08-24

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET