Added hint to adjust jail configuration to readme for FreeBSD

This commit is contained in:
S 2017-03-17 14:29:34 +01:00
parent c642d3224c
commit b46620b062

View file

@ -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.