After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596088 - configure fails with --enable-ssl
configure fails with --enable-ssl
Status: RESOLVED DUPLICATE of bug 587709
Product: libsoup
Classification: Core
Component: Misc
2.28.x
Other Linux
: Normal major
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-23 16:01 UTC by David Ronis
Modified: 2009-09-23 16:36 UTC
See Also:
GNOME target: 2.30.x
GNOME version: 2.27/2.28



Description David Ronis 2009-09-23 16:01:40 UTC
I'm trying to build today's git master (I last successfully built it a  few days ago).  configure dies with:

configure:14099: checking for LIBGNUTLS
configure:14106: $PKG_CONFIG --exists --print-errors "gnutls"
configure:14109: $? = 0
configure:14122: $PKG_CONFIG --exists --print-errors "gnutls"
configure:14125: $? = 0
configure:14160: result: yes
configure:14178: error: Could not configure SSL support.
Pass "--disable-ssl" if you really want to build without SSL support

gnutls is installed:

pkg-config --modversion gnutls
2.8.1

What gives?
Comment 1 Dan Winship 2009-09-23 16:36:58 UTC
this is just the same as 587709

*** This bug has been marked as a duplicate of bug 587709 ***