/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录相关的知识,希望对你有一定的参考价值。
[[email protected] client]# export PATH=/opt/crosstool/mipsel-linux/bin/:$PATH
查看是否配好
[[email protected] client]# env
PATH=/opt/crosstool/mipsel-linux/bin/
[[email protected] client]# mipsel-linux-gcc -o a a.c
bash: /opt/crosstool/mipsel-linux/bin/mipsel-linux-gcc: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
执行以下语句就解决了
[[email protected] client]# sudo yum install glibc.i686 www.cit.cn
本文出自 “Linux_woniu” 博客,请务必保留此出处http://llu1314.blog.51cto.com/5925801/1965338
以上是关于/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录的主要内容,如果未能解决你的问题,请参考以下文章
解决linux安装软件:/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
安装 交叉编译工具连报错 /lib/ld-linux.so.2: bad ELF interpreter
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 错误:
/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
CentOS /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
修复/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory问题