English 中文(简体)
指挥线上的超重弹(Openshitft)
原标题:Error with rhc-create-domain on command line (Openshitft)

第一,我对Ruby没有多少了解,但开放式袭击的指挥线利用大声控制我对云的 app。 尼斯!

Ok, i m 安装了在短链氯化石蜡(Ubuntu基地):

sudo apt-get install ruby1.8
sudo apt-get install gem
sudo apt-get install rubygems
gem install json_pure
gem install rake
gem install rhc

尼斯!

rhc-create-domain -n carlosjr -l [email protected]
/usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs : Could not find rhc (>= 0) amongst [json-1.6.6, json_pure-1.6.6, mime-types-1.18, parseconfig-0.5.2, rest-client-1.6.7] (Gem::LoadError)
        from /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec 
        from /usr/local/lib/site_ruby/1.8/rubygems.rb:1231:in `gem 
        from /usr/local/bin/rhc-create-domain:18

记住,我不知道我是否必须更新 rub或鲁比格姆。

现在不再如此。 感谢。

最佳回答

我解决这个问题。 装有KE的Lino Mint 12(Lisa)含有安装的基本Ruby包,因此,我在安装所有必要的RHC仪器之前,冲进了所有的废墟。 我的解决办法(指挥线):

sudo apt-get purge ruby* (caution with grub packages)

sudo reboot

sudo apt-get install ruby1.8
sudo apt-get install gem
sudo apt-get install rubygems
gem install json_pure
gem install rake
gem install rhc

所有职能现在都应发挥作用。

PS:我认为,可以更多地解释Rubys的安装过程。

问题回答

我在班图12.04上发出了同样的错误信息。 就我而言,问题不是世界可以理解的。





相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签