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

Missing shared library libffi.so #1734

Closed
utilisateuralpha opened this issue May 15, 2024 · 3 comments
Closed

Missing shared library libffi.so #1734

utilisateuralpha opened this issue May 15, 2024 · 3 comments
Labels
- auth Relates to Ente Auth --desktop Plaftorm is desktop

Comments

@utilisateuralpha
Copy link

utilisateuralpha commented May 15, 2024

Description

Good morning.

I'm on Linux Mint LMDE6. When I run the ente-auth application in AppImage version, I receive the following error:

./ente_auth: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory

Please add libffi.so.7 to the application. The AppImage package should contain all the elements necessary for proper execution on any Linux distribution.

Thank You

Version

appimage 2.0.54

What product are you using?

Ente Auth

What platform are you using?

Desktop - Linux

@arran4
Copy link

arran4 commented May 20, 2024

I got the same error on Gentoo.. dev-libs/libffi-3.4.4-r4 is already installed too:

% chmod +x ente-auth-v2.0.54-x86_64.AppImage 
arran@arran-desktop:/home/arran/Downloads 17435 
% mv ente-auth-v2.0.54-x86_64.AppImage ~/.local/bin/
arran@arran-desktop:/home/arran/Downloads 17437 
% zsh: command not found: auth
cd ~/.local/bin/
arran@arran-desktop:/home/arran/.local/bin 17438 
% mv ente-auth-v2.0.54-x86_64.AppImage auth
arran@arran-desktop:/home/arran/.local/bin 17440 
% auth
./ente_auth: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
% sudo emerge -va dev-libs/libffi
Password: 

 * IMPORTANT: 4 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 3.63 s (backtrack: 0/20).

[ebuild   R    ] dev-libs/libffi-3.4.4-r4:0/8::gentoo  USE="-debug -exec-static-trampoline -pax-kernel -static-libs -test" ABI_X86="32* (64) (-x32)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] ^CInterrupted.

@prateekmedia
Copy link
Member

The new version should work, let me know if you are still facing it!

@arran4
Copy link

arran4 commented May 21, 2024

It seems to. Thanks!

@prateekmedia prateekmedia added --desktop Plaftorm is desktop - auth Relates to Ente Auth and removed triage labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- auth Relates to Ente Auth --desktop Plaftorm is desktop
Projects
None yet
Development

No branches or pull requests

3 participants