| Version 1 (modified by moo, 7 years ago) (diff) |
|---|
Installing XCache From Source
Quick Guide
This is an quick guide
~/src $ wget http://... (the release url) ~/src $ tar -zxf xcache-*.tar.gz ~/src $ cd xcache ~/src/xcache $ phpize ~/src/xcache $ ./configure --enable-xcache --enable-xcache-disassembler ~/src/xcache $ make ~/src/xcache $ su ~/src/xcache # make install ~/src/xcache # cat xcache.ini >> /etc/php.ini ~/src/xcache # $EDITOR /etc/php.ini
Long Walkthrough (How To)
Install with os redist/port:
- XcacheRedist: A list of os that redistribute XCache
Install step by step manually:
- GettingSource: Get XCache source files
- BuildingFromSource: Build XCache from source files
- InstallingAsPhpExtension: Install as PHP extension. make sure it works

