Upgrade Openconnect to version 1.1 supporting gp protocol
Please follow following steps on ubuntu command line :
- Open a terminal (Ctrl+Alt+t).
- Clone latest code :
git clone git://git.infradead.org/users/dwmw2/openconnect.git and cd to directory
Use the command : ./autogen.sh
- Issue the command
./config
ure
. - Issue the command
make
(You may need to runsudo apt install make gcc
before running this command successfully). - Run
make test
to check for possible errors. - Backup current openconnect binary: whereis openconnect (and remove all files)
sudo mv /usr/sbin/openconnect ~/tmp
sudo mv /usr/local/sbin/openconnect ~/tmp
- Issue the command
sudo make install
. - Create symbolic link from newly install binary to the default location:
sudo ln -s /usr/local/sbin/openconnect /usr/sbin/openconnect