LoginSignup
1
0

More than 5 years have passed since last update.

CentOSにgollumをインストールしようとしたら失敗した話

Posted at

CentOSにgollumを入れようとして失敗したけど、なんとか入ったのでメモ

環境

CentOS 6.5
インストールはminimal.isoのイメージで行っている

初回

rbenvインストールし、いざ実行

gem install gollum

結果

gem files will remain installed in ほげほげ for inspection

と出力されてうまく入らなかった。

とりあえず開発ツールを入れてみる

sudo yum groupinstall "Development Tools"

結果

変わらず

ネットを検索、検索…

それっぽいのを発見して実行
ここからのここ。バグみたいで、libicu-develを入れればよし。

sudo yum install libicu-devel

結果

インストール成功!

rbenv上のgemインストール後はrbenv rehashしないと反映されないので

rbenv rehash
gollum --version

で確認してバージョンが出ればOK。

1
0
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
1
0