Discussion:
[PHP-INSTALL] configure doesn't recognise --enable-memcache
Andrew Blake
2009-02-18 11:17:58 UTC
Permalink
Hiya
My usual configure line doesn't work with 5.2.8 (Worked with 5.2.3) it
ends in not recognising the --enable-memcache bit?
Same with 5.2.4. Anyone have any idea what to do?
Cheers
Andy
Christopher Jones
2009-02-18 18:31:42 UTC
Permalink
Post by Andrew Blake
Hiya
My usual configure line doesn't work with 5.2.8 (Worked with 5.2.3) it
ends in not recognising the --enable-memcache bit?
Same with 5.2.4. Anyone have any idea what to do?
Cheers
Andy
Memcache isn't a default extension. You can get it from
http://pecl.php.net/package/memcache Also look at the new memcached
extension http://pecl.php.net/package/memcached

If you move the extension directory to php-5.2.8/ext/memcache, you'll
need to rebuild PHP's configure script with './buildconf --force'.
Otherwise, build as a dynamic library with 'phpize' etc.

Chris
--
Email: ***@oracle.com Tel: +1 650 506 8630
Twitter: http://twitter.com/ghrd Free PHP Book: http://tinyurl.com/UGPOM
Loading...