Skip to content

Commit

Permalink
FAQ/install: further adjustments to OS X SIP FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Feb 18, 2016
1 parent 859b78d commit 1623e10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ These are written to `*.dump-*` files inside the package's `.stack-work` directo
<a name="dyld-library-path-ignored"></a>If you
are on Mac OS X 10.11 ("El Capitan") or later, there are upstream issues which
[prevents the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
[prevent the `DYLD_LIBRARY_PATH` environment variable from being passed to GHC](https://github.com/commercialhaskell/stack/issues/1161)
when System Integrity Protection (a.k.a. "rootless") is enabled. The only
workaround we are aware of is
[disabling System Integrity Protection](http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/).
Expand Down
15 changes: 9 additions & 6 deletions doc/install_and_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ such.

## Mac OS X

Note: if you are on OS X 10.11 ("El Capitan") and encounter either of these
problems, see the linked FAQ entries.

* [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.html#usr-bin-ar-permission-denied)
* [DYLD_LIBRARY_PATH is ignored](faq.html#dyld-library-path-ignored)

### Using Homebrew

If you have a popular [brew](http://brew.sh/) tool installed, you can just do:
Expand Down Expand Up @@ -87,6 +81,15 @@ will take hours), see
We generally test on the current version of Mac OS X, but stack is known to work on
Yosemite and Mavericks as well, and may also work on older versions (YMMV).

### Notes

If you are on OS X 10.11 ("El Capitan") and encounter either of these
problems, see the linked FAQ entries:

* [GHC 7.8.4 fails with `/usr/bin/ar: permission denied`](faq.html#usr-bin-ar-permission-denied)
* [DYLD_LIBRARY_PATH is ignored](faq.html#dyld-library-path-ignored)


## Ubuntu

*note*: for 32-bit, use the [generic Linux option](#linux)
Expand Down

0 comments on commit 1623e10

Please sign in to comment.