当我开始使用这样的软件时,我得到了error while loading shared libraries: libx264.so.152: cannot enable executable stack as shared object requires: Permission denied。我正在使用Ubuntu18.4。有人知道怎么修吗?
error while loading shared libraries: libx264.so.152: cannot enable executable stack as shared object requires: Permission denied
发布于 2021-07-21 12:59:35
您必须尝试重新安装包,该包包含libx264.so.152图书馆:
libx264.so.152
sudo apt-get install --reinstall libx264-152
然后重试运行ffmpeg或audacity。
ffmpeg
audacity
https://askubuntu.com/questions/1353162
相似问题