Date: Thu, 15 Feb 2007 10:09:08 +0800 From: "Richard Simmonds" <richard@icommbali.com> To: <freebsd-questions@freebsd.org> Subject: Re: phpMyAdmin httpd segmentation fault Message-ID: <!&!AAAAAAAAAAAYAAAAAAAAAPOytc9vInVGkl54LcL/nGDCgAAAEAAAAL5EtX4js2lDmGp0D58FwHABAAAAAA==@icommbali.com> In-Reply-To: <20070214174746.6869616A4C4@hub.freebsd.org> References: <20070214174746.6869616A4C4@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <spil.oss@googlemail.com> Subject: Re: phpMyAdmin httpd segmentation fault To: freebsd-questions@freebsd.org, "Terry Todd" <tlt@badger.tltodd.com> 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 <gerard@seibercom.net> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?!&!AAAAAAAAAAAYAAAAAAAAAPOytc9vInVGkl54LcL/nGDCgAAAEAAAAL5EtX4js2lDmGp0D58FwHABAAAAAA==>