自作で Ruby をインストールしましたが、libyaml のバージョンをアップグレードするにはどうすればよいですか。
これは私のosx操作です:
➜ ~ ruby -rpsych -e 'p Psych.libyaml_version'
[0, 1, 4]
➜ ~ ls /usr/local/Cellar/libyaml/0.1.6
INSTALL_RECEIPT.json README lib
LICENSE include
➜ ~ ./configure --with-yaml-dir=/usr/local/Cellar/libyaml/0.1.6
zsh: no such file or directory: ./configure