Linux bash: ./xxx: Unable to execute binary file error

Linux bash: ./xxx: Unable to execute binary file error

Today I sent a small tool for Ubuntu to a customer, but the user couldn't run it after receiving it.

Error:

At first I thought it was a permission issue, so I asked her to run "ls -la" to check the permissions, but the result was ok, no permissions issue


Later we found out that he was using the 32-bit Ubuntu system, while we were using the program compiled by Ubuntu 64-bit, so we asked her to switch to 64-bit Ubuntu, and everything was ok.

This is the end of this article about Linux bash: ./xxx: Unable to execute binary file error. For more information about Linux unable to execute binary file, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • MySQL 5.7.18 binary package installation tutorial under Linux (without default configuration file my_default.cnf)
  • Install nodejs in binary mode under linux
  • Steps to install MySQL 5.7 in binary mode and optimize the system under Linux
  • Tutorial on binary compilation and installation of MySql centos7 under Linux
  • How to install binary MySQL on Linux and crack MySQL password
  • MySQL 5.6 binary installation process under Linux
  • MySQL 5.6.24 (binary) automatic installation script under Linux
  • Tutorial on using aliases and binaries in Linux
  • A brief discussion on some issues of installing MySQL using Linux binary packages
  • Linux installation MySQL tutorial (binary distribution)
  • Tutorial on installing MySQL 5.6.20 using Linux binary universal package
  • MariaDB database installation problems and solutions under Linux (binary version installation)

<<:  mysql 8.0.18.zip installation and configuration method graphic tutorial (windows 64 bit)

>>:  How to use MySQL limit and solve the problem of large paging

Recommend

Learn Hyperlink A Tag

ask: I have styled the hyperlink using CSS, but i...

Method to detect whether ip and port are connectable

Windows cmd telnet format: telnet ip port case: t...

Practice of deploying web applications written in Python with Docker

Table of contents 1. Install Docker 2. Write code...

Should I use Bootstrap or jQuery Mobile for mobile web wap

Solving the problem Bootstrap is a CSS framework ...

Nginx rewrite regular matching rewriting method example

Nginx's rewrite function supports regular mat...

Summary of the differences between MySQL storage engines MyISAM and InnoDB

1. Changes in MySQL's default storage engine ...

jQuery implements shopping cart function

This article example shares the specific code of ...

Example code for implementing div concave corner style with css

In normal development, we usually use convex roun...

Complete steps to implement location punch-in using MySQL spatial functions

Preface The project requirement is to determine w...

Specific usage of CSS compound selectors

Intersection Selector The intersection selector i...

Page Speed ​​Optimization at a Glance

I believe that the Internet has become an increas...

JavaScript implements the nine-grid mobile puzzle game

This article shares the specific code for JavaScr...

Detailed tutorial on installing Docker on CentOS 8

1. Previous versions yum remove docker docker-cli...