[gnutls-help] libgnutls undefined reference
Nikos Mavrogiannopoulos
nmav at gnutls.org
Mon Feb 29 17:11:20 CET 2016
On Sat, 2016-02-27 at 13:58 +0200, Anton wrote:
> Hello All,
>
> When I'm trying to build the latest GnuTLS package for CentOS 6.7
> 64bit I have next error:
>
> make[4]: Entering directory `/home/tokezo/gnutls-3.4.9/src'
> CCLD psktool
> ../lib/.libs/libgnutls.so: undefined reference to `nettle_secp_192r1'
> ../lib/.libs/libgnutls.so: undefined reference to `nettle_secp_224r1'
> collect2: ld returned 1 exit status
> make[4]: *** [psktool] Error 1
nettle in RHEL/Centos does not include the secp192 and 224 curves. Try
specifying --disable-non-suiteb-curves to gnutls.
regards,
Nikos
More information about the Gnutls-help
mailing list