【发布时间】:2015-07-24 13:40:10
【问题描述】:
我通过自制软件安装了 ffmpeg,但是当我尝试运行它时,即使只是输入 ffmpeg 我也会收到以下错误消息:
dyld: Library not loaded: /usr/local/lib/liblzma.5.dylib
Referenced from: /usr/local/bin/ffmpeg
Reason: Incompatible library version: ffmpeg requires version 8.0.0 or later, but liblzma.5.dylib provides version 6.0.0
Trace/BPT trap: 5
我试过运行 brew update 和 brew upgrade 但这并没有改变任何东西。运行brew doctor 我得到的唯一错误是:
Warning: You have a curlrc file
If you have trouble downloading packages with Homebrew, then maybe this
is the problem? If the following command doesn't work, then try removing
your curlrc:
curl http://github.com
刚开始在终端做事,接下来要做什么?
【问题讨论】: