【发布时间】:2017-02-14 12:42:18
【问题描述】:
我已经在我的专用服务器 (CentOS 7) 上以 root 身份使用 ssh 成功安装了 ffmpeg。
ffmpeg 工作正常 - 但现在我需要在没有 root 访问权限的情况下使用它。
当我尝试在没有 root 访问权限的情况下使用 ffmpeg 时,我收到以下错误:
ffmpeg: error while loading shared libraries: libx264.so.148:
cannot open shared object file: No such file or directory
最终目标是能够在我的 PHP 脚本中使用 ffmpeg,而这些脚本不是 root 访问权限。
【问题讨论】: