我正试图通过下载捆绑的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发布于 2021-11-22 16:28:24
我一定是把包裹拿错了。重新提取有libffmpeg.so文件的zip,修复它。
https://unix.stackexchange.com/questions/678560
复制相似问题