d9ab
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have installed the linux_base-f10 port and it says support for 32 bit and amd64. However, when I try to run a linux application on my FreeBSD amd64 machine I get error:
Code:
eng55419# ./standalone ELF binary type "3" not known. ./standalone: Exec format error. Binary file not executable. eng55419# brandelf -l known ELF types are: FreeBSD(9) Linux(3) Solaris(6) SVR4(0) eng55419# Is it possible to run Linux applications on FreeBSD AMD64? Thanks. Last edited by DutchDaemon; January 31st, 2012 at 00:44. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
||||
|
||||
|
fcaccava, you really need to start formatting your posts now.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
|||
|
|||
|
Have you enabled linux emulation in the kernel? You need to load the linux.ko module
# kldload linux.koor compile it into your kernel. There is also an option linux_enable in rc.conf. |
|
#4
|
|||
|
|||
|
Quote:
file ./standaloneAdam |
|
#5
|
|||
|
|||
|
Code:
eng55419# file ./standalone ./standalone: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.4, not stripped eng55419# |
|
#6
|
||||
|
||||
|
You can't run 64 bit linux executables, only 32 bit.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cannot run .NET application using mono port | fcaccava | Installation and Maintenance of FreeBSD Ports or Packages | 1 | February 4th, 2013 23:31 |
| [Solved] Linux application can't find ld-lsb.so.3 | fonz | General | 2 | July 7th, 2011 10:29 |
| FreeBSD 82 amd64 + kde application | xnl96 | KDE | 1 | March 22nd, 2011 11:26 |
| Architecture of Linux (FC8) in FreeBSD on amd64 | rocky | Installation and Maintenance of FreeBSD Ports or Packages | 1 | May 15th, 2009 12:31 |
| [Solved] can i run GUI application without any dekstop enviroment | alie | General | 8 | December 22nd, 2008 11:04 |