From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 08:19:53 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 4E6DD16A4CE for ; Sat, 15 Nov 2003 08:19:53 -0800 (PST) Received: from comitor.se (62-20-12-91.customer.telia.com [62.20.12.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0358B43FBF for ; Sat, 15 Nov 2003 08:19:52 -0800 (PST) (envelope-from aron@hakanson.se) Received: from comitor.se ([127.0.0.1] helo=hakanson.se) by comitor.se with esmtp (Exim 3.36 #1 (Debian)) id 1AL39E-0003Xq-00 for ; Sat, 15 Nov 2003 17:19:44 +0100 From: "Aron =?ISO-8859-1?Q?H=E5kanson?=" To: freebsd-current@freebsd.org Date: Sat, 15 Nov 2003 17:19:43 +0100 Message-Id: <20031115161244.M38912@hakanson.se> X-Mailer: Open WebMail 2.20 20031014 X-OriginatingIP: 213.64.166.24 (aron) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Scanner: exiscan *1AL39E-0003Xq-00*G8duFw97stY*Comitor Konsult Subject: Re: upgraded to CURRENT = system is dead 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: Sat, 15 Nov 2003 16:19:53 -0000 X-List-Received-Date: Sat, 15 Nov 2003 16:19:53 -0000 X-List-Received-Date: Sat, 15 Nov 2003 16:19:53 -0000 Lör 2003-11-15 klockan 16.30 skrev Antoine Jacoutot: > Selon Dylan Wylie : > > The idea is that you need to build a new kernel with the new sources > > before you install > > world. > > You built your kernel before building the sources, so your kernel is based > > on old source. > > > > Quoting from another message: > > > make buildworld > > > make buildkernel > > > make installkernel > > > reboot > > > make installworld > > --> yes... but I get this during the installworld: > /libexec/ld-elf.so.1: Shared object "libedit.so.4" not found > Stop in /usr/src > > :( > I just tried it again from scratch but got the same error... ! > > If anyone has an idea... > > Antoine If you are looking for a fast and temporary solution, just to finish the installworld process, you can export the following value to the LD_LIBRARY_PATH variable: "$LD_LIBRARY_PATH:/lib:/usr/lib" Aron