Thanks, that fixed it!

On Fri, Jul 17, 2015, 4:25 PM Noah Meyerhans <[email protected]> wrote:

> On Fri, Jul 17, 2015 at 03:43:20PM -0400, Brian Minton wrote:
> >    bminton:~# ldd /bin/ping6
> ...
> >            libgnutls.so.28 => /usr/local/lib/libgnutls.so.28
> (0x00007fccab1d0000)
>
> There's your problem. You've got a (presumably) locally built version of
> gnutls that is itself linked against libnettle.so.4. My guess is that
> you built this library while your system was still running jessie or
> before libnettle6 replaced libnettle4 in sid. You should consider either
> deleting or rebuilding your custom gnutls build.
>
> You've got a number of other libraries in /usr/local/lib in the ping6
> output. You might want to review whether they're still necessary and
> appropriate.
>
> noah
>
>

Reply via email to