From owner-freebsd-questions Wed Feb 12 0:40:40 2003 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 8F84B37B401 for ; Wed, 12 Feb 2003 00:40:39 -0800 (PST) Received: from mail.broadpark.no (mail2.broadpark.no [217.13.4.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DC543FAF for ; Wed, 12 Feb 2003 00:40:38 -0800 (PST) (envelope-from la3sg@sensewave.com) Received: from tove (217-13-29-172.dd.nextgentel.com [217.13.29.172]) by mail.broadpark.no (Postfix) with ESMTP id AFE537870A for ; Wed, 12 Feb 2003 09:40:36 +0100 (MET) From: "Kjell" To: freebsd-questions@freebsd.org Date: Wed, 12 Feb 2003 09:32:05 -0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: PHP4 as CGI install broken? Reply-To: la3sg@sensewave.com Message-ID: <3E4A1495.25639.715D93@localhost> In-reply-to: <200302120405.h1C45lk84389@goliath.rri-usa.org> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have installed R4.7, cvsuped to R4.7p4 Then proceeded to install PHP4 as a CGI module following my old proven recepe: cd /usr/ports/www/mod_php4 make clean make -D STANDALONE (selecting options here) make install -D STANDALONE The install proceeds without errors, but I notice that apache is pulled as a dependency. (Apache was not pulled in the last time I set up a system!) After the install I find /usr/local/etc/php.ini-inst but /usr/local/etc/php.standalone/php.ini-inst is missing. Seems like the Apache API version has been installed, and of cource my "hello world" script fails. Has the procedure for installing the CGI version changed lately? Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message