Fedora 35 でアプリケーションを実行できません。 - libffmpeg.so:そのファイルまたはディレクトリはありません。

Fedora 35 でアプリケーションを実行できません。 - libffmpeg.so:そのファイルまたはディレクトリはありません。

私は次のようなものを実行しようとしています。アヒルそしてネイティブデバッガ反応バンドルされているLinuxアプリケーションをダウンロードします。ただし、CLIでこれらのコマンドを実行しようとすると、次のエラーが発生します。

:; ./react-native-debugger 
./react-native-debugger: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory
:; ./flipper 
./flipper: error while loading shared libraries: libffmpeg.so: cannot open shared object file: No such file or directory

ffmpegパッケージをインストールしようとしましたが役に立たなかったようです。

:; dnf list installed | grep ffmpeg
ffmpeg.x86_64                                     4.4.1-1.fc35                                    @rpmfusion-free-updates
ffmpeg-devel.x86_64                               4.4.1-1.fc35                                    @rpmfusion-free-updates
ffmpeg-libs.x86_64                                4.4.1-1.fc35                                    @rpmfusion-free-updates

ベストアンサー1

誤ってパッケージを抽出したようです。 libffmpeg.soファイルを使用してzipを再抽出することで問題が解決しました。

おすすめ記事