From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 00:41:31 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 6004D16A475 for ; Wed, 9 Jan 2008 00:41:31 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9CD13C4DD for ; Wed, 9 Jan 2008 00:41:30 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so69450waf.3 for ; Tue, 08 Jan 2008 16:41:30 -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=1HiCscxLEzvMoCcilqJF6Hn5AT3EFGtj9E0JpYN7F34=; b=gCEgUeVileAc9gRr6G6VjoGl9NycZdyo6vzplJ9BSbWH0htHY8ZT6h2/7N6HNdt2Hazb7TUk5QccnGnvRRLq82E7JxILWTk7YFlkK2DrWYVJk5kl6tVJCvimonwRYg7cs4wC+rPe3GIBWX/3vJG7/7dZrlqFmN0ZgN+HxI/X/pI= 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=gf8Oh3AYgvcL4TKO0k3tYEtU05ijz1/f4sEZHUBHwgxtEe9w7Cuo0E7XWhip3aaNu4pVTXp6coiOe/UvB3KEXo4qKDsYfJ5twz6K8lPxpk0mylbB1iCQMZBYhOESvnSLTsTf8DW63HSgQoj2Aao+MpJADHgIojcV6vVbEGXZL+4= Received: by 10.114.109.1 with SMTP id h1mr88818wac.45.1199839290382; Tue, 08 Jan 2008 16:41:30 -0800 (PST) Received: by 10.114.52.14 with HTTP; Tue, 8 Jan 2008 16:41:30 -0800 (PST) Message-ID: <8d23ec860801081641i3b8e3db9t5618379194d37977@mail.gmail.com> Date: Tue, 8 Jan 2008 19:41:30 -0500 From: Schiz0 To: "illoai@gmail.com" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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:41:31 -0000 On Jan 8, 2008 7:39 PM, illoai@gmail.com wrote: > > 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. > > -- > -- > So in conclusion, I'll be pulling an all-nighter tonight. Thanks for the help!