You are not logged in.
After a general upgrade of all my package I noticed an issue while using fuse, I was missing libfuse3.so.3 after the update of fuse3 to version 3.17.1-1
I had to recreate manually:
sudo ln -s libfuse3.so.3.17.1 libfuse3.so.3Last edited by milto (2025-04-01 06:13:26)
Offline
what were you doing that was producing an error and what was the exact error that you got?
Offline
It's not missing, it shouldn't be there. The current lib is libfuse3.so.4, the soname changes because the libraries are not compatible. NEVER make symlinks between incompatible libraries!
Online
See also: https://wiki.archlinux.org/title/System … nsupported
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
It's not missing, it shouldn't be there. The current lib is libfuse3.so.4, the soname changes because the libraries are not compatible. NEVER make symlinks between incompatible libraries!
yeah that's why I was asking what they were doing and the exact error cause Fuse shouldn't be looking for so.3 anymore, so not sure what they were doing that fuse was looking for that.
Offline
what were you doing that was producing an error and what was the exact error that you got?
Its due to dwarfs "A fast high compression read-only file system" that cannot mount its file system anymore.
It's not missing, it shouldn't be there. The current lib is libfuse3.so.4, the soname changes because the libraries are not compatible. NEVER make symlinks between incompatible libraries!
See also: https://wiki.archlinux.org/title/System … nsupported
thanks for the pointer, indeed it's due to a partial update, the package aur/dwarfs was kept back to a previous version due to a bug in the compilation I haven't taken care.
thanks for the time and sorry for the misleading bug report.
Offline