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

libappimage.so - cannot open shared object file - no such file or directory #11

Closed
Vortexadecimal opened this issue Jan 18, 2019 · 3 comments

Comments

@Vortexadecimal
Copy link

When I run the most recent LinuxPA appimage, I am presented with the following error:

./LinuxPA: error while loading shared libraries: libappimage.so: cannot open shared object file: No such file or directory.

I went back a few versions and it launches fine, however it then immediately auto-updates to the new version and stops working due to the missing dependency.

Any assistance in getting it to launch without having to install dependencies would be greatly appreciated! : )

@CalebQ42
Copy link
Owner

Oops, sorry about that, 2.1.3.0 ( https://github.com/CalebQ42/LinuxPA/releases/tag/v2.1.3.0 ) should work and should ask if you want to upgrade, though I'll change what the stable version is to 2.1.3.0 to make sure it doesn't update.

@IITFA
Copy link

IITFA commented May 17, 2019

I have this problem with the 2.1.4.1 version. The version you linked to works though.

@CalebQ42
Copy link
Owner

CalebQ42 commented Nov 7, 2020

I've finally found time to work on LinuxPA again! The latest version (2.1.5.0) is no longer using libappimage.so, but should retain many of the benefits. Many thanks to @probonopd who created https://github.com/probonopd/go-appimage which I could pull out a piece of and convert into a working (if a bit bloated at the moment) library at https://github.com/CalebQ42/GoAppImage. The only issue right now is that you MUST have unsquashfs in $PATH (though I might try to work around this by including, or downloading a "portable" version of it) for advanced AppImage integrations.

@CalebQ42 CalebQ42 closed this as completed Nov 7, 2020
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

3 participants