Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Created July 9, 2020 21:00
Show Gist options
  • Save LeeiFrankJaw/ab98154d30093f609a5fd189d033b492 to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/ab98154d30093f609a5fd189d033b492 to your computer and use it in GitHub Desktop.
Install ocserv 0.11.9 from source under Debian 10.4
git clone https://gitlab.com/openconnect/ocserv.git
cd ocserv/
apt install autoconf pkg-config libev-dev libwrap0-dev libpam0g-dev liblz4-dev libseccomp-dev libreadline-dev libnl-route-3-dev libkrb5-dev liboath-dev libradcli-dev libsystemd-dev protobuf-c-compiler gperf libprotobuf-c-dev libtalloc-dev libhttp-parser-dev libpcl1-dev libopts25-dev liblockfile-bin nuttcp lcov libuid-wrapper libpam-wrapper libnss-wrapper libsocket-wrapper gss-ntlmssp libpam-oath autogen
sh autogen.sh
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment