help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnutls] Re: /usr/local/lib/libgnuttls.so: undefined reference to a


From: Simon Josefsson
Subject: [Help-gnutls] Re: /usr/local/lib/libgnuttls.so: undefined reference to address@hidden'
Date: Fri, 08 May 2009 13:00:52 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.93 (gnu/linux)

Michael Darling <address@hidden> writes:

> Hi,
>
> You are correct, there are multiple versions of libgcrypt installed.  How do
> I proceed?

You need to make sure all software that links to some software that
eventually links to your new libgcrypt also links to your new libgcrypt.

If this is on a development machine, it is often easiest to just replace
the system library with your own build.

If you don't want to do that, you must make sure all the projects you
build really use the libgcrypt from /usr/local and not from /usr.  In
the error you quoted, it seemed as if gnutls was linked against
libgcrypt in /usr/local but the other code you built linked against
libgcrypt in /usr.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]