From owner-freebsd-questions@FreeBSD.ORG Sat Mar 14 11:34:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07657106564A for ; Sat, 14 Mar 2009 11:34:06 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id E62E38FC08 for ; Sat, 14 Mar 2009 11:34:05 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from [10.0.10.6] ([202.69.174.108]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 14 Mar 2009 04:34:02 -0700 Message-ID: <49BB9626.9080509@a1poweruser.com> Date: Sat, 14 Mar 2009 19:33:58 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Peter References: <49BB4BCC.6080103@a1poweruser.com> <49BB5BDE.9080300@aboutsupport.com> In-Reply-To: <49BB5BDE.9080300@aboutsupport.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Mar 2009 11:34:03.0182 (UTC) FILETIME=[C6AA8CE0:01C9A498] X-Sender: fbsd1@a1poweruser.com Cc: "freebsd-questions@freebsd.org" Subject: Re: error in php5 make install 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: Sat, 14 Mar 2009 11:34:06 -0000 Peter wrote: > > Fbsd1 wrote: >> Turn off all options accept Apache module >> >> ===> php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - found >> ===> php5-5.2.9 depends on executable: pkg-config - found >> ===> php5-5.2.9 depends on shared library: xml2.5 - found >> ===> Configuring for php5-5.2.9 >> cannot create /usr/ports/lang/php5/work/php-5.2.9/aclocal.m4: No such >> file or directory >> *** Error code 2 >> >> Script didn't even look for m4 dependent. m4 is installed already. > > > are you using root account when performing the install ? > > Type: id, this will give you the current account you are using. > > > Peter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Yes i am using root to install. I fixed the problem by doing make clean then make install. Must have been trash left over from first try. It worked ok now. Thanks any way.