From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 17:17:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED94A37B401 for ; Mon, 7 Jul 2003 17:17:58 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4409343F85 for ; Mon, 7 Jul 2003 17:17:58 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 894421237C; Mon, 7 Jul 2003 20:17:55 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Mon, 07 Jul 2003 20:17:55 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id F2048395E1; Mon, 7 Jul 2003 20:17:53 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: current@freebsd.org Date: Mon, 07 Jul 2003 18:17:53 -0600 X-Epoch: 1057623475 X-Sasl-enc: aUg3sd4+fWKADgOgjqq9cQ Message-Id: <20030708001753.F2048395E1@www.fastmail.fm> cc: sysadmin@alexdupre.com Subject: ports/www/mod_php4 vs ports/lang/php-cli X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 00:17:59 -0000 The two different ports of php4 seem to be conspireing to keep my users from having the PEAR php libraries. - ports/www/mod_php4 sets --disable-cli, disabling the command line interface implicitly disable PEAR which my users need - ports/devel/pear - wont install because it needs the command line version of php - ports/lang/php-cli - wont install because of a conflict with ports/www/mod_php4 Is there anyone who has built mod_php4 in the last couple of days that has gotten all of the these working at the same time: -the cli command line version (it used to come from mod_php4 I think?) -pear library -mod_php4 If so how?