ubuntu – 在Ubundu 64位安装错误下执行32位代码 – 没有这样的文件或目录

前端之家收集整理的这篇文章主要介绍了ubuntu – 在Ubundu 64位安装错误下执行32位代码 – 没有这样的文件或目录前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我在64位Ubundu安装中运行32位可执行文件时,为什么我收到“没有这样的文件或目录”错误

我期望的是:“文件无效”的消息,或32位代码正确运行.

详情如下:

user@user-desktop:~/32_64$ls
myfile32bit  myfile64bit

user@user-desktop:~/32_64$file myfile32bit
myfile32bit: ELF 32-bit LSB executable,Intel 80386,version 1 (SYSV),dynamically linked (uses shared libs),for GNU/Linux 2.6.15,not stripped

user@user-desktop:~/32_64$file myfile64bit
myfile64bit: ELF 64-bit LSB executable,x86-64,not stripped

user@user-desktop:~/32_64$ls -l
total 1532
-rwxrwxrwx 1 user user  126381 2011-10-11 13:20 myfile32bit
-rwxrwxrwx 1 user user  146785 2011-10-22 12:46 myfile64bit

user@user-desktop:~/32_64$./myfile64bit
Hello World

user@user-desktop:~/32_64$./myfile32bit
-bash: ./myfile32bit: No such file or directory

user@user-desktop:~/32_64$uname -a
Linux user-desktop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:13:52 UTC 2011 x86_64 GNU/Linux
原文链接:https://www.f2er.com/ubuntu/349158.html

猜你在找的Ubuntu相关文章