Unable to load memcache.so extension ??
- by billyduc
I built php from source with configure command :
'./configure' '--prefix=/usr/local/php-5.2.8' '--with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d' '--with-apxs2=/usr/local/httpd/bin/apxs' '--with-mysql=/usr/local/mysql/' '--with-zlib'
I installed php memcache extension :
wget http://pecl.php.net/get/memcache
tar -zxvf…