[AppImage] git does not work due to missing libcurl-gnutls.so.4
See original GitHub issueDescription
When trying to use any of the built in git operatins (clone, fetch, etc), an error pops up saying that libcurl-gnutls.so.4
cannot be opened.
Version
GitHub Desktop version: 1.0.11
OS version: OpenSUSE Tumbleweed
Steps to Reproduce
Sign in
Try to clone a repo or use the fetch option on a local repo
See error that libcurl-gnutls.so.4
is missing.
Expected behavior: git operations should work
Actual behavior: Error displayed about missing libcurl-gnutls.so.4
Reproduces how often: 100%
Logs
/tmp/.mount_githubbZudXq/app/resources/app/git/libexec/git-core/git-remote-https: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Fedora AppImage: `Error: libcurl-gnutls.so.4` and `Error ... - GitHub
Unfortunately I cannot try it out because the AppImage doesn't work on fedora 29. hughest@argon [0] $ ... A temporary workaround for libcurl-gnutls.so.4...
Read more >How to create lib curl-gnutls.so.4 - Stack Overflow
I've tried using apt-get to install libcurl-gnutls, and while it says that it succeeds, it doesn't create the library. I also downloaded curl...
Read more >[SOLVED]missing libcurl-gnutls.so.4: no such file or directory
but when I start it, I cannot starting it by a simple command? so i found that is located in /opt/ folder. └╼...
Read more >Heads up: spotify-client-1.0.77.338 broken on SUSE - Reddit
I've pushed out a new spotify-easyrpm (v.1.1.2) which will work around that by symlinking libcurl.so.4. Not the greatest solution but makes ...
Read more >https://raw.githubusercontent.com/AppImage/pkg2app...
Note that this only works if # the ingredients to the AppImage do not ... not found (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4) # libcurl3-gnutls ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
See https://github.com/desktop/dugite-native/issues/42#issuecomment-352253495.
Statically linking Git may be even better a solution.