对于上下文,它位于具有防火墙的远程服务器上。我正在通过代理设置环境。我有ruby 1.8.7
。当我尝试gem install ..
sudo gem install --http-proxy <host address>:<port> json
我收到以下错误:
Building native extensions. This could take a while...
ERROR: Error installing json:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/ruby.h
Gem files will remain installed in /usr/lib64/ruby/gems/1.8/gems/json-1.8.1 for inspection.
Results logged to /usr/lib64/ruby/gems/1.8/gems/json-1.8.1/ext/json/ext/generator/gem_make.out
由于我不确定是什么问题,因此我搜索了一下并找到了这些
gem install:无法构建gem本机扩展(找不到头文件) -此处的说明似乎特定于要安装的gem。
如何安装json gem-无法建立gem本机扩展名 这似乎是稍有不同的错误。
有什么提示吗?谢谢!
/usr/lib/ruby/ruby.h
文件是否存在,如果存在,请向我们显示错误消息gem_make.out
。