scenario: install cisco anyConnect to setup vpn connection on your laptop to connect to secured lan
problem: installation error: wrong ELF class: ELFCLASS64 when ./vpn_install.sh is run
cause: 32 bit library dependency
solution:
1. download getlibs-all.deb from net.
2.sudo dpkg -i getlibs-all.deb
3.getlibs libfuse.so.2
4.sudo ./vpn_install.sh
that should fix your problem.
No comments:
Post a Comment