aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS <rockhouse@users.noreply.github.com>2017-03-17 14:29:34 +0100
committerS <rockhouse@users.noreply.github.com>2017-03-17 14:29:34 +0100
commitb46620b0629e20c87835a89b6c6ccbc87bd18e1d (patch)
treefed5819f4811fe05c379048cd549f04d956ed0b9
parentMerge pull request #1869 (diff)
downloadmonero-b46620b0629e20c87835a89b6c6ccbc87bd18e1d.tar.xz
Added hint to adjust jail configuration to readme for FreeBSD
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85f5b52fa..24bae84fc 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ application.
### On FreeBSD:
-The project can be built from scratch by following instructions for Linux above.
+The project can be built from scratch by following instructions for Linux above. If you are running monero in a jail you need to add the flag: `allow.sysvipc=1` to your jail configuration, otherwise lmdb will throw the error message: `Failed to open lmdb environment: Function not implemented`.
We expect to add Monero into the ports tree in the near future, which will aid in managing installations using ports or packages.