提交 9aa70d30 编写于 作者: B Ben Christel 提交者: GitHub

Document workaround for missing readline on OSX 10.11 (#3599)

Signed-off-by: NBen Christel <bchristel@pivotal.io>
上级 e202fdd4
...@@ -15,6 +15,27 @@ their environments. ...@@ -15,6 +15,27 @@ their environments.
./README.macOS.bash ./README.macOS.bash
``` ```
## Step: Workaround for libreadline / libxml2 on OSX 10.11 (El Capitan)
Symptoms:
* Running `./configure`,
* You see output
`configure: error: readline library not found`, and
* in `config.log` you see
`ld: file not found: /usr/lib/system/libsystem_symptoms.dylib for architecture x86_64`
There is an issue with Xcode 8.1 on El Capitan. Here's a workaround:
```
brew install libxml2
brew link libxml2 --force
```
Other workarounds may include downgrading to Xcode 7.3, or installing the CLT
package from Xcode 7.3.
For more info, [this seems to be the best thread](https://github.com/Homebrew/brew/issues/972)
## Step: verify that you can ssh to your machine name without a password ## Step: verify that you can ssh to your machine name without a password
``` ```
ssh <hostname of your machine> # e.g., ssh briarwood ssh <hostname of your machine> # e.g., ssh briarwood
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册