From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 02:19:22 2012 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 90B261065670 for ; Fri, 20 Apr 2012 02:19:22 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 4AFD28FC15 for ; Fri, 20 Apr 2012 02:19:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q3K2JLCq048129; Thu, 19 Apr 2012 20:19:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q3K2JLfu048126; Thu, 19 Apr 2012 20:19:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 19 Apr 2012 20:19:21 -0600 (MDT) From: Warren Block To: Aleksandr Miroslav In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 19 Apr 2012 20:19:21 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: pcre library linking issues 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: Fri, 20 Apr 2012 02:19:22 -0000 On Thu, 19 Apr 2012, Aleksandr Miroslav wrote: > On Thu, Apr 19, 2012 at 11:28 AM, Lars Eighner wrote: >> Create a symbolic link in the library so libpcre.so.0 points to >> libpcre.so.1 > > Thank you, this worked. It's a temporary measure, so rebuild everything that wants the old library, then remove the link.