Updated the dependency list#159
Conversation
libssl-dev is needed for configuring with openssl
The core OpenConnect developers recommend building with GnuTLS, not with OpenSSL… is there a reason you need/want to build with GnuTLS instead? |
|
I didn't want to build is with GnuTLS or anything. I just followed the installation instruction here on a clean Ubuntu and it gave this error when running the
The solution in this link helped to resolve this error, which was installing the libssl-dev package. |
What does the end of the (I should also point out that you should build from the upstream project, https://gitlab.com/openconnect/openconnect/, which supports GlobalProtect as of v8.0; this repo is only retained for historical reasons and a few open issues trackers for less-understood corners of the GlobalProtect protocol.) |
|
It looks like this now: Please note that this is after installing that package. It used to give the abovementioned error before. |
Thanks, that's useful. Perhaps the configure script isn't detecting the build dependencies correctly. Let me make sure I have this 100% right so I can try to reproduce.
Is that right? |
|
That is right. |
libssl-dev is needed for configuring with openssl