Installer PECL Memcached Erreur

J'ai suivi les étapes suivantes pour installer PECL memcached dans mon Serveur Centos, toujours eu des erreurs.

Premier. Installer libmemcached

cd /opt
wget http://launchpad.net/libmemcached/1.0/0.40a/+download/libmemcached-0.40.tar.gz
tar -xzvf libmemcached-0.40.tar.gz
cd libmemcached-0.40
./configure
make
make install

Deuxièmement, PECL Install memcached

cd /opt
pecl download memcached-1.0.2
tar zxvf memcached-1.0.2.tgz
cd memcached-1.0.2
phpize
./configure --with-libmemcached-dir=/opt/libmemcached-0.40/libmemcached

J'ai toujours eu d'erreur

checking for memcached igbinary support... disabled
configure: error: Can't find libmemcached headers under "/opt/libmemcached-0.40/libmemcached"

Fait memcached.h fichier est dans /opt/libmemcached-0.40/libmemcached répertoire.

S'il vous plaît conseils.

Avez-vous essayé sans-avec-libmemcache-dir
Oui, j'ai essayé mais j'ai reçu ERROR: /tmp/poire/temp/memcached/configure --with-libmemcached-dir=pas de "échoué"
J'ai aussi eu error 'configure: error: no, sasl.h is not available. Run configure with --disable-memcached-sasl to disable this check ' lorsqu'on l'a essayé, sans --with-libmemcache-dir

OriginalL'auteur Tester | 2014-02-28