From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 19:39:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FB416A41F for ; Wed, 19 Oct 2005 19:39:50 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id A178C43D5A for ; Wed, 19 Oct 2005 19:39:49 +0000 (GMT) (envelope-from lowell@be-well.ilk.org) Received: (qmail 17197 invoked from network); 19 Oct 2005 19:39:49 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Oct 2005 19:39:49 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9B50C3E; Wed, 19 Oct 2005 15:39:48 -0400 (EDT) To: freebsd-questions@freebsd.org References: <200510191341937.SM01300@craiglaptop> <448xwpi9ga.fsf@be-well.ilk.org> From: Lowell Gilbert Date: 19 Oct 2005 15:39:48 -0400 In-Reply-To: <448xwpi9ga.fsf@be-well.ilk.org> Message-ID: <444q7di9dn.fsf@be-well.ilk.org> Lines: 41 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Craig Deal Subject: Re: Portupgrade problem 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, 19 Oct 2005 19:39:50 -0000 Lowell Gilbert writes: > "Craig Deal" writes: > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > > > Lowell Gilbert > > > Sent: Wednesday, October 19, 2005 1:39 PM > > > To: Craig Deal > > > Cc: freebsd-questions@freebsd.org > > > Subject: Re: Portupgrade problem > > > > > > "Craig Deal" writes: > > > > > > > I installed portupgrade from packages today. Whenever I run > > > > "portupgrade -arR" or "pkgdb -uvF" I get the following message: > > > > > > > > "/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, > > > > required by "ruby18" > > > > > > > > I'm not sure what to do from here. I have "ruby-1.8.2_4" and > > > > "ruby18-bdb1-0.2.2" installed from packages also. Any > > > suggestions on > > > > what to do from here? > > > > > > Wild guess: you installed a 6.0 package on a 5.4 system. > > > _______________________________________________ > > > > > > Is that possible using "pkg_add -r portupgrade"? > > It shouldn't be. It looks like it can happen if you upgrade pkg_add > or the kernel without the other, and occasional bugs do slip in. > > What does "uname -a" tell you? [This is almost always a good thing to > include in your questions.] Oh, yes: and "sysctl kern.osreldate"?