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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to