problem with FreeBSD.

Vulpes Velox kitbsdlists at HotPOP.com
Sun Dec 7 19:57:31 PST 2003


On Mon, 8 Dec 2003 08:57:02 +1300
"Shen Zhijian" <shen_zhijian at 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.


More information about the freebsd-questions mailing list