Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to install Cisco AnyConnect VPN Client on Maverick 64-bit. I'm getting the following errors:

Installing Cisco AnyConnect VPN Client ...
Removing previous installation...
/opt/cisco/vpn/bin/manifesttool: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
vpnagentd: no process found
Extracting installation files to /tmp/vpn.Mjh9Z5/vpninst086037244.tgz...
Unarchiving installation files to /tmp/vpn.Mjh9Z5...
Starting the VPN agent...
/opt/cisco/vpn/bin/vpnagentd: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

I have libxml2.so.2 in /usr/lib, though. Should it be somewhere else?

Thanks in advance.

share|improve this question

3 Answers

up vote 1 down vote accepted

Never mind, I installed OpenConnect with the instructions here: http://faq.oit.gatech.edu/content/cisco-anyconnect-installation-instructions-linux

Finally, I don't have to deal with that Cisco garbage!

share|improve this answer

Just in case you do want the Ciso Anyconnect client working take a look at this blog. Just disable the Firefox Iced Tea web plugin and go to your VPN site. Have Ubuntu download the VPN installer and run the shell script. In my case Cisco Anyconnect VPN client was installed and available under the Internet section and works fine.

share|improve this answer
Thanks! I think I'll stick with OpenConnect though. – Hypercube Jan 31 '12 at 0:12

I have encountered similar issue earlier. I observed that vpnagentd does not load because of libatk1 and vpnui does not load because of libxml2. Installing the 32bit versions of these libraries resolves the issues. You should install ia32-libs to resolve the issue using

sudo apt-get install ia32-libs

This should resolve the issue for you on Ubuntu 64bit versions. I have tried it on 11.10 and 12.04.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.