Merge pull request #1875

b46620b0 Added hint to adjust jail configuration to readme for FreeBSD (S)
This commit is contained in:
Riccardo Spagni 2017-03-18 20:23:27 +02:00
commit ae6c92c2a5
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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.