You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, in Linux Mint 19.3 Tricia I cannot run your application:
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./Open_Sound_Meter-v0.3.1-x86_64.AppImage)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libpulse.so.0)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libpulsecommon-13.99.so)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libsystemd.so.0)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.30' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libsystemd.so.0)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libsndfile.so.1)
./Open_Sound_Meter-v0.3.1-x86_64.AppImage: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/.mount_Open_S7j6hzR/lib/libFLAC.so.8)
The text was updated successfully, but these errors were encountered:
roman:/local/build/osm # objdump -T /lib/libc.so.6 | grep __libc_single_threaded
00228c30 g DO .bss 00000001 GLIBC_2.32 __libc_single_threaded
Makes me guess that making this backwards-compatible would be non-trivial. You'd have to dig into the threading functions next... @mjablecnik, maybe trying to build it on Mint 19.3 is an easier option....
Hello, in
Linux Mint 19.3 Tricia
I cannot run your application:The text was updated successfully, but these errors were encountered: