yum install fam /etc/rc.d/init.d/courier-imap restart service courier-authlib restart service courier-imap restart yum install fam /etc/rc.d/init.d/courier-imap restart netstat -an|grep 143|grep LISTEN Solution : Install libltdl or locate following files on server cp /old/usr/lib/libltdl.so.3 /usr/lib/libltdl.so.3 cp /old/usr/lib/libltdl.so.3.1.1 /usr/lib/libltdl.so.3.1.1 cp /old/usr/lib/libltdl.so /usr/lib/libltdl.so
See MoreCategory: Hostripples Featured
Ghostscript Installation
wget http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/ghostscript-8.62.tar.bz2 bunzip2 ghostscript-8.54.tar.bz2 tar -xvf ghostscript-8.54.tar cd ghostscript-8.54 ./configure make make install
See MoreIFTOP: Command line monitoring tool
Installation: 1: Installing libpcap cd /usr/local/src wget http://ovh.dl.sourceforge.net/sourceforge/libpcap/libpcap-0.8.1.tar.gz tar -zxvf libpcap-0.8.1.tar.gz cd libpcap-0.8.1 ./configure make && make install 2: Installing IFTOP cd /usr/local/src wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz tar -zxvf iftop-0.17.tar.gz cd iftop-0.17 ./configure make && make install 3: Making IFTOP root only chmod 700 /usr/sbin/iftop How to use IFTOP Start it: iftop -i eth0 Help overview: Press […]
See More