From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 09:02:03 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2442D16A4C0; Tue, 16 Sep 2003 09:02:03 -0700 (PDT) Received: from smtp2.su.se (smtp2.su.se [130.237.93.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C2443FBD; Tue, 16 Sep 2003 09:02:00 -0700 (PDT) (envelope-from rnyberg@it.su.se) Received: from localhost (smtp2.su.se [127.0.0.1]) by smtp2.su.se (Postfix) with ESMTP id CD8AF2000ED; Tue, 16 Sep 2003 18:01:58 +0200 (CEST) Received: from smtp2.su.se ([127.0.0.1]) by localhost (smtp2.su.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03367-11; Tue, 16 Sep 2003 18:01:58 +0200 (CEST) Received: from murmeldjur.it.su.se (murmeldjur.it.su.se [130.237.95.79]) by smtp2.su.se (Postfix) with ESMTP id 9F7CA200107; Tue, 16 Sep 2003 18:01:58 +0200 (CEST) Received: from murmeldjur.it.su.se (localhost [127.0.0.1]) by murmeldjur.it.su.se (8.12.9/8.12.9) with ESMTP id h8G8p3E0049809; Tue, 16 Sep 2003 10:51:03 +0200 (CEST) (envelope-from rnyberg@it.su.se) Date: Tue, 16 Sep 2003 10:51:03 +0200 Message-ID: From: Richard Nyberg To: harti@freebsd.org In-Reply-To: <20030911142821.S69286@beagle.fokus.fraunhofer.de> References: <20030911142821.S69286@beagle.fokus.fraunhofer.de> User-Agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.4 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at su.se cc: current@freebsd.org Subject: Re: upgrade from static to dynamic root X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 16:02:03 -0000 At Thu, 11 Sep 2003 14:44:55 +0200 (CEST), Harti Brandt wrote: > Hi, > > I just tried to upgrade one of my systems from a static root from july to > an actual dynamic root. The installworld went fine 'til the place where > /bin/test is installed. At that point the installation stopped with "ELF > interpreter /libexec/ld-elf.so.1 not found". And really /libexec is not > populated yet. Me too :( To get installworld back on track I used cp under linux emulation to copy ld-elf.so.1. Then I also had to run ldconfig -m /lib. After that make installworld completed successfully. -Richard