From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 23:42:28 2003 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 12C6616A4CE for ; Fri, 28 Nov 2003 23:42:28 -0800 (PST) Received: from Princeton.EDU (postoffice02.Princeton.EDU [128.112.130.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23B543FD7 for ; Fri, 28 Nov 2003 23:42:26 -0800 (PST) (envelope-from sabshere@Princeton.EDU) Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id hAT7gPEE016300 for ; Sat, 29 Nov 2003 02:42:26 -0500 (EST) Received: from princeton.edu (h69-11-139-92.69-11.unk.tds.net [69.11.139.92]) (authenticated bits=0)hAT7gLUC003033 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sat, 29 Nov 2003 02:42:24 -0500 (EST) Message-ID: <3FC84DDA.4000502@princeton.edu> Date: Sat, 29 Nov 2003 02:42:18 -0500 From: Seamus Abshere User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, ru MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: php4-4.3.4 port with apache-2.0.48_1 instead of apache-1.3.29_1 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: Sat, 29 Nov 2003 07:42:28 -0000 I would like to use the php4-4.3.4 port with the apache-2.0.48_1 port, but php4-4.3.4 lists apache-1.3.29_1 as a dependency. I understand that this "substitution" is more complicated than simply not installing apache-1.3.29_1, because php has to be configured with different flags (--with-apxs2=/usr/local/apache2/bin/apxs, etc)(and other things), but I would still like the convenience of updating both ports with a cron job. What can I do? Should I just install php manually? Thank you, Seamus Abshere