![]() |
[Help] Install memcached
Hello!
I try install memcached many times follow this tut http://www.wowtutorial.org/tutorial/64.html , but after install I don't see memcached extension in phpinfo (like picture bellow) http://www.wowtutorial.org/files/u2/memcache.jpg Is Anyone has installed this extension :confused: Please help me. |
you need to build extension from source along with phpize from lsphp5 (i.e. /usr/local/lsws/lsphp5/bin/phpize)
Quote:
|
last time i installed ioncube. I edit file php.ini in /usr/lib/php.ini
now I also do with memcache. It's right or i must add line "extension=memcache.so" in /usr/local/lsws/lsphp5/bin/phpize |
add "extension=memcache.so" to /usr/lib/php.ini NOT /usr/local/lsws/lsphp5/bin/phpize
|
Quote:
|
check the path of extension_dir in php.ini. it needs to match with the path of memcache.so installed.
|
| All times are GMT -7. The time now is 12:42 AM. |