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

A Brief Analysis of Patroni in Docker Containers

Table of contents Create an image File Structure ...

Native JS implementation of loading progress bar

This article shares a dynamic loading progress ba...

How to view the running time of MySQL statements through Query Profiler

The previous article introduced two methods to ch...

Implementing custom scroll bar with native js

This article example shares the specific code of ...

js canvas realizes rounded corners picture

This article shares the specific code of js canva...

Detailed explanation of the concept, principle and usage of MySQL triggers

This article uses examples to explain the concept...

Summarize the common application problems of XHTML code

Over a period of time, I found that many people d...

How to use Nginx to realize the coexistence of multiple containers in the server

background There is a Tencent Linux cloud host, o...

How to use boost.python to call c++ dynamic library in linux

Preface Recently I started using robot framework ...

Summary of basic usage of js array

Preface Arrays are a special kind of object. Ther...

Mysql modify stored procedure related permissions issue

When using MySQL database, you often encounter su...

Detailed tutorial on installing Docker on CentOS 8.4

Table of contents Preface: System Requirements: I...