OT: "libintl.so.1" not found

Yann Golanski yann at kierun.org
Wed Oct 8 06:10:51 PDT 2003


Quoth Adrian Borowski on Wed, Oct 08, 2003 at 15:00:29 +0200
> sorry if this question is off-topic on this list, but I'm quite new in
> freeBSD world and I don't have any idea where to ask: I have 4.5-stable box
> and when installing from some ports there is output like this:
> 
> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found
> 
> What is missing or wrong?

$ sudo find . -name '*libintl*' -print 
$ ldd programe-that-caused-the-error-name

The first one tells you where the libintl is installed and what version it
is.  The second one tells you which version and where the programme is
looking for the library.

I had some problems with this when the library was updated by a port but
the dependency on other ports was broken.  A quick ``ln -si'' fixed it
all.  Yes, that's a hack.  I should have re-built all the broken ports.


-- 
yann at kierun.org                  -=*=-                      www.kierun.org
    PGP:   009D 7287 C4A7 FD4F 1680  06E4 F751 7006 9DE2 6318
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20031008/fde99197/attachment.bin


More information about the freebsd-stable mailing list