[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Gnurl bug
From: |
Daniel Golle |
Subject: |
Re: [GNUnet-developers] Gnurl bug |
Date: |
Wed, 21 Oct 2015 03:11:19 +0200 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hi Jeff!
On Mon, Oct 19, 2015 at 03:07:49PM +0200, Jeff Burdges wrote:
>
> I went ahead and updated to 7.45.0 when fixing several issues with my
> previous packaging of gnurl.
>
>
> Just for posterity's sake, we're using a rebase work flow to maintain
> this git repository. It looks roughly like this :
>
> old=7.44.0
> new=7.45.0
I already had 7.44.0 working and now replaced it with 7.45.0.
However, it no longer builds against GnuTLS 3.4.5 if OCSP or
ALPN support are disabled in gnutls :(
../lib/.libs/libgnurl.so: undefined reference to
`gnutls_alpn_get_selected_protocol'
../lib/.libs/libgnurl.so: undefined reference to `gnutls_ocsp_resp_get_single'
../lib/.libs/libgnurl.so: undefined reference to `gnutls_ocsp_resp_deinit'
../lib/.libs/libgnurl.so: undefined reference to `gnutls_alpn_set_protocols'
../lib/.libs/libgnurl.so: undefined reference to `gnutls_ocsp_resp_import'
../lib/.libs/libgnurl.so: undefined reference to
`gnutls_ocsp_status_request_get'
../lib/.libs/libgnurl.so: undefined reference to `gnutls_ocsp_resp_init'
../lib/.libs/libgnurl.so: undefined reference to
`gnutls_ocsp_status_request_enable_client'
../lib/.libs/libgnurl.so: undefined reference to
`gnutls_ocsp_status_request_is_checked'
Any ideas?
Cheers
Daniel