From owner-freebsd-stable@FreeBSD.ORG Tue Jun 17 21:54:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE9F982B; Tue, 17 Jun 2014 21:54:01 +0000 (UTC) Received: from mail.webmatic.de (mail.webmatic.de [212.78.101.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.webmatic.de", Issuer "PositiveSSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9986121E5; Tue, 17 Jun 2014 21:54:01 +0000 (UTC) Received: from [192.168.178.27] (p54B73E7B.dip0.t-ipconnect.de [84.183.62.123]) by mail.webmatic.de (Postfix) with ESMTPSA id 1E4EE8A06B; Tue, 17 Jun 2014 23:53:55 +0200 (CEST) Message-ID: <53A0B8EF.1050708@chef-ingenieur.de> Date: Tue, 17 Jun 2014 23:53:51 +0200 From: Thomas Krause User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Gary Palmer , freebsd-stable@freebsd.org Subject: Re: FreeBSD10 - libstdc++.so.7 - arcconf References: <539F5C97.6090000@chef-ingenieur.de> <5A1E4599-3634-48A4-BC2F-D8AE5F02DE78@FreeBSD.org> <2952712B-E335-429E-9800-EDB241BDBD2E@FreeBSD.org> <6c6b3ca5bd8a7a1d53124b21d0e1f01f@chef-ingenieur.de> <20140617081342.GK3991@kib.kiev.ua> <20140617144202.GL3991@kib.kiev.ua> <2dc9d3f339fa60335297316139a88f53@chef-ingenieur.de> <20140617145345.GA52873@in-addr.com> In-Reply-To: <20140617145345.GA52873@in-addr.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 21:54:01 -0000 >> # /usr/local/sbin/arcconf >> Shared object "libstdc++.so.7" not found, required by "arcconf" > > The real question is why 'ldd' said it needed libstdc++.so.*6*, but runtime > says libstdc++.so.*7* > > You don't have anything in the libmap files (/etc/libmap.conf, > /etc/libmap32.conf) do you? > Sorry Gary, my mistake: cat /etc/libmap.conf # $FreeBSD: release/10.0.0/etc/libmap.conf 253853 2013-08-01 05:50:42Z jlh $ includedir /usr/local/etc/libmap.d libstdc++.so.6 libstdc++.so.7 after removing the last wrong entry, arcconf works. Thanks for you help! Regards, Thomas.