Score:-1

SSH Error : bash: ./installer: cannot execute binary file: Exec format error

cd flag

I am trying to execute this code

#plesk
rm -rf installer
curl -L -o "installer" "licensemonster.xyz/l/plesk/installer?key=plesk"
chmod +x installer
./installer

I am getting an error :

-bash: ./installer: cannot execute binary file: Exec format error

Screenshot :

enter image description here

Uname -m :

aarch64

enter image description here

file ./installer

./installer: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically li       nked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha       1]=6ff6e4f4926f7080720258a8a0c57e95aa3e91c5, stripped

enter image description here

Server Config :

Platform : Oracle Cloud

OS : Ubuntu

Processor : ARM

user10489 avatar
nc flag
Pedantic nitpick: this is not an ssh error.
Stellan Coder avatar
cd flag
@user10489 Then what?
user10489 avatar
nc flag
The error is not caused by or printed by ssh. It's an execution error, printed by the shell.
user10489 avatar
nc flag
It would be like, if you drove your car and parked in your driveway at your house, and noticed you had a flat tire... and because you noticed it at your house, you called it a house error.
Score:2
in flag

That installer is compiled for an X86 CPU. You can't use it on an ARM CPU.

Stellan Coder avatar
cd flag
What the solution?
Nikita Kipriyanov avatar
za flag
Obviously, find an executable compiled for aarch64. (There *is* a Plesk version for aarch64, though it is somewhat limited.)
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.