Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2003 21:56:10 -0600
From:      Vulpes Velox <kitbsdlists@HotPOP.com>
To:        Shen Zhijian <shen_zhijian@hotmail.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: problem with FreeBSD.
Message-ID:  <20031207215610.46538345.kitbsdlists@HotPOP.com>
In-Reply-To: <BAY9-DAV51p2dzTw1ZZ00003c45@hotmail.com>
References:  <BAY9-DAV51p2dzTw1ZZ00003c45@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Dec 2003 08:57:02 +1300
"Shen Zhijian" <shen_zhijian@hotmail.com> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031207215610.46538345.kitbsdlists>