Ed <
e...@ed.com> wrote:
>So I've installed GnuTLS
>v2.12.19 and I'm having trouble getting it to report the correct number.
>
>In /usr/local/bin I enter './gnutls-cli -v' and I get
>./gnutls-cli (GnuTLS 2.12.19) 2.12.7
>
>Which looks pretty odd to me. :(
It looks like it checks the library version and reports both the
gnutls-cli version and the library version if they are different.
(It finds the old library from /usr/lib or /usr/lib64 because the
dynamic linker looks there before /usr/local/lib or /usr/local/lib64.)