braga <[email protected]> writes:

> I am triyng to install nettle2.7.1 (because I want to install
> gnutls-cli but it doesn't support nettle3.0) on my
>
> Ubuntu 12.04
> i686 architecture

> PASS: dsa-keygen
> ./ecc-mod-test: symbol lookup error: ../.lib/libhogweed.so.2:
> undefined symbol: __gmpz_limbs_read

[...]

> I have libgcrypt1.6.2, libgpg-error1.17, m4 macro processor and
> gmp6.0.0 installed.

Note that libgcrypt and libgpg-error are not used by nettle.

> Library lgmp is correctly found when I compile
> some random c source. Can you help me? Do you need other information?

It looks like you found gmp-6.0 header files, but link with an older
version of gmp at runtime.

Can you try ldd on some of the failing test programs? E.g.,

  LD_LIBRARY_PATH=.lib ldd testsuite/dsa-keygen-test

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to