【问题标题】:Gitlab installation error on bundle exec commandbundle exec命令上的Gitlab安装错误
【发布时间】:2015-02-01 09:35:34
【问题描述】:

我正在关注this 教程,以便在我的 Centos vps 上设置 gitlab。

执行此命令时:

bundle exec rake gitlab:setup RAILS_ENV=production --trace

我收到此错误:

rake aborted!
libicui18n.so.54: cannot open shared object file: No such file or directory 
- /home/git/gitlab/vendor/bundle/ruby/2.1.0/extensions/x86_64-linux/
2.1.0-static/charlock_holmes-0.6.9.4/charlock_holmes/charlock_holmes.so

charlock_holmes 已安装。还有什么问题?

【问题讨论】:

    标签: ruby-on-rails gitlab


    【解决方案1】:

    查看comment in issue 7 of charlock_holmes 是否适合您的情况。
    gitlabhd issue 8381中提到过。

    我的(矫枉过正的)解决方案是重新安装捆绑包:

    mv /home/git/gitlab/vendor/bundle/ruby /home/git/gitlab/vendor/bundle/ruby.orig
    

    (问题在于重新安装charlock_holmes

    sudo -u git -H bundle install --deployment --without development test postgres aws
    

    )

    在您的情况下,您将重复 gitlab 安装过程。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-10-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-16
    • 1970-01-01
    相关资源
    最近更新 更多