From owner-freebsd-current Mon Jan 13 9:37:47 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9639C37B405 for ; Mon, 13 Jan 2003 09:37:45 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 283B343F7C for ; Mon, 13 Jan 2003 09:37:45 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0DHbdDk087948; Mon, 13 Jan 2003 09:37:39 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0DHbd40087947; Mon, 13 Jan 2003 09:37:39 -0800 (PST) Date: Mon, 13 Jan 2003 09:37:39 -0800 From: Steve Kargl To: Andy Farkas Cc: Scott Long , current@FreeBSD.ORG Subject: Re: FreeBSD 5.0 RC3 now available Message-ID: <20030113173739.GA87788@troutmask.apl.washington.edu> References: <3E2265D2.9020604@btc.adaptec.com> <20030114025624.K29856-100000@hewey.af.speednet.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030114025624.K29856-100000@hewey.af.speednet.com.au> User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 14, 2003 at 03:22:02AM +1000, Andy Farkas wrote: > > > > Once again it's my pleasure to announce Release Cadidate 3 of > > FreeBSD 5.0. > > > Sysinstall complains about not being able to find the 'crypto' stuff, but > thats ok - its always done that. Obviously, this isn't okay. > > No go for 5.0-RC3: > > # pkg_add cvsup-without-gui-16.1f.tgz > /usr/libexec/ld-elf.so.1: Shared object "libssl.so.2" not found > # > > Why does pkg_install now need libssl? > troutmask:kargl[251] ldd /usr/sbin/pkg_add /usr/sbin/pkg_add: libfetch.so.3 => /usr/lib/libfetch.so.3 (0x28074000) libmd.so.2 => /usr/lib/libmd.so.2 (0x28080000) libssl.so.2 => /usr/lib/libssl.so.2 (0x2808a000) libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x280b9000) libc.so.5 => /usr/lib/libc.so.5 (0x2817f000) I suspect your previous success in upgrading was accomplished because the version number of libssl didn't change. Many of the shared libraries in 5.0 have version number bumps, including libssl.so.2. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message