From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 01:14:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5614106566B for ; Thu, 16 Jun 2011 01:14:48 +0000 (UTC) (envelope-from editor@d3photography.com) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1DE8FC08 for ; Thu, 16 Jun 2011 01:14:48 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id 57644267B645 for ; Wed, 15 Jun 2011 20:18:48 -0500 (CDT) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NU+QhAh+KNBh for ; Wed, 15 Jun 2011 20:18:35 -0500 (CDT) Received: from [10.0.1.3] (70-89-202-1-invergrove-mn.hfc.comcastbusiness.net [70.89.202.1]) by server.cwis.biz (Postfix) with ESMTPSA id 6C00E267B644 for ; Wed, 15 Jun 2011 20:18:35 -0500 (CDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: Ryan Coleman In-Reply-To: <3.0.1.32.20110615191858.018e54e0@sage-american.com> Date: Wed, 15 Jun 2011 20:14:34 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <64D6EF8B-A799-4D8C-A688-FC020CCFEFD1@d3photography.com> References: <3.0.1.32.20110615175738.019581f8@sage-american.com> <3.0.1.32.20110615155910.019581f8@sage-american.com> <3.0.1.32.20110615150619.019581f8@sage-american.com> <3.0.1.32.20110615090401.0181fea8@sage-american.com> <3.0.1.32.20110615090401.0181fea8@sage-american.com> <3.0.1.32.20110615150619.019581f8@sage-american.com> <3.0.1.32.20110615155910.019581f8@sage-american.com> <3.0.1.32.20110615175738.019581f8@sage-american.com> <3.0.1.32.20110615191858.018e54e0@sage-american.com> To: FreeBSD Mailing List X-Mailer: Apple Mail (2.1084) Subject: Re: Another PHP5 problem 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, 16 Jun 2011 01:14:48 -0000 I have very few uses for sqlite3 but I still have them. And PDO? Never = seen anything run it. Just because it is on by default=20 1) doesn't mean it's good for you and 2) the port connected to it is functioning properly. On Jun 15, 2011, at 7:18 PM, Jack L. Stone wrote: > At 06:35 PM 6/15/2011 -0500, Ryan Coleman wrote: >> That wouldn't likely cause a segfault, but you could use your apache = logs > to see if there's something in the last file before the segfault = occurs... > but that could be a wild goose chase. >>=20 >>=20 >> On Jun 15, 2011, at 5:57 PM, Jack L. Stone wrote: >>=20 >>> At 04:04 PM 6/15/2011 -0500, Ryan Coleman wrote: >>>> My solution for these issues is usually pretty easy: >>>> Disable all extensions (with a ; before the line) and then = re-enable >>> batches until it dies on you and then go through line-by-line to see = which >>> one did it. >>>>=20 >>>> Should take about 5 minutes, tops, to run through the entire list. >>>>=20 >=20 > Ryan: >=20 > Found it! 2 extensions were the problem: > # extension=3Dsqlite3.so > # extension=3Dpdo_sqlite.so >=20 > Don't even know why they got in there.... (except I checked the boxes = in > make config) >=20 > Thanks for the great idea! >=20 > Jack >=20 > (^_^) > Happy trails, > Jack L. Stone >=20 > System Admin > Sage-american > _______________________________________________ > 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"