From owner-freebsd-questions Tue Feb 6 23:58:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sibptus.tomsk.ru (sibptus.tomsk.ru [213.59.238.16]) by hub.freebsd.org (Postfix) with ESMTP id 11CF437B491 for ; Tue, 6 Feb 2001 23:58:39 -0800 (PST) Received: (from sudakov@localhost) by sibptus.tomsk.ru (8.9.3/8.9.3) id OAA70146 for questions@FreeBSD.ORG; Wed, 7 Feb 2001 14:56:05 +0700 (KRAT) (envelope-from sudakov) Date: Wed, 7 Feb 2001 14:56:05 +0700 From: Victor Sudakov To: questions@FreeBSD.ORG Subject: Re: port installation troubles. Solved Message-ID: <20010207145605.A69917@sibptus.tomsk.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from owner-freebsd-questions-digest@FreeBSD.ORG on Sat, Feb 03, 2001 at 08:21:04AM -0800 Organization: AO "Svyaztransneft", SibPTUS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I just had to upgrade bind8 from ports on two 4.0-RELEASE > systems. As I could not find 40upgrade.tgz, I had to install > 41upgrade.tgz on them. After that, the bind8 port compiled well, but > package installation and registration failed: > > ===> Registering installation for bind-8.2.3 > /usr/libexec/ld-elf.so.1: Shared object "libfetch.so.2" not found > *** Error code 1 > > Stop in /usr/ports/net/bind8. > *** Error code 1 > > Stop in /usr/ports/net/bind8. > *** Error code 1 > > Could you please give me a hand? How can I have the port > installed and registered correctly? > The solution. The 41upgrade.tgz kit installs new versions of pkg_add, pkg_delete etc utilities used by the ports mechanism. The new utilities require the libfetch.so.2 library which is not available on 4.0-RELEASE. Solution: find somewhere a 4.2-RELEASE or STABLE system, copy the binary libfetch.so.2 into /usr/lib, then 'ldconfig -R' and enjoy. -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/149@fidonet http://vas.tomsk.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message