linux 在 arm64上运行32程序报错:

linux 在 arm64上运行32程序报错:

bash: ./ffmpeg: No such file or directory

查看系统信息

uname -a

查看可执行文件信息

file ./ffmpeg

安装32运行库

dpkg --add-architecture armhf
apt-get update (ignore the missing x386 packages and hope for the best)
apt-get install libc6:armhf libstdc++6:armhf

你可能感兴趣的:(linux编程)