From owner-freebsd-questions Sun Sep 2 10:18:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 78FF337B403 for ; Sun, 2 Sep 2001 10:18:53 -0700 (PDT) Received: from [192.168.1.100] (we-66-74-132-103.we.mediaone.net [66.74.132.103]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with ESMTP id f82HIqa07365 for ; Sun, 2 Sep 2001 10:18:52 -0700 (PDT) User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Sun, 02 Sep 2001 10:18:52 -0700 Subject: Installing PHP as CGI & MOD on FreeBSD From: Steve Warwick To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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 Hey all, (new FreeBSD User) Thanks the nice people that answered my other two PHP questions I now have PHP perfectly compiled... thank you! One last question. How do I install both the CGI *and* MOD compiles of PHP? If I make/install the MOD version, then trying to make clean/make/install the CGI version gives a warning that PHP is already installed / registered and I don't wish to overwrite the MOD version by using FORCE_PKG_REGISTER... Suggestions? Thanks Steve -- MOD: make make install CGI: make clean make -DSTANDALONE (also with 'install clean') make install --> error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message