From owner-freebsd-questions@FreeBSD.ORG Sun Oct 15 23:09:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 06EF416A403 for ; Sun, 15 Oct 2006 23:09:45 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859C843D45 for ; Sun, 15 Oct 2006 23:09:44 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (c-71-60-174-60.hsd1.pa.comcast.net [71.60.174.60]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sun, 15 Oct 2006 19:09:43 -0400 id 00056407.4532BFB7.0000037F Date: Sun, 15 Oct 2006 19:09:41 -0400 From: Bill Moran To: gregb@west-third.com Message-Id: <20061015190941.593a9e78.wmoran@collaborativefusion.com> In-Reply-To: <3833.66.112.94.216.1160945736.squirrel@www.west-third.com> References: <3833.66.112.94.216.1160945736.squirrel@www.west-third.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sunday's newbie questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2006 23:09:45 -0000 gregb@west-third.com wrote: > > Two quick questions I should know the answer to, but don't. > > * When installing the PHP5 port, will it automatically disable and/or > uninstall the PHP4 that's already installed, or should I uninstall the > latter manually beforehand? Manually uninstall php4 first. > * My server runs portaudit (a helpful addition from the last guy who did > some work on it), but a simple "make install" on the PHP5 port spits back > a security error. What's the flag to make install around that? setenv DISABLE_VULNERABILITIES=yes (in bourne shells) Then be sure to select the suhosin patch from the menu, as it plugs the current exploit. -- Bill Moran The presence of stale files in this directory can cause the dreaded unpredictable results, and therefore it is highly recommended that you delete them.