From owner-freebsd-questions@FreeBSD.ORG Thu Apr 19 18:27:06 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 BD25E106567B for ; Thu, 19 Apr 2012 18:27:06 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by mx1.freebsd.org (Postfix) with ESMTP id D8CA88FC14 for ; Thu, 19 Apr 2012 18:27:05 +0000 (UTC) Received: (qmail 85999 invoked from network); 19 Apr 2012 18:27:03 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 19 Apr 2012 18:27:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=4f9058f7.xn--yuvv84g.k1204; i=johnl@user.iecc.com; bh=jbZ2uQZY54zXpEMtX5Uwew1PAXQ4/zy01Iux+LCxfD8=; b=jgbPEoatnbJQHFhsqjd2qLEfqST6RueVmFscNhlDW+7eFHzXtnhPjSHLt6jtvMxTUqOSBZ0wYYu74Npck25OJSAmLe3FPwXZVQT4QRKapDyoqqVTHiq6c44VAIabdrY5aF9TmBoEjLWVG683iYv6MBUuxIVrJ8oVK+muodj3akE= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 19 Apr 2012 18:26:41 -0000 Message-ID: <20120419182641.87861.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org In-Reply-To: Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Cc: alexmiroslav@gmail.com 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: Thu, 19 Apr 2012 18:27:06 -0000 > libpcre.so.0 => not found (0x0) > >What can I do to fix this in the meantime? It should have saved the old one as /usr/local/lib/compat/pkg/libpcre.so.0. If it's there, try this so your programs can find it: # ldconfig -m /usr/local/lib/compat/pkg If it's not there, go get it from your distribution media. R's, John