missing libbz2.so.1.0
Can't launch itgmania due to missing lib
The only way I know of to resolve this doesn't work due to read only filesystem.
6 Replies
rpm-ostree install <needed_package>
what package supplies that particular library?
distrobox enter fedora
sudo dnf provides *libbz2*
it's bzip2-libs which is already installed. it provides:
/usr/lib64/libbz2.so.1
/usr/lib64/libbz2.so.1.0.8
from what I can gather this is just how things are done in fedora while other distros also provide so.1.0 and enough developers assume this is the case to have been a problem a few times with different libs.
In read/write distro it generally works to do ln -s on one of them to the missing filename but I can't figure out if there is a way to do this.
Solution
there is not, in your case I would use distrobox for this
ok I'll do that