Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 12:33:39 -0400
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        FreeBSD Questions <FreeBSD-Questions@FreeBSD.org>
Subject:   Re: libintl.so.1 Missing - Can't Build linux_base-7
Message-ID:  <20020524163339.GA31491@hal9000.halplant.com>
In-Reply-To: <006201c2033e$1484ac10$0301a8c0@bigdaddy>
References:  <006201c2033e$1484ac10$0301a8c0@bigdaddy>

next in thread | previous in thread | raw e-mail | index | archive | help
Drew,

> /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found
> Any ideas on how to get around this?  Where does libintl.so.1 come
> from and where should it live?

It comes from the gettext package which you have probably updated to a
version (latest is gettext-0.11.1_3) which has .so.2. Other programs are
still linked to the .so.1.

The easy way to fix them all is to update all packages which depend on
gettext which haven't been updated since gettext using portupgrade:

# portupgrade --force --recursive --verbose gettext --exclude '>=gettext'


-Andrew-
-- 
 _______________________________________________________________________
| -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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