diff --git a/reference/eio/configure.xml b/reference/eio/configure.xml
index f4037bd865..f652c83d64 100644
--- a/reference/eio/configure.xml
+++ b/reference/eio/configure.xml
@@ -17,7 +17,7 @@
- option sets shared memory segment permissions. Default: 0600
+ option sets shared memory segment permissions. Default: 0660
@@ -30,9 +30,68 @@
Be sure that you gave read
- and write permissions for the Web server user or group(according to the file
+ and write permissions for the Web server user/group(according to the file
system setup). Otherwise, the internal event loop will fail.
+
+ On Gentoo you may experience problems
+ compiling(`make`) the code. If so, you've likely got output
+ similar to the following:
+
+
+
+
+The following fixes it:
+
+
+
+
+
+
+
+ Always check for actual configure parameters, since
+ documentation could be sometimes outdated. E.g.:
+
+
+
+
+
+
+
-
+
+ &reference.eio.configure;