Install LastPass on ArchLinux
By patrick on Sat, 06/09/2012 - 20:48
Installing the offline application of LastPass in ArchLinux is not too easy for those who do not want to puzzle a bit.
First you need to download the right version of LastPass. You can download it via [www.lastpass.com -> Download -> Linux -> LastPass Pocket (Ubuntu/Debian) :: DOWNLOAD 64bits] or via this link.
Make sure you have the Ubuntu/Debian version!
After the download, unpack the tar.bz2 package:
tar -jxvf pocket_x64.tar.bz2
Now create the followsing symlinks:
ln -s /usr/lib/libpng.so /usr/lib/libpng12.so.0 ln -s /usr/lib/libssl.so /usr/lib/libssl.so.0.9.8 ln -s /usr/lib/libcrypto.so /usr/lib/libcrypto.so.0.9.8 Now you can start the application (via ./pocket_x64).