From owner-freebsd-ports@FreeBSD.ORG Sun Sep 10 18:54:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107DE16A403 for ; Sun, 10 Sep 2006 18:54:17 +0000 (UTC) (envelope-from rtarrant@sympatico.ca) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5F643D46 for ; Sun, 10 Sep 2006 18:54:16 +0000 (GMT) (envelope-from rtarrant@sympatico.ca) Received: from [192.168.55.4] ([64.230.78.162]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060910185415.WPX18394.tomts5-srv.bellnexxia.net@[192.168.55.4]> for ; Sun, 10 Sep 2006 14:54:15 -0400 Message-ID: <45045AF3.90201@sympatico.ca> Date: Sun, 10 Sep 2006 14:35:31 -0400 From: Ron Tarrant User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: PHP 5.1.6 Command Line Arg Gives Seg Fault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 18:54:17 -0000 Hi all, I updated my ports tree on Sept. 7 and then built /usr/ports/lang/php5 (version: 5.1.6). Now the command: php --version results in a segmentation fault. I wouldn't mind, but I'm working on building php-gtk2 from source and the configure script uses the above command to confirm installation of the CLI version of PHP. Rather than the test yielding: "cli" it yields: "cli Segmentation fault: 11 (core dumped)" (including the linefeed) and , of course, the comparison fails. Does anyone know if this had been fixed since the 7th? If not, can anyone suggest a work-around without tampering too much with the php-gtk2 configure script? -Ron T. -- Ron Tarrant Blog:PHP-Gtk2