gettext - libintl.so.6 not found

Adam Weinberger adamw at FreeBSD.org
Tue Feb 3 13:30:53 PST 2004


>> (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 at vectors.cx // adamw at FreeBSD.org // adamw at magnesium.net
http://www.vectors.cx


More information about the freebsd-ports mailing list