From owner-freebsd-questions@FreeBSD.ORG Sun Dec 7 13:19:38 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 B4CC516A4CE for ; Sun, 7 Dec 2003 13:19:38 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBB143FD7 for ; Sun, 7 Dec 2003 13:19:37 -0800 (PST) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB7LGdMg029094; Sun, 7 Dec 2003 16:16:39 -0500 (EST) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost)hB7LGdCR029091; Sun, 7 Dec 2003 16:16:39 -0500 (EST) (envelope-from doug@fledge.watson.org) Date: Sun, 7 Dec 2003 16:16:39 -0500 (EST) From: doug To: Shen Zhijian In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Sun, 07 Dec 2003 21:19:38 -0000 ELF is a format for executable binary files. The error means that module is missing. Try locate ld-linux.so.2. I get: locate ld-linux.so.2 /usr/compat/linux/lib/ld-linux.so.2 The module is a part of the linux_base package. If you have linux_base-x.x installed, perhaps it was deleted somehow. Otherwise you need that package/port. On Mon, 8 Dec 2003, 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? > > Thanks. > > Regards. > > shen zhijian > _______________________________________________ > 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" >