From owner-freebsd-questions@FreeBSD.ORG Thu Feb 15 02:35:49 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 53D5316A402 for ; Thu, 15 Feb 2007 02:35:49 +0000 (UTC) (envelope-from richard@icommbali.com) Received: from nangura.net (smtpgw.nangura.net [202.136.64.55]) by mx1.freebsd.org (Postfix) with SMTP id CC1AE13C4A6 for ; Thu, 15 Feb 2007 02:35:46 +0000 (UTC) (envelope-from richard@icommbali.com) Received: (qmail 8142 invoked by uid 510); 15 Feb 2007 02:12:26 -0000 Received: from 202.136.76.188 by Mailproxy (envelope-from , uid 502) with qmail-scanner-1.25-st-qms (clamdscan: 0.88.7/2315. perlscan: 1.25-st-qms. Clear:RC:1(202.136.76.188):. Processed in 0.684817 secs); 15 Feb 2007 02:12:26 -0000 Received: from unknown (HELO gateway.icommbali.local) (202.136.76.188) by nangura.net with SMTP; 15 Feb 2007 02:12:25 -0000 Received: from richard (richard.icommbali.com [192.168.0.19]) by gateway.icommbali.local (Postfix) with ESMTP id 082E33AF1B1 for ; Thu, 15 Feb 2007 10:06:24 +0800 (CIT) From: "Richard Simmonds" To: References: <20070214174746.6869616A4C4@hub.freebsd.org> Date: Thu, 15 Feb 2007 10:09:08 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20070214174746.6869616A4C4@hub.freebsd.org> Thread-Index: AcdQlUC/q2wMsjJKRpCNAlyzbYdgfQAEAL8Q X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Subject: Re: phpMyAdmin httpd segmentation fault 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: Thu, 15 Feb 2007 02:35:49 -0000 I've just had the phpMyAdmin not starting problem after making changes to php.ini and adding extensions. It began as a segmentation fault with only phpMyAdmin and then progressed, as I fiddled with config for php4-extensions, to breaking php entirely. I too have a modded make.conf file which I am about to change in accordance with this tip. However, to get phpMyAdmin working again, take a look at extensions.ini. I found there were many duplicate lines, including some for extensions I thought I'd added and then removed. I removed duplicates and moved extension=mysql.so to the bottom of the list. Reboot and problem solved. Hope this helps ----------------------------- Message: 13 Date: Wed, 14 Feb 2007 15:26:26 +0100 From: "Spil Oss" Subject: Re: phpMyAdmin httpd segmentation fault To: freebsd-questions@freebsd.org, "Terry Todd" Message-ID: <5fbf03c20702140626n66311addt1d6ccc3dc3de0c6f@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Terry, Just solved my php / roundcube problems by removing -funroll-loops from my CFLAGS in /etc/make.conf. Now I just have CFLAGS= -O2 -pipe Recollection: 5.2.0 -march=pentium3m -O2 -pipe -funroll-loops Fail 5.2.0 -march=pentium3 -O -pipe Success 5.2.1 -march=pentium3m -O2 -pipe -funroll-loops Fail Tested: 5.2.1_1 -march=pentium3 -O -pipe Success 5.2.1 -march=pentium3m -O -pipe Success enable eaccelerator Success enable suhosin Success 5.2.1 -march=pentium3m -O2 -pipe Success 5.2.1 -march=pentium3m -O2 -pipe -funroll-loops Fail 5.2.1_1 -march=pentium3m -O2 -pipe Success So currently running apache-2.2.4 / php5-5.2.1_1 w/ suhosin 0.9.6.2 / eaccelerator 0.95 rouncube running fine, but phpMyAdmin still won't fly Kind regards, Spil On 13/02/07, Gerard Seibert wrote: > On Tuesday February 13, 2007 at 06:13:41 (AM) Terry Todd wrote: > > > > I completed steps 1 through 6 that you suggested below. Step 6 took > > two whole days to complete. I had to babysit the blue screens of config. > > > > Sorry to say it still does the exact same thing. httpd seg faults > > with no core file whenever the phpMyAdmin/index.php web page is browsed. > > Strange! It works perfectly here. Assuming you have nothing strange in > your /etc/make.conf file, I am at a lose as to what the problem is. > > Sorry! > > -- > Gerard > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >