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:
[EMAIL PROTECTED]:~/memcache-2.1.2$ ./configure checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether gcc and cc understand -c and -o together... yes checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr /include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext checking for PHP extension directory... /usr/lib/php5/20051025 checking for PHP installed headers prefix... /usr/include/php5 checking for re2c... re2c checking for re2c version... 0.9.12 (ok) checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking whether to enable memcache support... yes, shared checking whether to enable memcache session handler support... yes, shared checking for the location of ZLIB... no checking for the location of zlib... /usr checking for session includes... /usr/include/php5/ext/session/ checking for memcache session support... enabled configure: error: You've configured extension memcache, which depends on extension session, but you've either not enabled session, or have disabled it. Appreciate any help, Matt
