Hi all,
I'm trying to install the Any Connect client (v.4.4.01054) on Arch Linux, which by default does not have the SysV folders.
The script I'm using is 'anyconnect-linux64-4.4.01054-core-vpn-webdeploy-k9.sh', however it fails with:
Extracting installation files to /tmp/vpn.Zy8PyJ/vpninst278561381.tgz...
Unarchiving installation files to /tmp/vpn.Zy8PyJ...
install: cannot create regular file '/etc/rc.d/vpnagentd': No such file or directory
Looking at script code, it's looking for a init location, however that is no longer supported in Arch:
# Locate the init script directory
if [ -d "/etc/init.d" ]; then
INITD="/etc/init.d"
elif [ -d "/etc/rc.d/init.d" ]; then
INITD="/etc/rc.d/init.d"
else
INITD="/etc/rc.d"
fi
I'm wondering Cisco has a different version of the installer that supports Arch?
Thanks,
Victor.