Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2003 13:10:27 -0700
From:      Darren Pilgrim <dmp@bitfreak.org>
To:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Can not find libintl.so.4?
Message-ID:  <20030927131027.2962eecf.dmp@bitfreak.org>

next in thread | raw e-mail | index | archive | help
I have a desktop running 5.1+KDE.  Building a port (finance/gnucash)
failed when the install of a fresh gettext build failed due to there
being an older version already present.  To fix this, I cd into
devel/gettext, run make deinstall && make reinstall.

But now I have programs and other libs refusing to load (PHP, cyrus,
sylpheed, et al).  I get errors stating that libintl.so.4 could not be
found.  A check of/usr/local/lib shows a libintl.so.5 with libintl.so
symlinked to it, but no libintl.so.4.  Symlinking libintl.so.4 to .5
seems to have at least made it possible for everything to load again.

I'm wondering, though, why this happened?  Is there is a "more correct"
way to fix the problem?  Is this risk taken when one upgrades a
massively interdependent set of installed ports?



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