From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 16:46:37 2012 Return-Path: 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 5D8EC106566C for ; Mon, 20 Aug 2012 16:46:37 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by mx1.freebsd.org (Postfix) with ESMTP id C4C598FC16 for ; Mon, 20 Aug 2012 16:46:36 +0000 (UTC) Received: (qmail 25525 invoked from network); 20 Aug 2012 16:46:36 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 20 Aug 2012 16:46:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:subject:mime-version:content-type:content-transfer-encoding:vbr-info; s=503269eb.xn--9vv.k1208; i=johnl@user.iecc.com; bh=2/p/lJfrQz4S+RGnuLB8uwfuIJSgWPeCZYRH0t7e1wU=; b=jLzHwspoCjTPdWvF3n02bcnU2XMc8dIGxSFjKpTF2+kOUjNAplAy7AZ1DOnUDw1xIiX5Sivu6YDshurg+nivCh0TPkLMno6bhPByseNLzJ1oEdA37YvOdB0M20uEnwsDHVMzq0DE7HsxJd3EtmG97WwW8z17I+X7W2IHbgZrmZM= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 20 Aug 2012 16:46:13 -0000 Message-ID: <20120820164613.77448.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Subject: Apache 2.2 and php 5.4.5 failing on freebsd 8.3 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: Mon, 20 Aug 2012 16:46:37 -0000 I have a fully patche amd64 freebsd 8.3 server with apache 2.2 and PHP 5.4.5. In the past day, php scripts have started failing with a variety of random errors, they hang, errors claiming that builtins like require_once() are not found, and other stuff. I don't see any pattern. I also can't figure out what's changed. I update the ports fairly often, but none of the recent updates were for apache or PHP. I've done all the usual voodoo repair: I have rebuilt apache, php, and all the php modules from source, and rebooted, and it didn't help. Does this sound familiar? Any suggestions beyond what I've already done? R's, John