From owner-freebsd-isp@FreeBSD.ORG Tue Jan 27 01:13:08 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F49216A4CF for ; Tue, 27 Jan 2004 01:13:08 -0800 (PST) Received: from phantom.keystreams.com (phantom.keystreams.com [207.158.28.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 088F943D45 for ; Tue, 27 Jan 2004 01:13:07 -0800 (PST) (envelope-from volfman@keystreams.com) Received: (qmail 15515 invoked from network); 27 Jan 2004 09:13:06 -0000 Received: from ts46-01-qdr1564.wvlle.ca.charter.com (HELO keystreams.com) (66.189.142.28) by mail.keystreams.com with SMTP; 27 Jan 2004 09:13:06 -0000 Message-ID: <40162C14.1000008@keystreams.com> Date: Tue, 27 Jan 2004 01:15:00 -0800 From: Roman Volf User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dap99@i-55.com References: <20040127043953.2018C34D1E@watcher.puryear-it.com> In-Reply-To: <20040127043953.2018C34D1E@watcher.puryear-it.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-isp@freebsd.org Subject: Re: Automating Apache installs.. X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 09:13:08 -0000 Hrm.. I've never had a problem doing: 1.) Install apache+modssl. 2.) Install php4. The php4 port will find your apache and install php4 as a DSO. -- Roman Volf Keystreams Internet Solutions (619) 572-2062 dap99@i-55.com wrote: >I am using FreeBSD ports to install both Apache 1.3 and PHP4. All fine and >dandy, except we use apache+modssl instead of just apache. Well, both >www/mod_php4 and lang/php4 have apache as a dependency. This means that if I >install apache+modssl and then php4 that ports will try to install apache as >well. I can of course do this: > >1. Install apache >2. Install apache+modssl over apache >3. Install php4 > >But that's just messy. I want to automate this process, so I am trying to >avoid customizing lang/php4/Makefile (i.e., changing the DEPENDS line from >apache to apache+modssl). > >Any suggestions? I am sure others here have experience with just this >problem. > > >_______________________________________________ >freebsd-isp@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-isp >To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > > > >