From owner-freebsd-questions@FreeBSD.ORG Sat Oct 27 09:00:15 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 766EFBDF for ; Sat, 27 Oct 2012 09:00:15 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by mx1.freebsd.org (Postfix) with ESMTP id C9FC58FC12 for ; Sat, 27 Oct 2012 09:00:14 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id G9061k002516WCc01907RU; Sat, 27 Oct 2012 10:00:07 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=XOyyuHdE c=1 sm=1 a=lfSX4pPLp9EkufIcToJk/A==:17 a=rLpCYgkgFLgA:10 a=zRMSIEZPnIEA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=D7rCoLxHAAAA:8 a=FBQl176IrJwA:10 a=RXKPr3rVuHz7Y1mkgtYA:9 a=wPNLvfGTeEIA:10 a=lfSX4pPLp9EkufIcToJk/A==:117 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.80) (envelope-from ) id 1TS2FR-0000w7-E1 for freebsd-questions@freebsd.org; Sat, 27 Oct 2012 10:00:05 +0100 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Sat, 27 Oct 2012 10:00:04 +0100 User-Agent: KMail/1.9.10 References: <20121026210606.829bf5bd.freebsd@edvax.de> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201210271000.05046.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=ALL_TRUSTED,TW_BP autolearn=ham version=3.3.2 Subject: Re: Problem with libpng + Mozilla applications on FreeBSD 8.3 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 09:00:15 -0000 On Saturday 27 October 2012 09:42:10 Alexandr Alexeev wrote: > Sometimes placing symlink to the newer version of library instead of > older version helps. Specifying the alternative version in /etc/libmap.conf (5) is a neater way of doing this. The man page also shows you how to restrict the mapping to apply for only specified executables. -- Mike Clarke