Назад | Перейти на главную страницу

Как установить memcache для PHP 5.2.10 в CentOS 5.5? (не в репо)

Я попытался установить memcache из другого репо, и все пошло не так:

[root@mail ~]# php -v
PHP Warning:  PHP Startup: memcache: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
 in Unknown on line 0
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

Как я могу полностью удалить memcached и memcache, а затем установить их для совместимости с PHP 5.2.10?

Спасибо!

Вы должны установить его с помощью pecl:

sudo pecl install memcache

Это скомпилирует расширение в вашей среде.