From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 18:10:05 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16EFB1065675 for ; Mon, 18 Jul 2011 18:10:05 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id BF5F08FC15 for ; Mon, 18 Jul 2011 18:10:04 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id p6IIA1a1070091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 18 Jul 2011 13:10:01 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.5/8.14.5) with ESMTP id p6IIA1vA050935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 18 Jul 2011 13:10:01 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.5/8.14.5/Submit) id p6IIA0tW050932; Mon, 18 Jul 2011 13:10:00 -0500 (CDT) (envelope-from dan) Date: Mon, 18 Jul 2011 13:10:00 -0500 From: Dan Nelson To: Tim Daneliuk Message-ID: <20110718181000.GO6611@dan.emsphone.com> References: <4E244D20.6060401@tundraware.com> <20110718162330.GA88138@slackbox.erewhon.net> <4E2460D5.3060602@tundraware.com> <20110718174318.GA89565@slackbox.erewhon.net> <4E24754D.4090505@tundraware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E24754D.4090505@tundraware.com> X-OS: FreeBSD 8.2-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Mon, 18 Jul 2011 13:10:01 -0500 (CDT) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-questions@freebsd.org Subject: Re: Am I Missing A Compat Library? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 18:10:05 -0000 In the last episode (Jul 18), Tim Daneliuk said: > On 7/18/2011 12:43 PM, Roland Smith said this: > > But I _don't_ get this linker error. Just a thought, but have a look at > > glib and dbus, and check that it is linked to the right libicu? ('ldd > > /usr/local/lib/libglib-2.0.so.0' and 'ldd /usr/local/lib/libdbus-glib-1.so.2') > > > > If that is not the case, you'll have to dive into the configure output, > > I think. > > A forced deinstallation of avahi-app and then an installation, seems to > have made the problem disappear. > > So much for "dynamically liked libraries will make systems maintenance > simpler ..." BTW, Both portupgrade and portmaster (with the -w flag) will copy old shared libraries to /usr/local/lib/compat/pkg/ during an upgrade, so that programs linked to them will still run. -- Dan Nelson dnelson@allantgroup.com