Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 09:37:39 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Andy Farkas <andyf@speednet.com.au>
Cc:        Scott Long <scott_long@btc.adaptec.com>, current@FreeBSD.ORG
Subject:   Re: FreeBSD 5.0 RC3 now available
Message-ID:  <20030113173739.GA87788@troutmask.apl.washington.edu>
In-Reply-To: <20030114025624.K29856-100000@hewey.af.speednet.com.au>
References:  <3E2265D2.9020604@btc.adaptec.com> <20030114025624.K29856-100000@hewey.af.speednet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113173739.GA87788>