-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the dependency list #159
base: master
Are you sure you want to change the base?
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