From owner-freebsd-questions@FreeBSD.ORG Wed Jan 9 00:37:49 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 A7F8F16A417 for ; Wed, 9 Jan 2008 00:37:49 +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 DDC6D13C43E for ; Wed, 9 Jan 2008 00:37:48 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so67482waf.3 for ; Tue, 08 Jan 2008 16:37:48 -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=Jk3qgFKl9BadwTeV/mD6RxX+QCsPvL7cICWKBEhGw5U=; b=gAxm5ukwYl1t1c6WeHJqWs2Nz5WVFjvDVsgzDIhOP6Oi/qDUP6X7PD6s77N+Qa6fCKj3WbPR2f60oYeKrXxUs21x6tYaO18q15vBewOn1hQ1c5pUl6RZv8zjF60hDUsfqn4wwOG6xukilY30/6zI58W4LU4aqedaR2/f1v2GDdk= 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=lEs67oxqte3fktnPevecv26zlFe2waaiO8DTRmsiQcQlQsXyAyPcOvVTWfXZen2SPIMoXNu3qOC4p21a50lLHICDTCPfPMlkDPLx3JoLaoq7ePbwfKlme/7CrfBsj77Vc2q1mNggJ6f6VN5fTOeP+3JoIoQmy5jXJAYbrWz+MjE= Received: by 10.114.124.1 with SMTP id w1mr50923wac.131.1199839068631; Tue, 08 Jan 2008 16:37:48 -0800 (PST) Received: by 10.114.52.14 with HTTP; Tue, 8 Jan 2008 16:37:48 -0800 (PST) Message-ID: <8d23ec860801081637o4dc03d8dr97c5dfa6c79b30f2@mail.gmail.com> Date: Tue, 8 Jan 2008 19:37:48 -0500 From: Schiz0 To: "Kris Kennaway" In-Reply-To: <47841641.5070204@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8d23ec860801081625l597ab5fcx18970bde74a13692@mail.gmail.com> <47841641.5070204@FreeBSD.org> 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:37:49 -0000 On Jan 8, 2008 7:33 PM, Kris Kennaway wrote: > > 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? > > Part of the upgrade that you omitted was to install new 7.0 versions of > your installed ports. portupgrade -fa or -faP. > > Kris > > The only problem with that is I'm unable to run portupgrade :-\ # portupgrade -fa /libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, required by "ruby18" So do I have to deinstall and reinstall portupgrade (and the ports that it depends on)?