aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-18 20:23:27 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-18 20:23:27 +0200
commitae6c92c2a5db93f72c550cdd50f1258d8799be24 (patch)
treecd44eeab7d6053f84bd1fe9f5dd195090d23389e
parentMerge pull request #1874 (diff)
parentAdded hint to adjust jail configuration to readme for FreeBSD (diff)
downloadmonero-ae6c92c2a5db93f72c550cdd50f1258d8799be24.tar.xz
Merge pull request #1875
b46620b0 Added hint to adjust jail configuration to readme for FreeBSD (S)
-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.