CentOS
# yum install ImageMagick
# yum install ImageMagick-devel
# yum install ImageMagick-perl
Jun 29, 2009
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.
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.
Subscribe to:
Posts (Atom)