Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dlopen(): error loading libfuse.so.2 #107

Open
t0m3kf opened this issue Nov 17, 2023 · 1 comment
Open

dlopen(): error loading libfuse.so.2 #107

t0m3kf opened this issue Nov 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@t0m3kf
Copy link

t0m3kf commented Nov 17, 2023

Getting error when running aarch64 appimage on PI4

dlopen() error loading libfuse.so.2

It seems my PI4 Linux installation comes with libfuse.so.3 and appimage version depends on libfuse.so.2. Is there a way to update appimage dependency to libfuse.so.3 (I belive libfuse3 is now more common even in Ubuntu)

@BodbDearg
Copy link
Owner

Hmmm... looks its an issue with AppImage itself unfortunately, and it doesn't look to have been resolved yet: AppImage/AppImageKit#1120
OpenShot/openshot-qt#4789

The only workaround for now would be to compile PsyDoom from source, or try with an older distro. Some have tried to install libfuse2 manually but that broke their distro... I may have to consider another packaging format for future releases.

@BodbDearg BodbDearg added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants