From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 17:52:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9DA2016A409 for ; Mon, 12 Mar 2007 17:52:59 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp105.sbc.mail.mud.yahoo.com (smtp105.sbc.mail.mud.yahoo.com [68.142.198.204]) by mx1.freebsd.org (Postfix) with SMTP id 5FAB513C483 for ; Mon, 12 Mar 2007 17:52:59 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 62132 invoked from network); 12 Mar 2007 17:26:19 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@71.147.32.49 with login) by smtp105.sbc.mail.mud.yahoo.com with SMTP; 12 Mar 2007 17:26:19 -0000 X-YMail-OSG: _C0n7.YVM1mYiWwQioLLWdDWg_aRcF7wMre_O.r8vyOVYY_LGNY6wWlHI3fll4LTt.QNxnzbGAs2xgcZBXO8ATrLlAK8t6u7Ectn5gB7fbswSZ8fv5cgNjfY0RfxfOh1uQpg8pAKz9fxE6I- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id A545F1146C; Mon, 12 Mar 2007 12:26:18 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dPYj+WRaZf+8; Mon, 12 Mar 2007 11:26:14 -0600 (CST) Received: from [IPv6:::1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id AF45211469; Mon, 12 Mar 2007 12:26:13 -0500 (CDT) Message-ID: <45F58D31.7090902@mikestammer.com> Date: Mon, 12 Mar 2007 12:26:09 -0500 From: Eric User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: Robert Huff References: <8153bba90703120922o207622d9o3ffaee18effb03ba@mail.gmail.com> <17909.35863.845133.325899@jerusalem.litteratus.org> In-Reply-To: <17909.35863.845133.325899@jerusalem.litteratus.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem building php5-pcre 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, 12 Mar 2007 17:52:59 -0000 Robert Huff wrote: > Christopher Hobbs writes: > >> Anyone else have this particular error? I can't seem to get >> php5-pcre to build. > > Built and installed just fine for me five minutes ago on > > FreeBSD 7.0-CURRENT #1: Mon Jan 22 16:56:10 EST 2007 i386 > > > Robert Huff does anyone know why, even tho pcre7 is installed, that when i install php5-pcre port my phpinfo shows this: PCRE (Perl Compatible Regular Expressions) Support enabled PCRE Library Version 3.9 02-Jan-2002 this is on BSD 6.1 with apache 2. why the heck would it be doing this? i did notice that my ldconfig -r was empty (no idea how), but i readded all the paths via ldconfig -m Ive reinstalled apache, php, extensions, pcre, etc over and over (trying different things) to no avail. Any ideas? Eric