From owner-freebsd-questions@FreeBSD.ORG Sun Oct 15 23:16:24 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 7E3C516A403 for ; Sun, 15 Oct 2006 23:16:24 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151C243D46 for ; Sun, 15 Oct 2006 23:16:23 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GZFDT-0007Da-9d for freebsd-questions@freebsd.org; Sun, 15 Oct 2006 19:16:23 -0400 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id k9FNJDLf027352 for ; Sun, 15 Oct 2006 18:19:13 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id k9FNJDZj027351 for freebsd-questions@freebsd.org; Sun, 15 Oct 2006 18:19:13 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sun, 15 Oct 2006 18:19:12 -0500 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610151819.13127.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec793682e41d5c29d093f7d057dfca038a61350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: libphp4.so not installed from /usr/ports/lang/php4 and mod_php4 is gone??!! 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: Sun, 15 Oct 2006 23:16:24 -0000 Hi, I'm trying to install mod_php on an existing apache13 server. The original config documentation requires that this entry be added to httpd.conf: LoadModule php4_module libexec/apache/libphp4.so libphp4.so was previously built by /usr/ports/www/mod_php4 (iirc) but that port has apparently been merged into /usr/ports/lang/php4 So I compiled the port with -DAPACHE=yes and I got the pkg-message.mod message telling me to add AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps to httpd.conf However, libphp4.so was not created, nor was it installed. Nor is there any mention of libphp4.so in pkg-plist (or anywhere, as far as I can tell). So ... now the question .... How do I get mod_php working again? (with Apache13) Thanks, Lane