Michael Darling <[email protected]> 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


_______________________________________________
Help-gnutls mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnutls

Reply via email to