Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2003 18:47:11 +0100
From:      Thierry Herbelot <thierry@herbelot.com>
To:        Andy Farkas <andyf@speednet.com.au>, Scott Long <scott_long@btc.adaptec.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: FreeBSD 5.0 RC3 now available
Message-ID:  <200301131847.11977.thierry@herbelot.com>
In-Reply-To: <20030114025624.K29856-100000@hewey.af.speednet.com.au>
References:  <20030114025624.K29856-100000@hewey.af.speednet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Monday 13 January 2003 18:22, Andy Farkas a écrit :

[SNIP]
>
> # 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?

indeed : 
(see 
<http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/add/Makefile#rev1.15>)

machine# 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)
machine# uname -a
FreeBSD YYY 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Fri Jan 10 14:11:57 CET 2003     
XXX@YYY:/files3/obj/usr/src/sys/SMP  i386
machine#

whereas :
other_mach% ldd /usr/sbin/pkg_add
/usr/sbin/pkg_add:
        libfetch.so.3 => /usr/lib/libfetch.so.3 (0x2806f000)
        libmd.so.2 => /usr/lib/libmd.so.2 (0x28079000)
        libc.so.4 => /usr/lib/libc.so.4 (0x28082000)
other_mach% uname -a
FreeBSD ZZZ 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Jan  4 12:51:32 CET 2003     
XXX@ZZZ:/usr/obj/usr/src/sys/ZZZ  i386
other_mach%

	TfH

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?200301131847.11977.thierry>