Re: Trying to build openconnect 8.20 on ubuntu 20

2022-03-14 Thread Eveno, Manuel
Thanks ! I finally manage to have passing tests by adding those libraries : sudo apt install -y libxml2-dev libssl-dev gettext zlib1g-dev pkg-config libp11-dev p11-kit libgnutls28-dev liblz4-dev libp11-kit-dev libpcsclite-dev libproxy-dev libstoken-dev libxml2-dev zlib1g-dev Once installed, the b

Re: Trying to build openconnect 8.20 on ubuntu 20

2022-03-14 Thread Dimitri Papadopoulos Orfanos
Hi, You shouldn't need to install both libssl-dev and libgnutls28-dev. The fact that you were initially getting the following error message shows that you were building against OpenSSL, as this error message originates in OpenSSL: 139960338883904:error:141E70BF:SSL routines:tls_construct_cli

Re: Trying to build openconnect 8.20 on ubuntu 20

2022-03-14 Thread Daniel Lenski
On Mon, Mar 14, 2022 at 3:41 AM Dimitri Papadopoulos Orfanos wrote: > I guess libgnutls28-dev was initially missing. By installing it, your > build switched to GnuTLS, which appears to support the broken Cisco DTLS > version, unlike OpenSSL version 1.1.1f (the version shipping with Ubuntu > 20.04)