Date: Wed, 7 Feb 2001 14:56:05 +0700 From: Victor Sudakov <sudakov@sibptus.tomsk.ru> To: questions@FreeBSD.ORG Subject: Re: port installation troubles. Solved Message-ID: <20010207145605.A69917@sibptus.tomsk.ru> In-Reply-To: <bulk.14776.20010203082103@hub.freebsd.org>; from owner-freebsd-questions-digest@FreeBSD.ORG on Sat, Feb 03, 2001 at 08:21:04AM -0800 References: <bulk.14776.20010203082103@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010207145605.A69917>