File: INSTALL

package info (click to toggle)
xcache 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,724 kB
  • sloc: ansic: 8,175; php: 4,557; awk: 285; sh: 135; makefile: 75
file content (26 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# vim:ts=4:sw=4
Installtion:

    $ phpize --clean && phpize
    $ ./configure --help
    $ CFLAGS='your cflags' ./configure --enable-xcache --enable...
    $ make
    $ su
    # make install
	(update php.ini, restart php)

Reinstall:

	$ mv config.nice conf
	$ make distclean && phpize --clean && phpize
	$ mv conf config.nice
	$ ./config.nice
	$ make
	$ su
	# make install
	(update php.ini, restart php)

Update php.ini:
	$ su
	# cat xcache.ini >> /etc/php.ini
	# $EDITOR /etc/php.ini