From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 04:07:55 2004 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 0F62D16A4CF for ; Sat, 2 Oct 2004 04:07:55 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9333943D31 for ; Sat, 2 Oct 2004 04:07:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 1 Oct 2004 23:11:29 -0500 Message-ID: <415E2991.4030000@daleco.biz> Date: Fri, 01 Oct 2004 23:07:45 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lila References: <20041002051250.D24507@earth.blowwater.hk> In-Reply-To: <20041002051250.D24507@earth.blowwater.hk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Oct 2004 04:11:30.0556 (UTC) FILETIME=[E5375BC0:01C4A835] cc: freebsd-questions@freebsd.org Subject: Re: about ports reinstall 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, 02 Oct 2004 04:07:55 -0000 Lila wrote: > Hi, > > The php4 ports that I installed did not work with mysql, > it seems like it never able to configure to work with mysql. > No mysql info can be found with phpinfo(). > > I tried to reinstall php4 many times but no luck for me. > I want to ask is there a way to completely remove the > installed ports and related deps so that I can do a very > clean install of php4 and maybe with apache and mysql. > > Thanks! > > Regards, $cd /usr/ports/lang/php4 $make deinstall clean But ... I never saw that you posted with a problem. There have been a few changes lately that required some slightly different installation methods ... perhaps you missed something? Kevin Kinsey