From owner-freebsd-www@FreeBSD.ORG Sun Jul 10 21:44:40 2005 Return-Path: X-Original-To: freebsd-www@freebsd.org Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5D7E16A41C for ; Sun, 10 Jul 2005 21:44:40 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: from mail.freebsdmall.com (ns1.freebsdmall.com [69.50.233.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CA543D46 for ; Sun, 10 Jul 2005 21:44:40 +0000 (GMT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 9A8411CE52; Sun, 10 Jul 2005 14:44:40 -0700 (PDT) Date: Sun, 10 Jul 2005 14:44:40 -0700 From: Murray Stokely To: zhoumin Message-ID: <20050710214440.GC15781@freebsdmall.com> References: <20050710145106.M95099@net.pku.edu.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050710145106.M95099@net.pku.edu.cn> User-Agent: Mutt/1.4.2.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Cc: freebsd-www@freebsd.org Subject: Re: FreeBSD Port: gmake X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 21:44:40 -0000 On Sun, Jul 10, 2005 at 10:51:06PM +0800, zhoumin wrote: > Hi,my name is zhoumin. I installed the package:gamke-3.80_2.tbz.But the > command still can't run.I got this error message: > "ELF interpreter /libexec/ld-elf.so.1 not found". > but I found the file in that directory--/usr/libexec. > Could you give me any suggestion? Hi Zhoumin, this isn't the correct list for that sort of question. You also didn't provide much information for someone to understand the problem. Try typing 'pkg_add -r gmake' to automatically download the correct package for your system and install it. If that doesn't work, please send this to questions@FreeBSD.org and include more information such as the release of FreeBSD you are using and where you got the package you are trying to install. You could also just try building from ports: # cd /usr/ports/devel/gmake # make all install clean - Murray