On 2017-06-07 05:32 PM, Reynold DeMarco Jr wrote:
...
I installed libgcrypt 1.7.7 on this machine but it reverts to the
distro installation of 1.6.6

How do I enable version 1.7.7 on this machine


I had a similar problem a while back on a different distro. IIRC, you have to specify the library directory to the compiler. Something like '-L/path/to/library/dir -{name of library}'. That's probably not the right syntax, but the issue you're having is that at compile time it is linking the system version so you need to explicitly tell the linker/compiler which one to use via compile time flags. If I'm wrong there, I'm sure someone else on the list can point you in the right direction.

--
--
HTH,
Antony Prince

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to