From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 14:26:31 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 324CA16A401 for ; Wed, 14 Feb 2007 14:26:31 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id B1ED513C4B6 for ; Wed, 14 Feb 2007 14:26:28 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: by nf-out-0910.google.com with SMTP id m19so719383nfc for ; Wed, 14 Feb 2007 06:26:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vz+UD2hkVkMBIcC9eS+KF8Jb5KuqG2y5Vc1rS61NMh/TbbJMJilEsT2FnPHT3SglHwsGTINWA00Okt5m9svCmU+xhnsKrlf3Gx76fMsu5pruB1KwRKlXjBNU4CoeNfZsNlK/bdjRGxCo48gMW0nCa5GzTUj1AmHqg0GSMozo6Yw= Received: by 10.49.75.2 with SMTP id c2mr325000nfl.1171463186566; Wed, 14 Feb 2007 06:26:26 -0800 (PST) Received: by 10.48.222.11 with HTTP; Wed, 14 Feb 2007 06:26:26 -0800 (PST) Message-ID: <5fbf03c20702140626n66311addt1d6ccc3dc3de0c6f@mail.gmail.com> Date: Wed, 14 Feb 2007 15:26:26 +0100 From: "Spil Oss" To: freebsd-questions@freebsd.org, "Terry Todd" In-Reply-To: <20070213070119.32F5.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070210075545.C030.GERARD@seibercom.net> <20070213051341.A20113@badger.tltodd.com> <20070213070119.32F5.GERARD@seibercom.net> Cc: Subject: Re: phpMyAdmin httpd segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 14:26:31 -0000 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" >