[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:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top 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 >
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 Free
Top 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

Workaround for other affected users:
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.