Installing pine in Debian.
1) w3m ftp://ftp.cac.washington.edu/pine/pine_4.64_i386.deb
if you find any error e.g: pine: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory
Just execute these commands:
$ sudo -s
# cd /usr/lib
# ln -s libcrypto.so.0.9.8 libcrypto.so.0.9.7
# ln -s libssl.so.0.9.8 libssl.so.0.9.7
rgds
Amir Haris
No comments:
Post a Comment