Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41707 invoked by uid 1010); 8 May 2007 12:12:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41691 invoked from network); 8 May 2007 12:12:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2007 12:12:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:52961] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/2F-10930-41960464 for ; Tue, 08 May 2007 08:12:06 -0400 Received: (qmail 4728 invoked from network); 8 May 2007 12:12:00 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 8 May 2007 12:12:00 -0000 Message-ID: <46406915.8040201@zend.com> Date: Tue, 08 May 2007 16:12:05 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Oliver Block CC: internals@lists.php.net References: <200705080336.11411.lists@block-online.eu> <200705081327.46790.lists@block-online.eu> <464062D6.3070507@zend.com> <200705081402.13711.lists@block-online.eu> In-Reply-To: <200705081402.13711.lists@block-online.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] apache2handler/SIGSEGV with apache2 (prefork) From: antony@zend.com (Antony Dovgal) On 05/08/2007 04:02 PM, Oliver Block wrote: > Am Dienstag, 8. Mai 2007 13:45 schrieben Sie: >> What was your configure line? > > ./configure --with-apxs2=/usr/sbin/apxs2 --prefix=/usr/local/php5 > --enable-debug --enable-maintainer-zts --with-mysql --with-imap > --with-imap-ssl > > There was a php4 rpm which was installed by the SuSE setup tool (YaST). > > After removing it, the server started without problems. So this segmentation > fault seems to occur, when there are both versions, php4 and php5, installed. Ah, so you're compiling a threadsafe PHP to use with a non-threadsafe Apache and loading both PHP4 and PHP5 in the same time. This looks like a total misconfiguration. -- Wbr, Antony Dovgal