Don't know if this was solved but this is how I got it to work on 1.10 64-bit. I've been running cisco vpn client for about 4 years now and every new release it have to re-install it. You do need a patch though at the following website:
https://nowhere.dk/articles/installi...oneiric-ocelot
Then I had to remove vpnclient directory completely and start from scratch:
# sudo rm -r vpnclient
The next steps is to assure I have a good copy of my builds for 3.0.0-12
# sudo apt-get install --reinstall linux-headers-`uname -r`
# sudo apt-get install build-essential
Then do the install from scratch
# sudo tar -xzf vpnclient-linux-x86_64-4.8.02.0030-k9.tar.gz
# cd vpnclient
# wget
http://www.fseitz.de/download/vpnclient.patch-2.6.38 <-- download patch
# patch < vpnclient.patch-2.6.38
# patch < vpnclient_linux3.0.diff <--patch from above website
# sudo ./vpn_install
# sudo /etc/init.d/vpnclient_init start
Started up and I'm rockin and rollin.
Bookmarks