I&#39;m seeing this PHP error when trying to instantiate a Memcache object:<br><br><b>Fatal error</b>:  Class &#39;Memcache&#39; not found in <b>/home/sali/public_html/doubledare/lib2.php</b> on line <b>2491<br><br></b><br>

The PHP memcached client is installed correctly as far as I can tell as php -i | grep memcache returns the following:<br><br>[root@esgut3 doubledare]# php -i | grep memcache<br>memcache<br>memcache support =&gt; enabled<br>

memcache.allow_failover =&gt; 1 =&gt; 1<br>memcache.chunk_size =&gt; 8192 =&gt; 8192<br>memcache.default_port =&gt; 11211 =&gt; 11211<br>memcache.max_failover_attempts =&gt; 20 =&gt; 20<br>Registered save handlers =&gt; files user sqlite memcache 
<br><br><br>Any ideas what I&#39;m doing wrong?