[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #37709] gnutls deprecated gnutls-config
From: |
Graham Lee |
Subject: |
[bug #37709] gnutls deprecated gnutls-config |
Date: |
Fri, 05 Apr 2013 13:38:11 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10 |
Follow-up Comment #3, bug #37709 (project gnustep):
Sorry for the delay in responding. I'm using svn trunk, and it still tries to
use gnutls-config:
$ ./configure
[…]
checking for libgnutls-config... no
checking for libgnutls - version >= 1.4.0... no
*** The libgnutls-config script installed by libgnutls could not be found
*** If libtgnuls was installed in PREFIX, make sure PREFIX/bin is in
*** your path.
no
You do not appear to have usable libgnutls headers/library.
Building without them will disable SSL/TLS/HTTPS in NSStream,
NSFileHandle, NSURLHandle and NSURLConnection.
If you really want to build gnustep-base without TLS support,
add --disable-tls to the configure arguments.
configure: error: Missing support for TLS functionality.
$ ./configure --with-gnutls-prefix=/usr/local/bin
[…]
checking for libgnutls-config... /usr/local/bin/libgnutls-config
checking for libgnutls - version >= 1.4.0... ./configure: line 24989:
/usr/local/bin/libgnutls-config: No such file or directory
./configure: line 24990: /usr/local/bin/libgnutls-config: No such file or
directory
./configure: line 24992: /usr/local/bin/libgnutls-config: No such file or
directory
./configure: line 24994: /usr/local/bin/libgnutls-config: No such file or
directory
./configure: line 24996: /usr/local/bin/libgnutls-config: No such file or
directory
no
*** Could not run libtgnuls test program, checking why...
no
You do not appear to have usable libgnutls headers/library.
Building without them will disable SSL/TLS/HTTPS in NSStream,
NSFileHandle, NSURLHandle and NSURLConnection.
If you really want to build gnustep-base without TLS support,
add --disable-tls to the configure arguments.
configure: error: Missing support for TLS functionality.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?37709>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #37709] gnutls deprecated gnutls-config,
Graham Lee <=