From owner-freebsd-questions@FreeBSD.ORG Thu Apr 19 20:52:57 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 4CC2A106566B for ; Thu, 19 Apr 2012 20:52:57 +0000 (UTC) (envelope-from alexmiroslav@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 113098FC12 for ; Thu, 19 Apr 2012 20:52:57 +0000 (UTC) Received: by obqv19 with SMTP id v19so12709423obq.13 for ; Thu, 19 Apr 2012 13:52:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=up5RK5bdH+VEeRJfKSoA6N3CADFAGU32mBpzotVBFMU=; b=txN5zIn36GcYog3trgz1K2HovBOOhMouOu4Y/KEE4dPloYHQBm7KeEnsYNK/2sfYPf GHqQyYiPt7Jvg2wDn5WxAGVCWmZOJTGv7nW7rqcUw03VRnPtCI5F9m2Y7QeAR8YQDLbK bJEmkH7xubqxpeo2RtKZ0kyfNSYVID6tBtUlZFmBYopAR5rhmJZ9tGff2X7McJ5zox2X OjSp+1e1rIlVvTJYEd1p2y6w4f+LcilhTFtkCLmMyZXc254oe1qD/2so0YXGPwDTYlOe RWHYe+aA5QVs3DiBaPoPIFMGvLUxzWajMyJy/vBC0sGPt9sm5h0JorKDzOcf/U6AFydt bEGg== MIME-Version: 1.0 Received: by 10.182.190.6 with SMTP id gm6mr5294251obc.6.1334868776704; Thu, 19 Apr 2012 13:52:56 -0700 (PDT) Received: by 10.60.143.104 with HTTP; Thu, 19 Apr 2012 13:52:56 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Apr 2012 16:52:56 -0400 Message-ID: From: Aleksandr Miroslav To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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 20:52:57 -0000 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. Alex