From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 12:12:22 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 E2EE3106564A for ; Mon, 31 Mar 2008 12:12:22 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id B00328FC26 for ; Mon, 31 Mar 2008 12:12:22 +0000 (UTC) (envelope-from n.kobschaetzki@googlemail.com) Received: by wx-out-0506.google.com with SMTP id i29so1649097wxd.7 for ; Mon, 31 Mar 2008 05:12:22 -0700 (PDT) Received: by 10.141.146.4 with SMTP id y4mr3243513rvn.272.1206965541530; Mon, 31 Mar 2008 05:12:21 -0700 (PDT) Received: by 10.141.28.5 with HTTP; Mon, 31 Mar 2008 05:12:21 -0700 (PDT) Message-ID: Date: Mon, 31 Mar 2008 14:12:21 +0200 From: "Niels Kobschaetzki" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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 12:12:23 -0000 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? Niels