LoginSignup
2
2

More than 5 years have passed since last update.

Homebrewのreadlineが7系でtigが動かなった時の対処法

Posted at

Homebrewを最新にupdateしたらreadlineが7系にアップデートされており、
以下のエラーが出てtigが動かなくなったので、対処法をメモ。

Library not loaded: /usr/local/opt/readline/lib/libreadline.6.dylib
  • readlineの6.3.8をアップしてくれている人がいたので、ここから直接インストール
brew install https://raw.githubusercontent.com/esse/homebrew-readline6.3.8/master/Formula/readline.rb

  • brew info readlineで指定バージョンがインストールされたかを確認
  • インストールされていたら、brew switch readline 6.3.8でバージョンを移行
  • この状態でtigを実行すれば正常に動作した
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2