linux - Unable to execute binary file -
i heard breach, node.js based browser. following instructions on http://codeforgeek.com/2014/08/download-install-breach-browser-ubuntu-14-04/ install got following error :
breach-v0.3.22-alpha.6-linux-x64/__auto_update_bundle__/exo_browser/exo_browser: cannot execute binary file: exec format error
after googling, found because trying install 64 bit package on 32 bit ubuntu installation. tried find 32 bit package of same ended no luck. browser available in 64 bit packet(as far know).
so, question :
is possible somehow install on 32 bit os or if program available can run 64 bit applications on 32 bit os.
i have been googling around , found no help. can me?
i using ubuntu 14.04 (32 bit).
thank you
it not possible (directly) run 64 bit binaries on 32 bit system.
you could try use vmware run 64 bit linux on 32 bit host. see this answer details.
also, inspecting breach's landing page, found this:
if(arch === 'ia32') { $('#download').html('available on <span class="fa fa-linux"></span> x64'); $('#download').attr('href', '#'); /* $('#download').html('<span class="fa fa-linux"></span> download breach alpha v0.3 (ia32)'); $('#download').attr('href', 'http://bit.ly/1kwwjmf'); */ } this indicates working on 32 bit linux support. maybe ask developers on twitter/github on status of that?
Comments
Post a Comment