[Help-gnutls] Re: Install Problems

Simon Josefsson simon at josefsson.org
Fri May 1 17:56:10 CEST 2009


Carolin Latze <carolin.latze at unifr.ch> writes:

> Hi all,
>
> I tried to install GnuTLS, which results in errors when executing make
> check.
>
> libgpg-error 1.7 has been installed with
>
> ./configure; make; make install (make check completes successfully)
>
> libgcrypt 1.4.4 has been installed with
>
> ./configure --prefix=/usr --with-gpg-error-prefix=/usr/local; make;
> make install (make check completes successfully)
>
> gnutls 2.6.6 has been installed with
>
> ./configure --prefix=/usr --disable-srp-authentication
> --disable-openpgp-authentication

Try adding --with-libgcrypt-prefix=/usr/local.  Otherwise it likely
tries to use libgcrypt from /usr.

> /usr/local/src/gnutls-2.6.6/lib/.libs/libgnutls.so.26: symbol
> gcry_cipher_setkey, version GCRYPT_1.2 not defined in file
> libgcrypt.so.11 with link time reference

Yes, it seems to use one libgcrypt during linking and another one when
running.

You could also try running "ldconfig" as root to make sure the
ld.so.cache is uptodate.

/Simon





More information about the Gnutls-help mailing list