From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 14:48:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2091065674 for ; Mon, 31 Mar 2008 14:48:18 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB588FC33; Mon, 31 Mar 2008 14:48:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47F0F9B6.4000903@FreeBSD.org> Date: Mon, 31 Mar 2008 16:48:22 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Niels Kobschaetzki References: <47F0D75D.2080801@FreeBSD.org> <47F0E8C4.8070106@FreeBSD.org> <47F0F2FD.8040002@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: libc.so.6 not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 14:48:18 -0000 Niels Kobschaetzki wrote: > On Mon, Mar 31, 2008 at 4:19 PM, Kris Kennaway wrote: >> Niels Kobschaetzki wrote: >> > On Mon, Mar 31, 2008 at 3:36 PM, Kris Kennaway wrote: >> >> Niels Kobschaetzki wrote: >> >> > On Mon, Mar 31, 2008 at 2:21 PM, Kris Kennaway wrote: >> >> >> Niels Kobschaetzki wrote: >> >> >> > Hi! >> >> >> > >> >> >> > I have here severe problems with installing stuff. I tried to >> >> >> > recompile xemacs 21.4 and got a: >> >> >> > /libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by >> >> >> > "install-info" >> >> >> > I searched google and it seems that this is from FreeBSD 6 while I am >> >> >> > running 7 and I have only libc.so.7 on my system. >> >> >> > I wondered, tried to compile xemacs 21.5 from the sources and ran into >> >> >> > some other trouble. I figured that I'll do a a cvsup with FreeBSD >> >> >> > 7.0-stable and do a portupgrade -ra to do an upgrade for all packages; >> >> >> > hoping that the trouble wents away and I get some kind of xemacs with >> >> >> > mule-support installed. But the portupgrade ran into some problems >> >> >> > because of a stale dependency (ORBit2-2.14.10 -> libIDL-0.8.9_1 >> >> >> > (devel/libIDL). >> >> >> > I want to install now this stale dependency and get the same error: >> >> >> > /libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by >> >> >> > "install-info" >> >> >> > >> >> >> > Anyone who can help here? >> >> >> >> >> >> I guess you missed part of the upgrade steps when you updated to 7.0. >> >> >> The step you missed involved a portupgrade -fa (or -faP) to refresh all >> >> >> of your ports with 7.0 versions to avoid precisely this problem. You >> >> >> should do that now to repair your system. >> >> > >> >> > I never upgraded - I did a direct install of 7.0 from downloaded isos. >> >> >> >> That doesn't explain why you have lots of installed 6.x packages. >> > >> > Well, I do not have any idea neither -- I never touched anything >> > mentioning FreeBSD 6.x >> >> The FreeBSD 7.0 isos only contain 7.0 packages, so it makes no sense >> that they installed 6.x packages for you :-) > > I guessed so. I installed ports via packages, did a cvsup a few days > ago with Release I think and since then I'm compiling. OK, so you in fact did not just do a direct install from the iso and nothing else :) One of those other steps must have gone wrong, e.g. you installed packages from the wrong package set. Kris