9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Gitlab : charlock_holmesのインストールエラー

Posted at

Gitlabインストール時にエラーに遭遇したのでメモ

環境
CentOS release 6.5 (Final)
GitLab 6.8.1
ruby 2.1.1

下記を参考にインストール
http://qiita.com/narumi888/items/da664ce0aca5373fd9aa

Gemsのインストール

$ cd /home/git/gitlab
$ bundle install --deployment --without development test postgres

ここでエラー発生

An error occurred while installing charlock_holmes (0.6.9.4), and Bundler cannot continue.

調べたらlibicu-develが入ってないとエラーになるらしいのでインストール

$ sudo yum install libicu-devel

無事インストールできました。

参考
http://d.hatena.ne.jp/oraora7/20130908

9
7
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
9
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?