From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 13:27:54 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 9374216A4CE for ; Mon, 15 Dec 2003 13:27:54 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5555243D35 for ; Mon, 15 Dec 2003 13:27:46 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBFLQShN029677; Tue, 16 Dec 2003 08:26:28 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBFLQRur029672; Tue, 16 Dec 2003 08:26:27 +1100 (EST) Date: Tue, 16 Dec 2003 08:26:27 +1100 From: Gautam Gopalakrishnan To: freebsd-questions@freebsd.org Message-ID: <20031215212627.GA29595@madras.dyndns.org> References: <20031214225441.GA45761@seatle.vredesdorp.nl> <20031214225704.GA4855@madras.dyndns.org> <20031215154247.GA683@seatle.vredesdorp.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215154247.GA683@seatle.vredesdorp.nl> User-Agent: Mutt/1.4.1i cc: r t g tan Subject: Re: gnome2-lite build fails 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: Mon, 15 Dec 2003 21:27:54 -0000 On Mon, Dec 15, 2003 at 04:42:47PM +0100, r t g tan wrote: > Hi Gautam, > > Yes I've run use.perl port. > > On Mon, Dec 15, 2003 at 09:57:04AM +1100, Gautam Gopalakrishnan wrote: > > On Sun, Dec 14, 2003 at 11:54:41PM +0100, r t g tan wrote: > > > Hi, > > > > > > checking for minimum required perl version >= 5.004... 5.00503 > > > checking for full perl installation... no > > > configure error: Cannot find Config.pm or $Config{archlib}. A full > > > perl installation is required. > > > > Have you run "use.perl port" after installing 5.8.2? configure does not see your new perl (5005003 instead of 5.8.2). Maybe you have two copies of perl installed or something? You could try deinstalling both and reinstalling 5.8.2. Should work I'd say. I've no other ideas. Gautam