From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 15:44:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17EB916A4CF for ; Mon, 16 Aug 2004 15:44:47 +0000 (GMT) Received: from phantom.chiptech.com (phantom.chiptech.com [69.41.161.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 51EE643D1D for ; Mon, 16 Aug 2004 15:44:46 +0000 (GMT) (envelope-from freebsd-questions@jc-news.com) Received: (qmail 50959 invoked from network); 16 Aug 2004 15:44:42 -0000 Received: from unknown (HELO ?192.168.0.10?) (64.115.119.58) by 0 with SMTP; 16 Aug 2004 15:44:42 -0000 Message-ID: <4120D6FA.5010702@jc-news.com> Date: Mon, 16 Aug 2004 11:47:06 -0400 From: John Cholewa User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 MultiZilla/1.6.4.0b X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Any problems with php 4.3.8_2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 15:44:47 -0000 Hi, I upgraded the php4 port on this 4.8-RELEASE box to 4.3.8_2. I'm also using apache+mod_ssl-1.3.31+2.8.19. When the lines LoadModule php4_module libexec/apache/libphp4.so AddModule mod_php4.c are uncommented, apache segfaults on startup. We're not in a position to upgrade to a newer version of FreeBSD, given that this box is a thousand miles away from us and I, being a novice in many respects, am considered the unquestioned unix/bsd/etc expert in this company (sadly, I wear too many hats for my employers to become genuinely experienced in any one thing). I read in a recent post that installing php5 seems to be something that you install *instead* of "mod_php5 and "php5-cli". Does the same apply for php4? I ask because I have "mod_php4-4.3.8_2,1", "php4-4.3.8_2" and "php4-cli-4.3.8_2" installed here (as listed in "/var/db/pkg", all installed from ports) Has anything simlar to what I've described been reported with newer versions of php? Might I have installed conflicting packages? Any suggestions will be welcomed. :) -- -JC