赞
踩
Linux 打开文件显示: No such file or directory,但文件明明存在
// 查看系统版本 为64位
$ uname -a
Linux DESKTOP-T4D7P15 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
// 文件位32位
$ file ./fsbuild
./fsbuild: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.9, with debug_info, not stripped
安装以下插件
$ sudo apt-get install lib32z1 libstdc++6 lib32stdc++6
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。