Date: Sat, 17 Jan 2004 15:58:23 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Manfred Lotz <manfred.lotz@web.de> Cc: freebsd-stable@freebsd.org Subject: Re: Shared object "libc.so.5" not found Message-ID: <20040117155823.GB71989@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <pan.2004.01.17.14.17.32.75156@web.de> References: <pan.2004.01.17.14.17.32.75156@web.de>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Sat, Jan 17, 2004 at 03:17:32PM +0100, Manfred Lotz wrote:
> I've set up a new 4.9 STABLE system. Now when I want to install wget
> I get
> Shared object "libc.so.5" not found
> after a while.
>
> I did a: cd /usr/ports/ftp/wget;make install
>
> Any idea what's happening?
Yes. Somehow you've managed to install a FreeBSD 5.x version of one
of the build tools used by the ftp/wget port, and that won't run under
FreeBSD 4.x. devel/gmake is a likely candidate -- can you run?:
% gmake --version
If that doesn't work, then you should:
# pkg_delete -f gmake-\*
# cd /usr/ports/devel/gmake
# make install
However, the problem doesn't have to be within gmake -- it could be
any of these ports:
...ports/ftp/wget:% make pretty-print-build-depends-list
This port requires package(s) "expat-1.95.6_1 gettext-0.12.1 gmake-3.80_1 libiconv-1.9.1_3" to build.
and you might have to delete and re-install those in a similar way.
Alternatively, if you're a portupgrade user you can force a
rebuild/reinstall of *everything* that the wget port depends on in one
fell swoop by:
# portupgrade -Rf ftp/wget
which should sort things out.
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFACVufdtESqEQa7a0RAuGgAJ42EuSy3uXSI4D/cZtm15YG3qoAegCeMtMd
FuPSNWzvOpX0WFFOcpmierk=
=nlq2
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040117155823.GB71989>
