From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 03:20:20 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4A06A3E for ; Thu, 28 Aug 2014 03:20:19 +0000 (UTC) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD8FB1243 for ; Thu, 28 Aug 2014 03:20:19 +0000 (UTC) Received: from [192.168.0.27] (rbn1-216-180-19-28.adsl.hiwaay.net [216.180.19.28]) (authenticated bits=0) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id s7S3KGtO013732 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 27 Aug 2014 22:20:17 -0500 Message-ID: <53FEA167.30303@hiwaay.net> Date: Wed, 27 Aug 2014 22:26:31 -0500 From: "William A. Mahaffey III" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 CC: "FreeBSD Questions !!!!" Subject: Re: Running Linux executables under FBSD 9.3 .... References: <53FE3911.6020906@hiwaay.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 03:20:20 -0000 That little factoid (no 64-bit emulation) is unfortunately understated in the docs, as far as I can tell (I never found it) :-/ .... On 08/27/14 15:16, Adrian Chadd wrote: > It's a 64 bit linux binary. The development for 64 bit binaries in the > linux emulation layer is still ongoing. > > Sorry, > > > > -a > > > On 27 August 2014 13:01, William A. Mahaffey III wrote: >> >> .... I have some in-house CAD/Grid-generation coding that I normally use on >> my various linux boxen. The code is compiled on a CentOS 5.n VM, & runs on >> all of my other boxen OK. I want to run it under FBSD 9.3 as well. I tried >> to just execute it & I get the following: >> >> >> >> [wam@kabini1, ~, 2:55:35pm] 442 % ll -tr LIST /usr/local/bin/[B,P]* ; uname >> -a ; date >> -rw------- 1 wam users 309 May 4 2013 LIST >> -r-xr-xr-x 1 root wheel 15071 Jul 30 17:45 /usr/local/bin/POST* >> -r-xr-xr-x 1 wam wheel 11197704 Aug 27 08:40 >> /usr/local/bin/PreBFCGL.SSE4.1.TEST.static* >> lrwxr-xr-x 1 root wheel 27 Aug 27 09:17 >> /usr/local/bin/PreBFCGL.TEST.static@ -> PreBFCGL.SSE4.1.TEST.static >> lrwxr-xr-x 1 root wheel 30 Aug 27 09:17 >> /usr/local/bin/PreBFCGL.TEST.static.R8@ -> PreBFCGL.SSE4.1.TEST.static.R8 >> lrwxr-xr-x 1 root wheel 20 Aug 27 09:18 >> /usr/local/bin/PreBFCGL.TEST@ -> PreBFCGL.TEST.static >> lrwxr-xr-x 1 root wheel 23 Aug 27 09:18 >> /usr/local/bin/PreBFCGL.TEST.R8@ -> PreBFCGL.TEST.static.R8 >> -r-xr-xr-x 1 wam wheel 11211944 Aug 27 10:35 >> /usr/local/bin/PreBFCGL.SSE4.1.TEST.static.R8* >> FreeBSD kabini1 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 >> 23:44:39 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >> Wed Aug 27 14:55:39 CDT 2014 >> [wam@kabini1, ~, 2:55:39pm] 443 % PreBFCGL.TEST >> ELF binary type "0" not known. >> /usr/local/bin/PreBFCGL.TEST: Exec format error. Binary file not executable. >> [wam@kabini1, ~, 2:55:44pm] 444 % file `which PreBFCGL.TEST` >> /usr/local/bin/PreBFCGL.TEST: symbolic link to `PreBFCGL.TEST.static' >> [wam@kabini1, ~, 2:55:49pm] 445 % file `which PreBFCGL.TEST.static` >> /usr/local/bin/PreBFCGL.TEST.static: symbolic link to >> `PreBFCGL.SSE4.1.TEST.static' >> [wam@kabini1, ~, 2:55:55pm] 446 % file `which PreBFCGL.SSE4.1.TEST.static` >> /usr/local/bin/PreBFCGL.SSE4.1.TEST.static: ELF 64-bit LSB executable, >> x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for >> GNU/Linux 2.6.9, stripped >> [wam@kabini1, ~, 2:55:59pm] 447 % PreBFCGL.SSE4.1.TEST.static >> ELF binary type "0" not known. >> /usr/local/bin/PreBFCGL.SSE4.1.TEST.static: Exec format error. Binary file >> not executable. >> [wam@kabini1, ~, 2:56:08pm] 448 % uname -a >> FreeBSD kabini1 9.3-RELEASE FreeBSD 9.3-RELEASE #0 r268512: Thu Jul 10 >> 23:44:39 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >> [wam@kabini1, ~, 2:56:33pm] 449 % >> >> >> I did a kldload linux & it said already loaded. What else do I need to do to >> be able to run this (& other) executables under FBSD 9.3 ? TIA .... >> >> >> -- >> >> William A. Mahaffey III >> >> ---------------------------------------------------------------------- >> >> "The M1 Garand is without doubt the finest implement of war >> ever devised by man." >> -- Gen. George S. Patton Jr. >> >> _______________________________________________ >> 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" > _______________________________________________ > 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" > -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.