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.

[Bug] libcurl-gnutls.so.4: cannot open shared object file

See original GitHub issue
  • Insomnia Version: 5.14.3
  • Operating System: Linux Fedora 27

Details

After updating to the latest version of insomnia, I get a blank screen on startup, and the following error message in the DevTools panel:

Uncaught Error: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
    at Object.Module._extensions..node (module.js:598:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:187:18)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/tmp/.mount_insomnsplYYw/app/resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:40:29)
    at Object.<anonymous> (/tmp/.mount_insomnsplYYw/app/resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:280:3)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

36reactions
lovasoacommented, Feb 7, 2018

Workaround for other affected users:

sudo ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4
2reactions
binkicommented, Jul 7, 2018

I’m working around this by running bin_replace_string -r libcurl-gnutls.so.4 libcurl.so.4 node_modules/nodegit/build/Release/nodegit.node. I don’t want to create random symlinks in /usr/lib—that’s managed by my distro’s package manager.

EDIT: Oops, sorry for the bugspam, forgot that this isn’t the nodegit project xD.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create lib curl-gnutls.so.4 - Stack Overflow
git-remote-https: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory. And it's right!
Read more >
[SOLVED]missing libcurl-gnutls.so.4: no such file or directory
so i found that is located in /opt/ folder. └╼ /opt/ygopro/ygopro.sh ./ygopro32: error while loading shared libraries: libcurl-gnutls.so.4 ...
Read more >
Could not load libcurl: libcurl-gnutls.so.4 - ZoneMinder Forums
I get this error. Could not load libcurl: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory google suggested
Read more >
Game missing libcurl-gnutls.so.4 (Linux) - Steam Community
... libcurl-gnutls.so.4: cannot open shared object file: No such file or directory However, i do have the steam-runtime library on my system; $...
Read more >
error while loading shared libraries: libcurl-gnutls.so.4 - Games
... libcurl-gnutls.so.4: cannot open shared object file: No such file ... I am trying to run Don't Starve game but I'm getting this...
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