Linux Can´;不要在我的树莓皮上安装Bundler

Linux Can´;不要在我的树莓皮上安装Bundler,linux,raspberry-pi,bundler,gitlab,Linux,Raspberry Pi,Bundler,Gitlab,我想在我的新Raspberry Pi 2(带Raspbian)上安装Gitlab 在“2)Ruby”下面写着: 安装绑定器Gem: 当我试着运行它时,它只是说: ERROR: Loading command: install (LoadError) cannot load such file -- openssl ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_buil

我想在我的新Raspberry Pi 2(带Raspbian)上安装Gitlab

在“2)Ruby”下面写着:

安装绑定器Gem:

当我试着运行它时,它只是说:

ERROR:  Loading command: install (LoadError)
    cannot load such file -- openssl
ERROR:  While executing gem ... (NoMethodError)
    undefined method `invoke_with_build_args' for nil:NilClass

有没有可能,有人知道这里出了什么问题——以及如何解决?多谢各位

可能相关:我试图安装OpenSSL,然后重新编译ruby,但没有成功。已安装OpenSSL版本1.0.1e(2013年2月11日)。Ruby版本:2.0.0.p353(2013-11-22)。还有什么我可以试试的吗?也许在普通Linux上尝试同样的方法,而不是Raspbian?非常感谢你的帮助!可能正在运行来自的一些命令?我认为Ruby找不到OpenSSL是有原因的。
ERROR:  Loading command: install (LoadError)
    cannot load such file -- openssl
ERROR:  While executing gem ... (NoMethodError)
    undefined method `invoke_with_build_args' for nil:NilClass