On Mon, Feb 17, 2014 at 10:14 AM, Darius Berghe <darius.berghe at gmx.com> wrote: > That's good news. I upgraded openconnect from git and it works. It > wasn't that straightforward to compile it because it needed some flags > for ./configure (I found them in and Arch AUR PKGBUILD). Perhaps you > should add a file with installation instructions? Hmm, I can usually run ./configure with no options (provided that I have a world-readable /etc/vpnc/vpnc-script installed). The openconnect-git AUR PKGBUILD is using: PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sbindir=/usr/bin \ --disable-static all of which should be optional. Which special flags did you need?