From owner-freebsd-questions@FreeBSD.ORG Thu May 11 14:37:27 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DE25B16A42B for ; Thu, 11 May 2006 14:37:27 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8597443D53 for ; Thu, 11 May 2006 14:37:27 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from hera.int.dfwlp.com (hera.int.dfwlp.com [192.168.125.82]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k4BEbLkw060191 for ; Thu, 11 May 2006 09:37:21 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Thu, 11 May 2006 09:37:20 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605110937.20631.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Subject: php5 and mod_php5 for apache? 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, 11 May 2006 14:37:37 -0000 im scratching my head here, and kicking myself for not already having a better understanding about how things work during compile (i have 0% skill in any programming language... except *basic*html... which dont consider worthy of being called a skill *wink*) my production system, was recently reinstalled as 6.0-RELEASE, and cvsup'd to 6.1-RC (about 1 week or so before 6.1-RELEASE came out). from ports, i installed apache 2.0 just fine, then php5 and php5-extensions, the same way i always do. i even have my own documentation for the exact order i compile each port on every production and development system i build. the php5 version listed in pkg_info on my production server says php5-5.1.2_1. now, my problem: i have a development system that i installed as 6.0-RELEASE, and cvsup'd to 6.1-STABLE. exact same port installation order, apache 2.0, then php5, then php5-extensions. the php5 version listed in pkg_info now says php5-5.1.4, and after compiling both ports, the libphp5.so line does not appear in httpd.conf, and libphp5.so cannot be found on the system (on my production system, both the actual file in /usr/libexec/apache2 and the line in httpd.conf appeared automatically). i cannot understand where i am going wrong here, can someone shed some light for me? thanks, jonathan