brew update
brew install qt
brew linkapps
다음 명령을 사제를 사용하여 설치에 필요한
에서 libyaml 업데이트 capybara-webkit과 잘 어울립니다. 그러나, 내 경비가 아래의 경고를 던지고있다.
You appear to have an outdated version of libyaml (0.1.4) installed on your system.
Prior to 0.1.6, libyaml is vulnerable to a heap overflow exploit from malicious YAML payloads.
The easiest thing to do right now is probably to update Psych to the latest version and enable
the 'bundled-libyaml' option, which will install a vendored libyaml with the vulnerability patched:
gem install psych -- --enable-bundled-libyaml
충분히 단순 해 보였습니다. 그러나 'bundled-libyaml'옵션을 사용하여 성공적인 설치를 한 후에도 구식 libyaml에 대한 경고가 표시됩니다. 또한, psyche (ruby -rpsych -e 'p Psych.libyaml_version')와 관련된 libyaml의 버전을 확인할 때 여전히 1.4입니다.
아이디어가 있으십니까?
나를 위해 작동하지 않았다 libyaml – Karl