Date: Sun, 20 Jun 2004 11:04:30 +0900 From: Luke Kearney <lukek@meibin.net> To: Edward Carmody <ecarmody@optonline.net> Cc: freebsd-questions@freebsd.org Subject: Re: missing libintl.so.5 ?? Message-ID: <20040620110202.1A1D.LUKEK@meibin.net> In-Reply-To: <004401c4566a$8fd29040$0468a8c0@edsdell8200> References: <004401c4566a$8fd29040$0468a8c0@edsdell8200>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 Jun 2004 22:01:55 -0400 Edward Carmody <ecarmody@optonline.net> spake thus: > Hi, > > I've apparently botched a portupgrade (I think?)...when installing Apache2, > I get the following: > > ========================================================================= > [root@oberon /usr/ports/www/apache2] # make install > ===> apache-2.0.49_1 depends on file: /usr/local/bin/perl5.6.1 - found > ===> apache-2.0.49_1 depends on file: /usr/local/bin/autoconf257 - not > found > ===> Verifying install for /usr/local/bin/autoconf257 in > /usr/ports/devel/autoconf257 > ===> Building for autoconf-2.57_1 > /libexec/ld-elf.so.1: Shared object "libintl.so.5" not found > *** Error code 1 > > Stop in /usr/ports/devel/autoconf257. > *** Error code 1 > > Stop in /usr/ports/www/apache2. > ========================================================================= > > I've googled, and tried upgrading gettext, I still don't have libintl.so.5 > on my system: > ========================================================================= > [root@oberon /usr/ports/www/apache2] # find / -name libintl* > /usr/local/lib/libintl.so.6 > /usr/local/lib/libintl.so > /usr/local/lib/libintl.a > /usr/local/include/libintl.h > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.gl > ibc > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi > ntl.so.6 > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi > ntl.so > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi > ntl.a > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi > ntl.lai > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/.libs/libi > ntl.la > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.la > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-runtime/intl/libintl.h > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint > l.so.6 > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint > l.so > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint > l.a > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint > l.lai > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/.libs/libint > l.la > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.la > /usr/ports/devel/gettext/work/gettext-0.13.1/gettext-tools/intl/libintl.h > [root@oberon /usr/ports/www/apache2] # > ========================================================================= > > I've seen the same complaint about libintl.so.5 while trying to install > other ports; I don't know where to go from here. Any help is greatly > appreciated. you'll need to upgrade gettext and recursively at that too. umm portupgrade -uR gettext will probably fix your ails. HTH LukeK -- Luke Kearney <lukek@meibin.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620110202.1A1D.LUKEK>