which linux libfuse.so.2?

Gary Aitken freebsd at dreamchaser.org
Tue Feb 9 19:16:40 UTC 2021


I'm trying to run a linux binary (prusa-slicer) that is in .AppImage format.
When run, it complains about missing libfuse.so.2.  I believe this has to be
a linux lib, not the fbsd one.  So does it matter which version of linux it
was built for?  I presume I need the x86_64 version.  Or can I just make a
symlink in compat/linux/lib to the regular fbsd fuse library?

I'm running 11.4-RELEASE-p3  amd64

I see libraries:

CentOS BaseOS armhfp: fuse-libs-2.9.7-12.el8.armv7hl.rpm
CentOS BaseOS x86_64: fuse-libs-2.9.7-12.el8.i686.rpm
Fedora armhfp:        fuse-libs-2.9.9-11.fc34.armv7hl.rpm
Fedore x86_64:        fuse-libs-2.9.9-11.fc34.i686.rpm
OpenSUSE Oss x86_64:  libfuse2-2.9.9-4.1.i586.rpm
                       libfuse2-32bit-2.9.9-4.1.x86_64.rpm

And then, how do I unpack the rpm?

Thanks,

Gary


More information about the freebsd-questions mailing list