From owner-freebsd-ports@FreeBSD.ORG Wed May 21 06:45:05 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A8137B401; Wed, 21 May 2003 06:45:05 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D2343F85; Wed, 21 May 2003 06:45:05 -0700 (PDT) (envelope-from davidmarkle@comcast.net) Received: from icomcast.net (lb-ldap-155.icomcast.net [172.20.3.155]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HF800L0JOSV3I@mtaout04.icomcast.net>; Wed, 21 May 2003 09:43:43 -0400 (EDT) Received: from [172.20.3.56] by msgstore04.icomcast.net (mshttpd); Wed, 21 May 2003 09:43:43 -0400 Date: Wed, 21 May 2003 09:43:43 -0400 From: DAVID MARKLE To: dirk@FreeBSD.org, ports@FreeBSD.org Message-id: MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en cc: davidmarkle@elephantfoot.org Subject: Apache Port Installation with others X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 13:45:05 -0000 All, I was hoping you all could help me answer a question. I an trying to install Apache and several other ports that are hooked into Apache. I have successfully installed them all from sources (with ./configure -- params...)and it works fine, however, I'd prefer to use the ports tree They are as follows: Apache, Mod_SSL, Mod_Perl, and PHP) apache+mod_ssl-1.3.27+2.8.14 /usr/ports/www/apache13-modssl mod_perl-1.27_1 /usr/ports/www/mod_perl mod_php4-4.3.1 /usr/ports/www/mod_php4 With the three above mentioned ports, where do I begin ??? Do I install Apache, then PHP or mod_perl ??? I have also noticed that some of the Makefiles have to be modified, (i.e. PHP Makefile needs modified to reflect "APACHE_PORT?=${PORTSDIR}/www/apache13-modssl" instead of just "apache13" (for adding support for modssl). Any help is greatly appreciated.