He buscado mas información y he visto que con el comando php -m se podían ver los módulos que se compilaron junto con php y me devuelve los modulos memcache y memcached entre ellos.
Y también si ejecuto el comando:
Código BASH:
Ver originalroot@www:/php -i | grep "memcache"
additional .ini files parsed => /etc/php5/cli/conf.d/memcache.ini,
/etc/php5/cli/conf.d/memcached.ini,
memcache
memcache support => enable
memcache.allow_failover => 1 => 1
memcache.chunk_size =>8192 => 8192
memcache.default_port => 11211 => 11211
memcache.hash_function => crc32 => crc32
memcache.hash_category => standard => standard
memcache.max_failover_attempts => 20 => 20
memcached
memcached support => enable
libmemcached version => 0.40
Registered save handlers => files user memcache memcached
Quizas esto pueda aportar algo mas de luz al asunto