Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2009 17:13:56 +0200
From:      Philip Keuleers <philip.keuleers@EDS.COM>
To:        freebsd-questions@freebsd.org
Subject:   FreeBSD-7.1-RELEASE and libkrb5
Message-ID:  <1243350836.35447.7.camel@localhost>

next in thread | raw e-mail | index | archive | help

I had the same issue you describe portupgrading to
evolution-exchange-2.26.2.

I moved /usr/lib/libkrb5.so.9 to  /usr/lib/libkrb5.so.9_old and created
a symbolic link.

mv /usr/lib/libkrb5.so.9 /usr/lib/libkrb5.so.9_old
ln -s /usr/local/lib/libkrb5.so.23 /usr/lib/libkrb5.so.9

it seems to have done the trick and evolution-exchange works fine for me
now :-)

Philip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1243350836.35447.7.camel>