Questions tagged [gnutls]

27 questions
27
votes
5 answers

Unable to compile FFmpeg on Ubuntu 20.04

I am following this compilation guide for FFmpeg. After compiling all the required dependencies, I get the following error in the last section. ERROR: gnutls not found using pkg-config This error occurs when I run the configure command as below…
8
votes
1 answer

apt-get wants an older GNUTLS version to be defined

Just upgraded to 18.04, and when I run sudo apt update, it complains: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: symbol gnutls_pkcs11_privkey_init version GNUTLS_3_4 not defined in file libgnutls.so.30 with link time reference Failed…
Zach Boyd
  • 279
6
votes
1 answer

Ubuntu 16.04 openssl s_client write:errno=104

I'm getting the following error when trying to connect to github.com, google.com, dropbox.com via https, but stackoverflow.com, askubuntu.com and the majority of https websites work. Relevant details: I'm behind a work proxy, but I can connect fine…
icc97
  • 761
6
votes
1 answer

16.04 - curl: (35) gnutls_handshake() failed: Error in the pull function

When trying to connect to a HTTPS websites, I get this error curl: (35) gnutls_handshake() failed: Error in the pull function.. In detail: curl -vvv "https://example.tld" * Rebuilt URL to: https://example.tld/ * Trying 1.2.3.4... * Connected to…
D Major
  • 61
4
votes
1 answer

Symbol Lookup Error - Libgnutls.so.30: undefined symbol: __gmpz_limbs_write

I am getting this symbol lookup error from my Xilinx Vivado environment when I try to launch atom (exec atom) in the tcl console, it should execute this command in the system environment. (I have already posted this issue in their forums too).…
4
votes
1 answer

Black window when launching Spotify

So the client was working without any problems. Next day, I turn on my computer this error : [1014/192432.737169:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command The…
Funeoz
  • 1,023
  • 8
  • 9
4
votes
1 answer

"libgnutls-dev has no installation candidate" error while installing Ubuntu as a DC in a Windows server domain

I am trying to install Ubuntu (the latest) as a AD-Server in a test Windows server domain. I am following this tutorial but it is somewhat old. When arriving at minute 14, I am lost. I need to install the following (don't know why): sudo apt-get…
3
votes
1 answer

GnuTLS: TLS connection was non-properly terminated - error after upgrading to ubuntu 16.04

I am using ubuntu server 16.04. I just upgraded this morning. This command which is part of the redmine upgrade generates a GnuTLS error. I have searched for solutions online but have found none. Any advice would be appreciated. **bundle install…
jrizos
  • 31
  • 1
  • 1
  • 3
3
votes
1 answer

Failed to load module::libgiognutls.so

After update gnutls at end sudo apt-ger update'this warning appears /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so: symbol gnutls_pkcs11_privkey_init version GNUTLS_3_4 not defined in file libgnutls.so.30 with link time reference Failed to…
2
votes
0 answers

How do libgnutls version numbers work?

I'm running Ubuntu 14.04.5 LTS and it appears there are two libgnutls packages available: libgnutls26 and libgnutls28. According to apt-cache show, these are versions 2.12.23 and 3.2.11, respectively. The corresponding C++ runtime packages appear…
depquid
  • 121
2
votes
0 answers

Let's Encrypt certificates refused by GnuTLS

On one machine with an up-to-date Ubuntu 20.04, certificates issued by Let's Encrypt are rejected by GnuTLS and only GnuTLS. They fail with applications that are linked with GnuTLS, such as Git and Lynx. They work with applications that are linked…
2
votes
1 answer

Missing df --direct option?

during configuration (after install) of Oracle XE 18c on my 16.04, I noticed this message generated by the shell script: /bin/df: unrecognized option '--direct' 'Try '/bin/df --help' for more information. I'm not sure how important it is for the…
ManuelJE
  • 123
2
votes
1 answer

Cannot run FileZilla on Ubuntu 18.10

Got this message today (Ubuntu 18.10) trying to run FileZilla 3.33.0. ****GnuTLS error -50 in gnutls_priority_set_direct: The request is invalid. Error: Failed to initialize TLS. Error: Could not connect to server**** and got this response…
2
votes
4 answers

ubuntu 18.10 - filezilla GnuTLS

Filezilla version 3.33.0 using GnuTLS 3.6.4 suddenly and constantly throws an error GnuTLS-error -50 after trying to initialise TLS. No connection works.
1
vote
0 answers

Compilling and install libnettle 3.7 on Ubuntu 20.04.3 LTS

I need to compile and install libnettle 3.7 on Ubuntu 20.04.3 LTS. I need it to compile and install GnuTls 3.7 and libfilezilla 0.35 and FileZilla 3.57. So, I downloaded nettle-3.7.3.tar.gz. Configure, make and install. And just to be sure sudo…
1
2