diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:57:48 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 12:57:48 -0500 |
| commit | b1808c9920e46e1c81a850bf175e97390aca86c7 (patch) | |
| tree | 2ce0a93c171eb0f13123daf13de25ad530c3c05e | |
| parent | 6a6eedd84241cc92ad09e72ced298275bd531c64 (diff) | |
| parent | 56c4eda53f6025991d835fd9b4e9fcbcc90a8ae7 (diff) | |
| download | monzero-core-b1808c9920e46e1c81a850bf175e97390aca86c7.tar.gz monzero-core-b1808c9920e46e1c81a850bf175e97390aca86c7.tar.xz monzero-core-b1808c9920e46e1c81a850bf175e97390aca86c7.zip | |
Merge pull request #6356
56c4eda Provides safer semaphore privilege to jail; notes port/pkg availability (scoobybejesus)
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -450,9 +450,10 @@ application. ### On FreeBSD: -The project can be built from scratch by following instructions for Linux above(but use `gmake` instead of `make`). 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`. +The project can be built from scratch by following instructions for Linux above(but use `gmake` instead of `make`). +If you are running monero in a jail, you need to add `sysvsem="new"` 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. +Monero is also available as a port or package as 'monero-cli`. ### On OpenBSD: |
