Gitlab 安装“gem”失败

Posted

技术标签:

【中文标题】Gitlab 安装“gem”失败【英文标题】:Gitlab fails on "gem" installtion 【发布时间】:2012-09-26 22:21:08 【问题描述】:

我已经安装了这个:

# Install curl and sudo
apt-get install curl sudo

# 3 steps in 1 command :)
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh

Tutorial here...

但是当我尝试第 4 步时

sudo gem install charlock_holmes --version '0.6.8'

我遇到了这个错误 - 有人可以帮帮我吗?

$ sudo gem install charlock_holmes --version '0.6.8'
/usr/local/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
ERROR:  Loading command: install (LoadError)
cannot load such file -- zlib
ERROR:  While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
$ 

我的错误是什么?

【问题讨论】:

【参考方案1】:

好的,我找到了解决方案,很简单......

我必须安装 libyaml 并重新安装 ruby​​。

看看这个site

【讨论】:

以上是关于Gitlab 安装“gem”失败的主要内容,如果未能解决你的问题,请参考以下文章

安装 ruby​​ gem nokogiri 时缺少 libxslt

MySQL2 gem 无法安装

在 GitLab CI 包构建中缓存 gem

gem 安装失败,openssl 失败

如果由于权限错误而失败,如何安装 gem 或更新 RubyGems

gem 安装失败,无法识别“补丁”(Windows)