From owner-freebsd-current@freebsd.org Sun Nov 29 20:12:23 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 56F8CA3B367 for ; Sun, 29 Nov 2015 20:12:23 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 128E71175 for ; Sun, 29 Nov 2015 20:12:23 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: by vkca188 with SMTP id a188so35603878vkc.0 for ; Sun, 29 Nov 2015 12:12:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=H83Mc9YIn7G6OP7BnwnfYteEsYKst8SDwYUipYya4us=; b=UO1i3ZZgBpvbAD9/ltJyVgsMospeV4iKXh0il3hvLihkeOydUE2/Gjvt/F/VwOjDjb Gh9u9cSbPl2DfkrSkYXbIGLxsg6dbUgdn3nIJDiDA+RFq6jc3kqFKOqXQqcMNmstsgUz eJgkjDFMKeA8uz0AkJ3WPJlWpJf0WnMQ+rCTWzz3y5X3Dy6IxRy/2vmLXpgvP8v7ORX2 Lv5fwPRLKlazI0YJ6PgUAuSQIYY9CocUhzl9535uiFA4N/dt8oBHFmdjgYu72QMH6UTf pQjDmO7Oc0K+iKGwHtPCe/Xbisi7De7VSyX1GPQjHrUDfv6992FfR/qDGlwBQooInMiv YPQg== X-Received: by 10.31.33.75 with SMTP id h72mr51796028vkh.21.1448827941775; Sun, 29 Nov 2015 12:12:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.0.4 with HTTP; Sun, 29 Nov 2015 12:11:42 -0800 (PST) In-Reply-To: <20151129210725.7baf95ee.ohartman@zedat.fu-berlin.de> References: <20151129210725.7baf95ee.ohartman@zedat.fu-berlin.de> From: Henry Hu Date: Sun, 29 Nov 2015 15:11:42 -0500 Message-ID: Subject: Re: Shared object "libelf.so.2" not found, required by "libkvm.so.6" To: "O. Hartmann" Cc: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Sun, 29 Nov 2015 20:12:23 -0000 On Sun, Nov 29, 2015 at 3:07 PM, O. Hartmann wrote: > > 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? > > locate libelf.so.2 ... /usr/lib/libelf.so.2 ... > locate libkvm.so.6 /lib/libkvm.so.6 ... > ldd /lib/libkvm.so.6 /lib/libkvm.so.6: libc.so.7 => /lib/libc.so.7 (0x800822000) It's strange that your libkvm.so.6 depends on libelf.so.2. Where does it come from? > Regards, > > oh > -- Cheers, Henry