Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2004 16:30:31 -0500
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: gettext - libintl.so.6 not found
Message-ID:  <20040203213031.GV3365@toxic.magnesium.net>
In-Reply-To: <E1Ao7ui-0002Z3-5p@ran.psg.com>
References:  <E1Ao6RC-000Puw-GI@ran.psg.com> <1075837470.780.48.camel@gyros> <E1Ao7Tg-0001k8-Bn@ran.psg.com> <1075841906.780.55.camel@gyros> <E1Ao7ui-0002Z3-5p@ran.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>> (02.03.2004 @ 1616 PST): Randy Bush said, in 0.6K: <<
> > Once of gucharmap's dependencies must still be linked against
> > libintl.so.6.  You need to hunt that guy down, and rebuild it.
> 
> # grep libintl /var/db/pkg/*/+CONTENTS
> /var/db/pkg/gettext-0.12.1/+CONTENTS:include/libintl.h
> /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.a
> /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.so
> /var/db/pkg/gettext-0.12.1/+CONTENTS:lib/libintl.so.5
> 
> please send gun
> 
> randy
>> end of "Re: gettext - libintl.so.6 not found" from Randy Bush <<

i was totally just doing something similar a couple days ago. this'll
fish out the offender(s):

for i in local X11R6; do for f in `find /usr/$i/lib`; do echo -n "$f: "; ldd -f "%o " $f 2>/dev/null; echo; done; done | grep libintl.so.6

::)

you can try also checking $i/bin as well as $i/lib, but $i/lib will
probably be sufficient. maybe.

# Adam


--
Adam Weinberger
adam@vectors.cx // adamw@FreeBSD.org // adamw@magnesium.net
http://www.vectors.cx



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