[[TracNav(DocTOC)]] = Installing XCache From Source = == Quick Guide == This is an quick guide ====== Quick Installation ====== {{{ #!ShellExample ~/src $ wget http://... (the release url) ~/src $ tar -zxf xcache-*.tar.gz ~/src $ cd xcache ~/src/xcache $ phpize ~/src/xcache $ ./configure --enable-xcache ~/src/xcache $ make ~/src/xcache $ su ~/src/xcache # make install ~/src/xcache # cat xcache.ini >> /etc/php.ini (it's two > not one) (now edit /etc/php.ini with your favorite editor) ~/src/xcache # $EDITOR /etc/php.ini (make sure zend_extension=../../xcache.so is the first before any other zend_extension=***) }}} read the following "How To" if you have problems with the above. == Long Walkthrough (How To) == Install with os redist/port: * XcacheRedist: A list of os that redistribute XCache Manual step by step instructions: * GettingSource: Get XCache source files * BuildingFromSource: Build XCache from source files * InstallingAsPhpExtension: Install as PHP extension. make sure it works * InstallAdministration: Install XCache Administration page so you can see if it's really in use See also: InstallFromBinary