From owner-freebsd-questions@FreeBSD.ORG Sun Dec 7 19:57:31 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 9199416A4CE for ; Sun, 7 Dec 2003 19:57:31 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B46A43FBD for ; Sun, 7 Dec 2003 19:57:30 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao08.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031208035728.LQDO5790.lakemtao08.cox.net@vixen42>; Sun, 7 Dec 2003 22:57:28 -0500 Date: Sun, 7 Dec 2003 21:56:10 -0600 From: Vulpes Velox To: Shen Zhijian Message-Id: <20031207215610.46538345.kitbsdlists@HotPOP.com> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: problem with FreeBSD. 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, 08 Dec 2003 03:57:31 -0000 On Mon, 8 Dec 2003 08:57:02 +1300 "Shen Zhijian" wrote: > Hi, Sir: > > I have a problem with installing some applications in FreeBSD (4.8 Release) on > pentium iii 866 computer, such as java run time for linux from SUN, and > Solaris 7 for linux from SUN. I got the following message and the installation > aborted. > > # ./so-7-ga-eval-bin-linux-en.bin > ELF interpreter /compat/svr4/lib/ld-linux.so.2 not found > Abort > # > > I do not understand what the ELF is. Could you help me? It is a executable binary format or something like that.... basically what it sounds like here is you don't have linux-base instealled and/or the linux kernel module loaded... to do this just use kldload to load the linux.ko module and possibly linprocfs.ko. To install the linux-base go to /usr/ports/emulators/linux_base/ and do a make && make install.