Jun 29, 2009

Install Image::Magick

CentOS

# yum install ImageMagick
# yum install ImageMagick-devel
# yum install ImageMagick-perl

Jun 28, 2009

Install Memcached Under CentOS 5.2

Under CentOS 5.2

after doing
> yum install libevent
and installing memcached

when i am trying to start memcached, an error occurs.

> memcached: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory

Here is the solution :

> export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Then , OK.

Jan 18, 2009

Read chm file on ubuntu

sudo aptitude install xchm