From owner-freebsd-current@freebsd.org Mon Nov 30 09:07:01 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D391AA3C35F for ; Mon, 30 Nov 2015 09:07:01 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCAA1DC9 for ; Mon, 30 Nov 2015 09:07:01 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtp (envelope-from ) id <1a3KQF-001NLZ-Rq>; Mon, 30 Nov 2015 10:06:59 +0100 Received: from f052164138.adsl.alicedsl.de ([78.52.164.138] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (envelope-from ) id <1a3KQF-002iU2-Is>; Mon, 30 Nov 2015 10:06:59 +0100 Date: Mon, 30 Nov 2015 10:06:58 +0100 From: "O. Hartmann" To: Henry Hu Cc: FreeBSD CURRENT Subject: Re: Shared object "libelf.so.2" not found, required by "libkvm.so.6" Message-ID: <20151130100658.1c18fe83.ohartman@zedat.fu-berlin.de> In-Reply-To: References: <20151129210725.7baf95ee.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/fMJBZkEvcCMTruePObnRxV8"; protocol="application/pgp-signature" X-Originating-IP: 78.52.164.138 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 09:07:01 -0000 --Sig_/fMJBZkEvcCMTruePObnRxV8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Sun, 29 Nov 2015 15:11:42 -0500 Henry Hu schrieb: > On Sun, Nov 29, 2015 at 3:07 PM, O. Hartmann > wrote: >=20 > > > > On most recent CURRENT (Revision: 291458), ob booting I receive this on > > the console: > > > > Shared object "libelf.so.2" not found, required by "libkvm.so.6" > > > > What looking at the shared object cache with ldconfig -r, I find > > libelf.so.2 as well as > > libkvm.so.6 listed. > > > > What is this weird message? > > =20 >=20 > > locate libelf.so.2 =20 > ... > /usr/lib/libelf.so.2 > ... > > locate libkvm.so.6 =20 > /lib/libkvm.so.6 > ... > > ldd /lib/libkvm.so.6 =20 > /lib/libkvm.so.6: > libc.so.7 =3D> /lib/libc.so.7 (0x800822000) >=20 > It's strange that your libkvm.so.6 depends on libelf.so.2. Where does it > come from? ldd /lib/libkvm.so.6 /lib/libkvm.so.6: libelf.so.2 =3D> /usr/lib/libelf.so.2 (0x80120f000) libc.so.7 =3D> /lib/libc.so.7 (0x800823000) This is only on one spefici box :-( >=20 >=20 > > Regards, > > > > oh > > =20 >=20 >=20 >=20 --Sig_/fMJBZkEvcCMTruePObnRxV8 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWXBGzAAoJEOgBcD7A/5N88LcH/21ia//GeuO9MlIvq20PL2v/ eliJhIvA8BhOi4xmoS9xPLFcTKl4Q8GKgM7p9sBoBJR63jgCf9RDh2XelnmuHmuE A4qcD4HnuttWBQ0zTFl7ii+dFZ5dC9LBPz+ZZxmpXo3kIEJFu037wqkllFkDdaaU dyYzbF9wsNYRyq2QFbRi7oFrH/2EnOCV1NSwMrd7dgcxy37EB4rDIjlBexiZ4nbX QhhZUVjLMTU8EpYqSSnfQCzI8c6rl5nj5x6Fn7IuaT/R466kIsCc4+FrVMlmkux0 rmXTuIJPmcCs+ibSAbkEzMNsyLgiWLGSHHB0fjYZJpdDtMSPw9cQtinacnnpY+8= =s+sM -----END PGP SIGNATURE----- --Sig_/fMJBZkEvcCMTruePObnRxV8--