From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 13:58:18 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 32172106566B for ; Thu, 16 Jun 2011 13:58:18 +0000 (UTC) (envelope-from jacks@sage-american.com) Received: from mail.sagedata.net (mail.sagedata.net [38.106.15.121]) by mx1.freebsd.org (Postfix) with ESMTP id 080BB8FC12 for ; Thu, 16 Jun 2011 13:58:17 +0000 (UTC) Received: from SAGEPLACE (99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27]) by mail.sagedata.net (8.14.5/8.14.5) with SMTP id p5GDwGPl067433; Thu, 16 Jun 2011 08:58:16 -0500 (CDT) (envelope-from jacks@sage-american.com) X-Authentication-Warning: mail.sagedata.net: Host 99-111-143-27.lightspeed.crchtx.sbcglobal.net [99.111.143.27] claimed to be SAGEPLACE Message-Id: <3.0.1.32.20110616085819.018c54e0@sage-american.com> X-Sender: jacks@sage-american.com X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Thu, 16 Jun 2011 08:58:19 -0500 To: "Reko Turja" , "FreeBSD Mailing List" From: "Jack L. Stone" In-Reply-To: <85B7376289F04B2596EBE3090DB9D970@rivendell> References: <64D6EF8B-A799-4D8C-A688-FC020CCFEFD1@d3photography.com> <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> <64D6EF8B-A799-4D8C-A688-FC020CCFEFD1@d3photography.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Greylist: Message whitelisted by Sendmail access database, not delayed by milter-greylist-4.2.7 (mail.sagedata.net [38.106.15.121]); Thu, 16 Jun 2011 08:58:17 -0500 (CDT) X-Scanned-By: milter-spamc/1.15.388 (mail.sagedata.net [38.106.15.121]); Thu, 16 Jun 2011 08:58:17 -0500 X-Spam-Status: NO, hits=-10.00 required=4.50 X-Spam-Report: Content analysis details: (-10.0 points, 4.5 required) | | pts rule name description | ---- ---------------------- -------------------------------------------------- | -0.0 SHORTCIRCUIT Not all rules were run, due to a shortcircuited rule | -10 ALL_TRUSTED Passed through trusted hosts only via SMTP | Cc: 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 13:58:18 -0000 At 03:41 PM 6/16/2011 +0300, Reko Turja wrote: >> I have very few uses for sqlite3 but I still have them. And PDO? >> Never seen anything run it. > >Some pretty big projects including Drupal CMS are moving to PDO. I >reckon that having other options without reinventing the wheel, than >one certain Oracle controlled DB-backend is starting to gain momentum. > >Just as a sidenote, PHP 5.3.6 so far seems to be unaffected by >extension loading order, but looks like that any upgrade of apache, >apr, php etc. means that every dependent module downstream has to be >recompiled as well. > >-Reko With upgrade to php5-5.3.6 is the first time ever (many years) I've had any problem with php. The order of the extensions never came up as an issue, nor did it once I found the extensions causing the seg faults and core dumps. Ryan's suggestion of commenting out all of the extensions and then adding back 1 by 1 enabled me to find the offenders quickly. The 2 sqlite extensions caused the problem for me there also was a 3rd one and I removed them all as I don't use that database. For ports, I usually go with the defaults on options unless I KNOW what they do or don't do. Have used the same options and didn't know why the sqlites were added this time. That further cause an install of the core sqlite port. Without removing it, I couldn't delete the inclusion of the sqlite extensions. Now, I wrestling with the apache2 and apr0 issue. The apache port Makefile wants apr0, but it now has vulnablilities. Ports UPDATING says to do this with apr: - remove apache2 and then: portupgrade -f -o devel/apr1 devel/apr ...and then reinstall apache2. That didn't work because the Makefile in apache still wants apr0. I changed the Makefile to apr1 but the build failed after it looked again for that apr0 later in the build. I didn't find another call for apr0. What have others done for this? This is about the last issue I know about after the major upgrade of the ports. Thanks for all the help so far -- just any other help on the apr thingy would be nice. Yes, I have googled and always do before going to the trough here. Thanks again! (^_^) Happy trails, Jack L. Stone System Admin Sage-american