0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【ffmpeg】ImportError: libffi.so.6: cannot open.....【Ubuntu 20.04 LTS】

Posted at

嬉々としてUbuntu 20.04 LTSに上げたところ、ffmpeg関連の初耳エラーが出てきました。華麗に解決したので忘れないうちにメモ

原因

libffi.so.6が無いよ

解決方法

/usr/lib/x86_64-linux-gnu/libffi.so.6を配置しよう。もしくは同階層にあるかもしれないlibffi.so.xaliasしてやり過ごそう

/usr/lib/x86_64-linux-gnu/
sudo ln -s libffi.so.7 libffi.so.6
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?