check what you want: memcache or memcached
for pecl(php) is normal to use pecl command and not wget,tar,./configure,make
2011/4/23 zhann <zha...@gmail.com>:
--
Roberto Spadim
Spadim Technology / SPAEmpresarial
2011/4/23 Dan Golob <zha...@gmail.com>:
Sent from my iPhone
| memcache support | enabled |
|---|---|
| Active persistent connections | 0 |
| Version | 2.2.6 |
| Revision | $Revision: 303962 $ |
| Directive | Local Value | Master Value |
|---|---|---|
| memcache.allow_failover | 1 | 1 |
| memcache.chunk_size | 8192 | 8192 |
| memcache.default_port | 11211 | 11211 |
| memcache.default_timeout_ms | 1000 | 1000 |
| memcache.hash_function | crc32 | crc32 |
| memcache.hash_strategy | standard | standard |
| memcache.max_failover_attempts | 20 |
20 |
to check if port is open or not
2011/4/25 Dan Golob <zha...@gmail.com>:
--
To Geoffrey, the extension is loaded, memcache.so is enabled, and the process is running.
Instead, the problem is on SELinux. Thanks to Rathish, here is the solution (at least for me).
My system is CentOS 6.3
Solution:
#command to check if SELinux is on
getenforce
#Disable SELinux using the following command
setenforce 0