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

BUG: Missed Appimage and Tarball dependencies #1435

Open
mghahari opened this issue Sep 21, 2024 · 2 comments
Open

BUG: Missed Appimage and Tarball dependencies #1435

mghahari opened this issue Sep 21, 2024 · 2 comments

Comments

@mghahari
Copy link

mghahari commented Sep 21, 2024

Describe the problem

Expected behavior:
./launcher and ./nekoray.appimage commands run without problem.

Actual behavior:
Running AppImage version or Tarball launcher raise errors like this:
/tmp/.mount_nekoraY7XzWi/nekoray: error while loading shared libraries: libpcre2-16.so.0: cannot open shared object file: No such file or directory

How to reproduce

Download tarball or appimages in a fresh ubuntu 24.04 and execute the app.

log

$ ./nekoray-3.26-2023-12-09-linux-x64.AppImage 
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
NekoRay runing on: /tmp/.mount_nekoraY7XzWi
/tmp/.mount_nekoraY7XzWi/nekoray: error while loading shared libraries: libpcre2-16.so.0: cannot open shared object file: No such file or directory

I manually added following library files to usr/lib folder in the extracted tarball and problem resolved:

libdouble-conversion.so.3
libpcre2-16.so.0
libxcb-xinerama.so.0
libxcb-xinput.so.0
@disburden
Copy link

I am prompted that the file libdouble-conversion. so. 3 is not available here. Where did you download it?

@mghahari
Copy link
Author

mghahari commented Oct 12, 2024

I downloaded it from debian apt repository as a deb package and then extract it and picked the lib file.

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

2 participants