Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1982 invoked by uid 1010); 4 Dec 2006 13:41:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1967 invoked from network); 4 Dec 2006 13:41:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2006 13:41:05 -0000 X-Host-Fingerprint: 84.181.11.152 p54B50B98.dip0.t-ipconnect.de Received: from [84.181.11.152] ([84.181.11.152:12090] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/A0-29296-E4524754 for ; Mon, 04 Dec 2006 08:41:05 -0500 Message-ID: <7C.A0.29296.E4524754@pb1.pair.com> To: internals@lists.php.net Date: Mon, 04 Dec 2006 14:40:31 +0100 User-Agent: Thunderbird 2.0a1 (Windows/20060724) MIME-Version: 1.0 References: <06.97.20559.47904754@pb1.pair.com> In-Reply-To: <06.97.20559.47904754@pb1.pair.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 84.181.11.152 Subject: Re: [PHP 4.4.5 / Apache 2.2.3] Abrupt and unrepeatable Segmentation fault (11) From: schroeter.jan@web.de (=?UTF-8?B?SmFuIFNjaHLDtnRlcg==?=) Dmitry Dartz wrote: > Looks like an ipv6 issue. > Did you try to re-compile without ipv6? I already stumbled on this possible issue and recompiled my php without ipv6 support (--disable-ipv6). But it didn't work anyway. Here is my complete configure line: './configure' '--prefix=/usr/' '--datadir=/usr/share/php/' '--bindir=/usr/bin/' '--libdir=/usr/share/' '--with-exec-dir=/usr/lib/php/bin/' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php4-config' '--enable-force-cgi-redirect' '--enable-memory-limit' '--enable-sigchild' '--enable-track-vars' '--enable-trans-sid' '--disable-ipv6' '--with-mysql=no' '--enable-bcmath' '--enable-calendar' '--enable-ctype' '--enable-dbase' '--enable-exif' '--enable-filepro' '--enable-ftp' '--enable-magic-quotes' '--enable-mbstr-enc-trans' '--enable-mbstring' '--enable-shmop' '--enable-sysvsem' '--enable-sysvshm' '--enable-wddx' '--with-gettext' '--with-gmp' '--with-mcrypt' '--with-mcal=/usr/' '--with-iconv' '--with-mcrypt' '--with-zlib' '--with-bz2' '--with-openssl=/usr' '--with-pear' '--with-apxs2=/usr/sbin/apxs' kind regards jan