File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,12 @@ Authentication is made externally by an Authentication html form page and all Au
99
1010# Compilation
1111
12- user make with MY_ macro as arguments to specify where to find libmemcache and Apache httpd apxs developper tool
13- ```
14- # make MY_APXS=/path/to/apache/httpd/bin/apxs MY_LDFLAGS="-lmemcache -L/path/to/libmemcache/lib/" MY_CFLAGS=-I/path/to/libmemcache/include
15- # make install
16- ```
17-
18- or change to macro in Makefile
19- ```
20- MY_APXS=/path/to/apache/httpd/bin/apxs
21- MY_LDFLAGS="-lmemcache -L/path/to/libmemcache/lib/"
22- MY_CFLAGS=-I/path/to/libmemcache/include
23- ```
24-
25- and after simply do
26-
2712```
13+ # ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcache=/path/to/libmemcache/
2814# make
2915# make install
3016```
3117
32-
3318# News in this version (v1.1)
3419
3520* Correct handling of "=" in value of the memcache session (E. Dumas).
You can’t perform that action at this time.
0 commit comments