From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 21:46:23 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 6429916A41F for ; Wed, 19 Oct 2005 21:46:23 +0000 (GMT) (envelope-from craig@advantagecomputer.biz) Received: from mail.advantagecomputer.biz (mail.acspros.com [209.168.238.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84B643D62 for ; Wed, 19 Oct 2005 21:46:22 +0000 (GMT) (envelope-from craig@advantagecomputer.biz) Received: from craiglaptop [192.168.0.100] by mail.advantagecomputer.biz with ESMTP (SMTPD32-8.15) id AEB83301552; Wed, 19 Oct 2005 16:46:32 -0500 From: "Craig Deal" To: Date: Wed, 19 Oct 2005 16:46:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <44wtk9gt79.fsf@be-well.ilk.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcXU6ehQb+nHIw8qRh+HC09uJ+RQgwABECWw Message-Id: <200510191646984.SM01300@craiglaptop> X-mxGuard-Info: Processed by mail.acspros.com using mxGuard v1.6.2 X-mxGuard-Spool-ID: beb8033015529973 X-mxGuard-Auth-Sender: craig@advantagecomputer.biz@mail.advantagecomputer.biz X-mxGuard-Sender: craig@advantagecomputer.biz X-mxGuard-Spam-Score: 0 X-mxGuard-Spam-Probability: CLEAN 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 21:46:23 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Lowell Gilbert > Sent: Wednesday, October 19, 2005 3:15 PM > To: Craig Deal; freebsd-questions@freebsd.org > Subject: Re: Portupgrade problem > > "Craig Deal" writes: > > > > > > -----Original Message----- > > > From: Lowell Gilbert [mailto:lowell@be-well.ilk.org] > > > Sent: Wednesday, October 19, 2005 2:40 PM > > > To: freebsd-questions@freebsd.org > > > Cc: Craig Deal > > > Subject: Re: Portupgrade problem > > > > > > 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"? > > > > > > > > > FreeBSD mx1.acspros.com 5.4-RELEASE FreeBSD 5.4-RELEASE #0: > Sun May 8 > > 10:21:06 UTC 2005 > > root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > > > > kern.osreldate: 504000 > > Well, those should definitely be fetching the 5.4-RELEASE packages. > > How did you install ruby? > That's the program (as opposed to portupgrade) that's trying > to link to the wrong library, and the version you have > installed is not the one you would have gotten from the > 5.4-RELEASE packages. That could be the problem. I used "pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages...... for some of the packages, in order to get the most current version. I may have used the wrong ftp folder on one of the them. Is ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/ or using "pkg_add -r" the most current packages for ver. 5.4? If so, I think I will just start over with a clean install. Thanks for help. Craig