当前位置:   article > 正文

Linux 打开文件显示: No such file or directory_linux-x86_64 error: 2: no such file or directory

linux-x86_64 error: 2: no such file or directory

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
  • 1
  • 2
  • 3
  • 4
// 文件位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
  • 1
  • 2
  • 3

安装以下插件

$ sudo apt-get install lib32z1  libstdc++6 lib32stdc++6
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/164949?site
推荐阅读
相关标签
  

闽ICP备14008679号