From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 00:39:32 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 D6B4B16A418 for ; Wed, 9 Jan 2008 00:39:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id B519313C461 for ; Wed, 9 Jan 2008 00:39:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so38915rvb.43 for ; Tue, 08 Jan 2008 16:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NkE7JGrylWZv/EDxquCTyQ26kLOhveNf23aNDimw9fU=; b=OfuTvi9VCay0VwKOFsw9EH02NWBhY8m7LaMQIdP3KaH4vbMX0c79CjntJ3rKK3eQVJxsLuppGFtw7/9zgz1BJe8qHkb2VWzgV5lgRPDPOLhQaRhACEJil/AEAaEiwgZgGLGQAwyto6H8wxasC04mVKhrFHQLsW6rIoP8NyajBcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dfn2MmeKwESnT5XN1/4UrifIkz+voj6fSWDiSa55Hu+UP22wcXdQMtxpyg01l0RB+DlZXTrCNJSas/F/d6fvGy4qdzRvt3RzLSjA65AbVxo0N2G9Do5zIMD190MYlb08LPH4+1wVX8HwoaKWJVBPjHHIFrgjF5sBGJWMwQCWpu4= Received: by 10.141.145.11 with SMTP id x11mr25030rvn.264.1199839172160; Tue, 08 Jan 2008 16:39:32 -0800 (PST) Received: by 10.141.141.7 with HTTP; Tue, 8 Jan 2008 16:39:32 -0800 (PST) Message-ID: Date: Tue, 8 Jan 2008 18:39:32 -0600 From: "illoai@gmail.com" To: Schiz0 In-Reply-To: <8d23ec860801081625l597ab5fcx18970bde74a13692@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8d23ec860801081625l597ab5fcx18970bde74a13692@mail.gmail.com> Cc: User Questions Subject: Re: Upgrade to 7.0; Shared Object 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: Wed, 09 Jan 2008 00:39:32 -0000 On 08/01/2008, Schiz0 wrote: > Hey, > > I recently upgraded from 6.3-PRERELEASE to 7.0-PRERELEASE > > # uname -a > FreeBSD Mercury 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #0: Tue Jan 8 > 15:07:49 EST 2008 > root@Mercury:/usr/obj/usr/src/sys/SCHIZ0NET_MERCURY i38 > > > Now, whenever I run any various commands, I get various errors: > > # vim > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found, > required by "vim" > # portupgrade > /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, > required by "ruby18" > # bash > /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found, > required by "bash" > And so on... > > It had me locked out at first because my default shell is bash. But I > got it working with /bin/csh now. > > So. Apparently I'm missing some shared objects. Can anyone shed any > light on the issue? Or guide me on how to fix it? > You might be able to get by with using the misc/compat6x port for some things. But eventually: Rebuild ALL of your ports, probably starting with perl and ruby (manually) so you can use portupgrade for the rest. # cd /usr/ports/lang/perl5.8 # make deinstall reinstall clean and so on. You may have to rebuild ruby-bdb and portupgrade manually as well. -- --