Skip to content

Commit 4c4b9fc

Browse files
committed
Update README.md
1 parent 0f246f8 commit 4c4b9fc

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,6 @@ Authentication is made externally by an Authentication html form page and all Au
1616
* apache 2.4 partial support (no use the new security model)
1717
* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
1818

19-
# Build dependency
20-
21-
You must have compiled and installed:
22-
23-
- [libevent](http://libevent.org/) use by [memcached](http://memcached.org/).
24-
25-
- [memcached](http://memcached.org/) the cache daemon it self.
26-
27-
- [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) the C client API needed to compile the Apache Module.
28-
29-
> **Attention:** Don't mix up `libmemcache` and `libmemcached`!
30-
31-
# Compilation
32-
33-
You must modify Makefile:
34-
35-
- Set correctly the MY_APXS variable to point to the apache "apxs" scripts.
36-
37-
- Add the memcache library path in MY_LDFLAGS variable if necessary (-L<my memcache lib path>)
38-
39-
How to compile:
40-
41-
```
42-
# make
43-
# make install
44-
```
45-
46-
After that the "mod_auth_memcookie.so" is generated in apache "modules" directory.
47-
4819
#Documentation
4920

5021
All the documentation are here: http://zenprojects.github.io/Apache-Authmemcookie-Module/

0 commit comments

Comments
 (0)