Thank you for your feedback! :) I have resolved my problem. After installing the cobbler rpm ,run "rpm -ql rubygem-cobbler",and the first line gives the path of rubygem-cobbler. Then run "gem install cobbler path --include-denpendencies".
Another question: Could you please give me some details about changing gem repository? Thanks, Nikki On Oct 8, 2:56 am, amrita <[EMAIL PROTECTED]> wrote: > You could use > > gem install cobbler --source <url> --include-dependencies > > where url points to the source of the cobbler gem. Make sure you have > installed gem first. > > Alternately you could add the repository from where you would like gem > to pull out cobbler, to the gem sources. After that do a `gem env` > just to make sure that the repository is among the sources. After that > running `gem install cobbler` should work. > > On Oct 6, 11:57 pm, Nikki <[EMAIL PROTECTED]> wrote: > > > Hi ALL, > > I am newcomer and also a freshman to Ruby. > > Would anyone have the experience about installing rubygem-cobbler? > > I tried to run some ruby programs.It prompts "Could not find Ruby > > Gem cobbler(>= 0)(Gem::LoadError)".But I had tried "yum install" and > > to download cobbler files.They all don't work. > > Would anyone give some advice? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

