8. 07.
碰到ELF interpreter /libexec/ld-elf32.so.1 not found错误, 其实就是在64位平台上运行32位软件的不兼容造成的.
解决方法:
其实很简单就是安装lib32, 安装步骤如下:
运行sysinstall -> Configure -> Distributions -> src -> 选择lib32
这样错误就不再啦
作者: hao32 | 可以转载, 转载时务必以超链接形式标明文章原始出处和作者信息及版权声明
网址:http://www.hao32.com/unix-linux/76.html
Tags: ELF interpreter, freebsd, ld-elf32.so
hao32