News:

--

Main Menu

missing libb2.so.1

Started by upwithav1, May 05, 2025, 05:31:17 AM

Previous topic - Next topic

upwithav1

Hi, Linux Mint 22.1 up to date, trying nightly avidemuxLinux_GLIBC_2.36_amd64_250323_1106.app and I get:

error while loading shared libraries: libb2.so.1: cannot open shared object file: No such file or directory

#apt-cache search libb2.so
returns nothing

avidemuxLinux_GLIBC_2.28_amd64_241212_0614.app works ok
I thought appimage would a be self-contained app but I'm probably wrong. Should I just install the library? I can't find it as a prebuilt package for Mint.
Thanks

eumagga0x2a

Quote from: upwithav1 on May 05, 2025, 05:31:17 AM#apt-cache search libb2.so

apt-cache expects package name, not the name of the shared library as argument.

sudo apt install libb2-1
I'll look into including libb2-1, required by Qt6 libraries, and its dependencies into appImage. The latter is not fully self-contained (none is), but missing libb2 is rather a bug than a feature. Thank you for your report.

upwithav1

Quote from: eumagga0x2a on May 05, 2025, 09:11:57 AMsudo apt install libb2-1

Thanks eumagga0x2a, that did the trick. I did not know the related package name.