From owner-freebsd-questions@FreeBSD.ORG Fri May 13 18:29:37 2005 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 10DD716A4CE for ; Fri, 13 May 2005 18:29:37 +0000 (GMT) Received: from malasada.lava.net (malasada.lava.net [64.65.64.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF0FD43D31 for ; Fri, 13 May 2005 18:29:36 +0000 (GMT) (envelope-from cliftonr@lava.net) Received: by malasada.lava.net (Postfix, from userid 102) id 39BFF153882; Fri, 13 May 2005 08:29:36 -1000 (HST) Date: Fri, 13 May 2005 08:29:36 -1000 From: Clifton Royston To: Joe Capali Message-ID: <20050513182935.GC27998@tikitechnologies.com> Mail-Followup-To: Joe Capali , freebsd-questions@freebsd.org References: <20050513142049.91122.qmail@web41425.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050513142049.91122.qmail@web41425.mail.yahoo.com> User-Agent: Mutt/1.4.2i cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.4 apache vs. apache+mod_ssl and mod_php4 dependencies. 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: Fri, 13 May 2005 18:29:37 -0000 On Fri, May 13, 2005 at 07:20:49AM -0700, Joe Capali wrote: > Back in the day...4.9-RELEASE you were able to install > apache+mod_ssl and mod_php4. Now 5.4-RELEASE requires > apache as a dependency to install mod_php4 and fails > with apache+mod_ssl already installed. Don't know if > this is a problem just I am having. I would like to > end up with my 4.9 config on 5.4, any ideas would be > appreciated. All references are to apache 1.3. (I'm not on my FreeBSD machines at the moment, but I just did this a couple days ago.) I believe what you want to do is: cd /usr/ports/lang/php4 make OPTIONS="openssl" install + usually you want to cd /usr/ports/lang/php4-extensions make install By *default*, php4 builds both the CLI for PHP and mod_php4; there are separate port entry points to build one or the other alone. Poke around the ports directories and look at the pkg-descr and pkg-message files, and/or the Makefiles themselves. OPTIONS tells it what type of Apache installation to look for among other things. BTW, I recommend you go to Apache 2 when you can, as it's been stable for years now and that's where all the development is going on. -- Clifton -- Clifton Royston -- cliftonr@tikitechnologies.com Tiki Technologies Lead Programmer/Software Architect "I'm gonna tell my son to grow up pretty as the grass is green And whip-smart as the English Channel's wide..." -- 'Whip-Smart', Liz Phair