diff options
author | tduehr <td@matasano.com> | 2016-11-11 09:33:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-11 09:33:59 -0600 |
commit | f6b589406d6660c97b1fff73e4b590801142f52d (patch) | |
tree | 3a587c80a7fc9944dd849e98d5a13b68d33dfed6 /README.md | |
parent | b4eaeae0891040c78a8e5ec526ee6c895286cb81 (diff) | |
download | ffi-f6b589406d6660c97b1fff73e4b590801142f52d.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ At a minimum, you will need: * A C compiler (e.g. Xcode on OSX, gcc on everything else) * libffi development library - this is commonly in the libffi-dev or libffi-devel -On Linux systems running with [PaX](https://en.wikipedia.org/wiki/PaX) (Gentoo, Alpine, etc.) you may need to disable [mprotect](https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect.28.29) for ruby (`paxctl -m [/path/to/ruby]`). +On Linux systems running with [PaX](https://en.wikipedia.org/wiki/PaX) (Gentoo, Alpine, etc.) FFI may trigger `mprotrect` errors. You may need to disable [mprotect](https://en.wikibooks.org/wiki/Grsecurity/Appendix/Grsecurity_and_PaX_Configuration_Options#Restrict_mprotect.28.29) for ruby (`paxctl -m [/path/to/ruby]`) for the time being until a solution is found. ## Installation |