On Tue, Aug 11, 2015 at 11:17 PM, Adam Dunsmoor <[email protected]>
wrote:

> Hello.  I am trying to make GnuTLS 3.4.4 and am getting the following
> errors:
>
>
>
> //user/local/lib/libgnutls.so.30: undefined reference to
> 'asn1_decode_simple_ber@LIBTASN1_0_3'
> //user/local/lib/libgnutls.so.30: undefined reference to
> 'p11_kit_uri_get_pin_value'
>
> I can skip p11 “./configure –without-p11-kit” but can’t for libtasn
>

You are compiling with a newer library than the one you are linking with.
Most likely you have both versions of the libraries available but your
flags to linker are not correct.

regards,
Nikos
_______________________________________________
Gnutls-help mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnutls-help

Reply via email to