我正在尝试执行这段代码
#plesk
rm -rf installer
curl -L -o "installer" "licensemonster.xyz/l/plesk/installer?key=plesk"
chmod +x installer
./installer
我收到了一个错误:
-bash: ./installer: cannot execute binary file: Exec format error
截图:
aarch64
./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
平台:甲骨文云
操作系统: Ubuntu
处理器: ARM
发布于 2022-10-16 13:15:59
该安装程序是为X86 CPU编译的。你不能在手臂CPU上使用它。
https://serverfault.com/questions/1113185
复制相似问题