question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

libcurl-gnutls error on Fedora

See original GitHub issue

Description

I’m not able to clone a repository with the app installed via rpm:

/opt/GitHubDesktop/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

Version

GitHub Desktop version: 1.0.12-linux1

OS version: Fedora 27

Steps to Reproduce

  1. Try to clone something

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
shiftkeycommented, Jan 15, 2018

This seems to workaround the issue for me on my FC27 VM - I was able to clone a private repository down after signing in:

$ cd /usr/lib64/
$ ls -l libcurl*
lrwxrwxrwx. 1 root root     16 Nov 30 09:25 libcurl.so -> libcurl.so.4.4.0
lrwxrwxrwx. 1 root root     16 Nov 30 09:25 libcurl.so.4 -> libcurl.so.4.4.0
-rwxr-xr-x. 1 root root 532528 Nov 30 09:25 libcurl.so.4.4.0
$ sudo ln -s libcurl.so.4 libcurl-gnutls.so.4
[sudo] password for parallels: 
$ ls -l libcurl*
lrwxrwxrwx. 1 root root     12 Jan 15 10:33 libcurl-gnutls.so.4 -> libcurl.so.4
lrwxrwxrwx. 1 root root     16 Nov 30 09:25 libcurl.so -> libcurl.so.4.4.0
lrwxrwxrwx. 1 root root     16 Nov 30 09:25 libcurl.so.4 -> libcurl.so.4.4.0
-rwxr-xr-x. 1 root root 532528 Nov 30 09:25 libcurl.so.4.4.0
1reaction
shiftkeycommented, Aug 30, 2018

@ct-martin you’re going to have to wait for a future update because https://github.com/desktop/desktop/pull/5388 hasn’t been merged yet

Read more comments on GitHub >

github_iconTop Results From Across the Web

Doesn't run on Fedora · Issue #1764 · Studio3T/robomongo
I recompiled curl with the correct 'gnutls' use flag, but still had to manually cp -v /usr/lib/libcurl.so.4 /opt/robo3t/lib/libcurl.so.4 , and ...
Read more >
patrickl/libcurl-gnutls Copr
Description. A libcurl-gnutls package (based on the debian version) ... error: Could not depsolve transaction; 1 problem detected: Problem: package ...
Read more >
Error while loading shared libraries in RHEL/CentOS 8 and ...
I've been seeing the same issue on Arch Linux with Bitwig. Installing libcurl-gnutls allows me to use the standalone version and the lv2...
Read more >
libcurl-gnutls.so.4 for Fedora 22? : linuxquestions - Reddit
I have an executable for a school project given to us by the professor. When I try to run it I get the...
Read more >
cappyishihara/libcurl-gnutls - Fedora Discussion
Description A libcurl-gnutls package (tracking the debian version) for VSTs like Vital which need libcurl-gnutls.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found