The packages I've found to install memcache for php have all failed to work. I went to the pecl method, it failed, went to the phpize method, wound up reading a message on this mailing list about patching a file...which I did and now I'm getting:
<br><br>matt@dev:~/memcache-2.1.2$ ./configure<br>checking for egrep... grep -E<br>checking for a sed that does not truncate output... /bin/sed<br>checking for gcc... gcc<br>checking for C compiler default output file name... 
a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables...<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes
<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ANSI C... none needed<br>checking whether gcc and cc understand -c and -o together... yes<br>checking if compiler supports -R... no<br>checking if compiler supports -Wl,-rpath,... yes
<br>checking build system type... i686-pc-linux-gnu<br>checking host system type... i686-pc-linux-gnu<br>checking target system type... i686-pc-linux-gnu<br>checking for PHP prefix... /usr<br>checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext
<br>checking for PHP extension directory... /usr/lib/php5/20051025<br>checking for PHP installed headers prefix... /usr/include/php5<br>checking for re2c... re2c<br>checking for re2c version... 0.9.12 (ok)<br>checking for gawk... no
<br>checking for nawk... nawk<br>checking if nawk is broken... no<br>checking whether to enable memcache support... yes, shared<br>checking whether to enable memcache session handler support... yes, shared<br>checking for the location of ZLIB... no
<br>checking for the location of zlib... /usr<br>checking for session includes... /usr/include/php5/ext/session/<br>checking for memcache session support... enabled<br>configure: error:<br>You&#39;ve configured extension memcache, which depends on extension session,
<br>but you&#39;ve either not enabled session, or have disabled it.<br><br>Appreciate any help,<br><span class="sg">Matt<br><br><br>
</span>