Solution to the failure of memcached installation on Pagoda Panel
Problem Description:
This post discusses the installation failure of memcached 1.5 on Linux panels. Link to the forum post
Both compiling and installing are the same. Cloud Lock and Alibaba Cloud Shield are both turned off. There is no security software, and SELinux is not enabled. Below is the log after a quick installation (compilation installation).
- /bin/mkdir -p ‘/usr/local/libmemcached/include/libmemcached’
- /usr/bin/install -c -m 644 libmemcached/memcached.h libmemcached/memcached.hpp libmemcached/util.h ‘/usr/local/libmemcached/include/libmemcached’
- /bin/mkdir -p ‘/usr/local/libmemcached/lib/pkgconfig’
- /usr/bin/install -c -m 644 support/libmemcached.pc ‘/usr/local/libmemcached/lib/pkgconfig’
- make[2]: Leaving directory `/root/libmemcached-1.0.18’
Reinstalled many times.
Solution:
Disable all functions of Cloud Lock.
Enter the following command on the remote client to stop Cloud Lock:
- service yunsuo stop
On the Baota panel homepage, click on Process Management.
Terminate all processes with “yunsuo” and “aliyun” in their names.
You can now proceed with the installation.
Original Article:
Solution to the Failed Installation of Memcached on Baota Panel
http://www.xhkj5.com/forum.php?mod=viewthread&tid=10528&fromuid=1
(Source: Xunhuan Network)