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

Document required packages for AppImage on barebones Ubuntu server 22.04 #1672

Open
lrettig opened this issue Feb 16, 2024 · 0 comments
Open

Comments

@lrettig
Copy link
Member

lrettig commented Feb 16, 2024

Environment

  • Smapp version: 1.3.10
  • Node version: 1.3.10
  • OS: Ubuntu server Ubuntu 22.04.4 LTS

Describe the bug

I get a series of missing shared library errors when trying to run the AppImage out of the box:

$ ./Spacemesh-1.3.10.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information
...
/tmp/.mount_Spacem3YX0UI/spacemesh_app: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory
...
/tmp/.mount_Spacem4sDSSC/spacemesh_app: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
...
/tmp/.mount_SpacemL7DtSd/spacemesh_app: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory
...
/tmp/.mount_SpacemJsSwAt/spacemesh_app: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory
...
/tmp/.mount_SpacemdVXTxW/spacemesh_app: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
...
/tmp/.mount_Spacems2OdBK/spacemesh_app: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

Steps to reproduce

Run the AppImage on a fresh Ubuntu server install

Expected behavior

The AppImage should work out of the box, or at least the list of required packages should be clearly documented

Actual behavior

See above

How to fix

I worked around it by apt install ing the following packages: libfuse2 libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libasound2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant