Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 1999 13:34:13 +0200
From:      Dag-Erling Smorgrav <des@yes.no>
To:        hackers@freebsd.org
Subject:   BSDI binary compatibility
Message-ID:  <xzpg12idyoa.fsf@des.follo.net>

next in thread | raw e-mail | index | archive | help
What kinds of BSDI binaries are we supposed to be able to run? I
haven't had any luck getting *any* BSDI binaries to run on my (very
recent) 4.0-CURRENT box. I have a handful of BSDI binaries, some of
which are identified as:

des@des ~/yes/bsdi/shopsite% file wwwinstall.cgi 
wwwinstall.cgi: unknown pure executable
des@des ~/yes/bsdi/shopsite% ./wwwinstall.cgi 
zsh: bus error (core dumped)  ./wwwinstall.cgi

others (ls and cat from BSDI 4.0):

des@des ~/yes/bsdi/cmc% file ./ls 
./ls: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked, stripped
des@des ~/yes/bsdi/cmc% ./ls 
ELF binary type not known.  Use "brandelf" to brand it.
zsh: abort      ./ls

and finally a few static ones Chris Costello was kind enough to build
for me:

des@des ~/yes/bsdi/cmc/bsdi_static% file hello
hello: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, not stripped
des@des ~/yes/bsdi/cmc/bsdi_static% ./hello 
ELF binary type not known.  Use "brandelf" to brand it.
zsh: abort      ./hello

DES
-- 
Dag-Erling Smorgrav - des@yes.no


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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