From owner-freebsd-questions@FreeBSD.ORG Thu Feb 28 20:27:05 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 64C231065674 for ; Thu, 28 Feb 2008 20:27:05 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from a.outbound.bsdwebsolutions.com (a.outbound.bsdwebsolutions.com [64.72.68.2]) by mx1.freebsd.org (Postfix) with ESMTP id 251D58FC1F for ; Thu, 28 Feb 2008 20:27:05 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from mail.bsdwebsolutions.com ([64.72.68.15]) by a.outbound.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD Web Solutions, Inc.) (envelope-from ) id 1JUpLM-000Iy6-4c for freebsd-questions@freebsd.org; Thu, 28 Feb 2008 15:27:04 -0500 Received: from [64.72.66.117] (port=50677 helo=mail.poughkeepsieschools.org) by mail.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1JUpLK-0009AX-Ho for freebsd-questions@freebsd.org ; Thu, 28 Feb 2008 15:27:02 -0500 Received: from [10.20.0.10] (port=50857 helo=macbookpro.tcentral.lan) by mail.poughkeepsieschools.org with esmtpsa (TLSv1:AES128-SHA:128) (BSD WebSolutions, Inc.) (envelope-from ) id 1JUpLL-000JOX-O7 for freebsd-questions@freebsd.org (authenticated as bcook@poughkeepsieschools.org); Thu, 28 Feb 2008 15:27:03 -0500 X-BSD-Virus-Check: ClamAV 0.91.2/6027 on mail.poughkeepsieschools.org; Thu, 28 Feb 2008 15:27:03 -0500 Message-Id: <740F46FB-B946-408F-8404-7C25E6273F43@poughkeepsieschools.org> From: B. Cook To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 28 Feb 2008 15:27:03 -0500 X-Mailer: Apple Mail (2.919.2) X-Originating-IP: 64.72.66.117 Subject: looks like success 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: Thu, 28 Feb 2008 20:27:05 -0000 Hello all, make delete-old (took a long time to do by hand) and make delete-old-libs (went rather quickly) but bash needed to be rebuilt while things were still running.. (quick try to login remotely showed that libcurses had changed.. ) /libexec/ld-elf.so.1: Shared object "libncurses.so.6" not found, required by "-bash" and libc, libm, libthr, libcrypt, libcrypto.. etc.. libchk (sysutils/libchk) showed almost every port has issues.. ;) sudo, daemontools, exim, lighttpd, vim.. etc.. so I will have to rebuild everything.. just wanted to share my .02 in case someone else does this as well.. Thanks FreeBSD Team for another successful Release.