ffmpeg正常安装后执行ffmpeg时出现如下错误:
ffmpeg: error while loading shared libraries: libavdevice.so.53: cannot open shared object file: No such file or directory
解决办法:
vi /etc/ld.so.conf
加入:/usr/local/lib
执行ldconfig
本文介绍了一种常见的ffmpeg安装后的问题,即执行ffmpeg时出现找不到libavdevice.so.53共享库的情况,并提供了解决方案,通过编辑ld.so.conf文件并运行ldconfig命令来修复该问题。
ffmpeg正常安装后执行ffmpeg时出现如下错误:
ffmpeg: error while loading shared libraries: libavdevice.so.53: cannot open shared object file: No such file or directory
解决办法:
vi /etc/ld.so.conf
加入:/usr/local/lib
执行ldconfig

被折叠的 条评论
为什么被折叠?