Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 1997 17:19:25 +0100 (BST)
From:      Niall Smart <nsmart@iona.com>
To:        freebsd-questions@freebsd.org
Subject:   Linux emulation problems
Message-ID:  <Pine.SOL.3.96.970806171008.24112B-100000@ultra>

next in thread | raw e-mail | index | archive | help
Hi,

Some of my linux binaries work, some don't:

[nsmart@chewbacca bin]$ pwd      
/linux/bin
[nsmart@chewbacca bin]$ ./echo feh | ./grep feh
feh
[nsmart@chewbacca bin]$ file echo
echo: ELF 32-bit LSB executable, Intel 80386, version 1
[nsmart@chewbacca bin]$ ../usr/bin/ldd
ELF binary type not known
Abort trap
[nsmart@chewbacca bin]$ file ../usr/bin/ldd
../usr/bin/ldd: ELF 32-bit LSB executable, Intel 80386, version 1
[nsmart@chewbacca bin]$ modstat 
Type     Id Off Loadaddr Size Info     Rev Module Name
EXEC      0   4 f43e9000 001c f43ef010   1 linux_mod
[nsmart@chewbacca bin]$ grep -i linux /usr/src/sys/i386/conf/HPNETSERVER 
options         LINUX
options         COMPAT_LINUX

Any ideas?


--
Niall Smart
Customer Engineering,
IONA Technologies. (www.iona.com)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96.970806171008.24112B-100000>