LoginSignup
2
2

More than 5 years have passed since last update.

ggplot2のインストールに失敗する

Posted at

どうやら、依存パッケージのcolorspaceのインストールに失敗しているためのようだ。

ログを見ると下記のようなエラーが出ていた。

ld: library not found for -lintl

で、これはどう解決するかというと、いつも頼りになるStackOverflowさん。

libintlを提供しているgettextがsymlinkされていないのが原因のようで。

$ brew link gettext

これで使えるようになったことを確認。

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