Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3994 invoked from network); 21 Mar 2006 22:13:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Mar 2006 22:13:09 -0000 Received: (qmail 68303 invoked by uid 500); 21 Mar 2006 22:13:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68294 invoked by uid 500); 21 Mar 2006 22:13:00 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 68283 invoked by uid 99); 21 Mar 2006 22:13:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 14:13:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of noah@allresearch.com designates 38.144.36.11 as permitted sender) Received: from [38.144.36.11] (HELO allresearch.com) (38.144.36.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Mar 2006 14:12:59 -0800 Received: by allresearch.com (Postfix, from userid 99) id BCFA21117B1; Tue, 21 Mar 2006 14:12:39 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on allresearch.com X-Spam-Level: Received: from [10.0.0.140] (unknown [70.88.177.202]) by allresearch.com (Postfix) with ESMTP id DC6981117AC for ; Tue, 21 Mar 2006 14:12:36 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.3) In-Reply-To: References: <558b73fb0603211300o4990de8bqa20006c262158632@mail.gmail.com> <0E94667A-E9B9-4455-B527-3E70C7C09DD1@allresearch.com> <927F548C-A585-4E20-A07D-1CDF88CDE4BA@allresearch.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <076D2A6C-A4E4-4D8F-9256-421C9BB121EA@allresearch.com> Content-Transfer-Encoding: 7bit From: Noah Silverman Date: Tue, 21 Mar 2006 14:12:29 -0800 To: users@httpd.apache.org X-Mailer: Apple Mail (2.746.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-102.3 required=5.0 tests=AWL,BAYES_00,USER_IN_WHITELIST autolearn=ham version=3.1.0 Subject: Re: [users@httpd] Weird Crashes X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N VERY interesting idea. I didn't compile mysql. I just have a pre-compiled version that I downloaded a while back. I did indicate "--with-mysql=/usr/local/mysql" when I configured php. Do you think that I need more? -N On Mar 21, 2006, at 1:53 PM, httpd2@karsites.net wrote: > > Have you compiled mysql and mysqli for use in php4/5? > > If so, you need to compile them both at the same time with > the same mysql library. > > Keith > > On Tue, 21 Mar 2006, Noah Silverman wrote: > >> To: users@httpd.apache.org >> From: Noah Silverman >> Subject: Re: [users@httpd] Weird Crashes >> >> Thanks Keith, >> >> I DID a fresh compile of php4 and php5. >> >> Both give me the same crash. No difference. >> >> I'm starting to think that the problem might be with the Apache >> installation. >> Maybe Apache doesn't like the shared modules or something like >> that. I >> compiled with the 'shared' option, but don't know what else could be >> causing the problem. >> >> One clue - A script that calls phpinfo works fine. the scripts >> that call >> mysql crash! >> >> -N >> >> >> >> On Mar 21, 2006, at 1:26 PM, httpd2@karsites.net wrote: >> >>> >>> This link might be of interest to you Noah. Something >>> similar I posted on the php-install mailing list that >>> mentions how to use php4 code with the php5 module. >>> >>> http://marc.theaimsgroup.com/?l=php-install&m=114269393127473&w=2 >>> >>> Also, are you actually compiling your php4 module against >>> apache 2.2.0, as 2.0.x compiled modules are not compatible >>> with Apache 2.2.0 >>> >>> Keith Roberts >>> >>> >>> In theory, theory and practice are the same; >>> in practice they are not. >>> >>> On Tue, 21 Mar 2006, Noah Silverman wrote: >>> >>>> To: users@httpd.apache.org >>>> From: Noah Silverman >>>> Subject: Re: [users@httpd] Weird Crashes >>>> >>>> I thought 4.4.2 WAS the stable version?? >>>> >>>> I don't think our current PHP pages will work with php 5. Is >>>> there much >>>> of a difference between 4.4 and 5? Would we need to rewrite >>>> code? >>>> >>>> Thanks, >>>> >>>> -N >>>> >>>> >>>> On Mar 21, 2006, at 1:00 PM, Michael Crute wrote: >>>> >>>>> On 3/21/06, Noah Silverman wrote: >>>>>> Hello, >>>>>> >>>>>> I have a very strange situation here. >>>>>> >>>>>> I installed Apache 2.2.0 >>>>>> I installed php 4.4.2 >>>>>> >>>>>> Apache works great, but whenever I try to load a php page >>>>>> in a >>>>>> browser, apache immediately seg-faults. no error message >>>>>> is >>>>>> produced. >>>>>> >>>>>> THIS IS A MISSION CRITICAL PROBLEM!! >>>>>> >>>>>> Can anybody help?? >>>>> >>>>> I saw this once where it would segfault the worker while >>>>> running a >>>>> script, but the main Apache process kept running. All I did >>>>> was >>>>> upgrade the unstable version of PHP and my problems magically >>>>> disappeared. I am running PHP 5 so YMMV. >>>>> >>>>> -Mike >>>>> >>>>> -- >>>>> ________________________________ >>>>> Michael E. Crute >>>>> http://mike.crute.org >>>>> >>>>> It is a mistake to think you can solve any major problems >>>>> just with >>>>> potatoes. >>>>> --Douglas Adams >>>>> >>>>> ------------------------------------------------------------------ >>>>> -- >>>>> - >>>>> The official User-To-User support forum of the Apache HTTP >>>>> Server >>>>> Project. >>>>> See for more >>>>> info. >>>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >>>>> " from the digest: >>>>> users-digest-unsubscribe@httpd.apache.org >>>>> For additional commands, e-mail: users-help@httpd.apache.org >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------- >>>> -- >>>> The official User-To-User support forum of the Apache HTTP Server >>>> Project. >>>> See for more info. >>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >>>> " from the digest: users-digest-unsubscribe@httpd.apache.org >>>> For additional commands, e-mail: users-help@httpd.apache.org >>>> >>>> >>>> >>> >>> -------------------------------------------------------------------- >>> - >>> The official User-To-User support forum of the Apache HTTP Server >>> Project. >>> See for more info. >>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >>> " from the digest: users-digest-unsubscribe@httpd.apache.org >>> For additional commands, e-mail: users-help@httpd.apache.org >>> >>> >> >> >> --------------------------------------------------------------------- >> The official User-To-User support forum of the Apache HTTP Server >> Project. >> See for more info. >> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> " from the digest: users-digest-unsubscribe@httpd.apache.org >> For additional commands, e-mail: users-help@httpd.apache.org >> >> >> > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org