Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Errors when running on Fedora 36 #82

Open
Asghwor opened this issue Aug 5, 2022 · 0 comments
Open

[bug] Errors when running on Fedora 36 #82

Asghwor opened this issue Aug 5, 2022 · 0 comments

Comments

@Asghwor
Copy link

Asghwor commented Aug 5, 2022

I've tried running this app on Fedora 36 and had the following message:

./boram: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

So I followed these instructions and installed GConf2 on Fedora to get this package as a dependency. But, then, it gives this error:

./boram: error while loading shared libraries: libavformat.so.58: cannot open shared object file: No such file or directory

But dnf doesn't want me to install it because it would break another package:

Error: 
 Problem: problem with installed package ffmpeg-libs-5.0.1-3.fc36.x86_64
  - package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-1.fc36.i686
  - conflicting requests
  - package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-11.fc36.i686
  - package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-1.fc36.x86_64
  - package ffmpeg-libs-5.0.1-3.fc36.x86_64 conflicts with libavformat-free provided by libavformat-free-5.0.1-11.fc36.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)

Is there a way to get past this on Fedora?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant