Hi there,

I'm a newbie, and would really appreciate if someone could give me a
pointer to
a solution to rail installation on fedora 8 below. I know Ubuntu is
probably
a lot easier, but I have a need to get this to work on fedora 8.

-------------------------------------
-bash-3.2$ sudo gem install rails --include-dependencies
INFO:  `gem install -y` is now default and will be removed
INFO:  use --ignore-dependencies to install only the gems you list
ERROR:  Error installing rails:
        actionpack requires rack (~> 1.1.0, runtime)

-bash-3.2$ sudo gem install rack -v 1.1.0
ERROR:  could not find gem rack locally or in a repository

-bash-3.2$ sudo gem install rack
Successfully installed rack-1.2.1
1 gem installed
Installing ri documentation for rack-1.2.1...
Installing RDoc documentation for rack-1.2.1...

-bash-3.2$ gem install rails -y
INFO:  `gem install -y` is now default and will be removed
INFO:  use --ignore-dependencies to install only the gems you list
ERROR:  Error installing rails:
        actionpack requires rack (~> 1.1.0, runtime)

------------------------------------

Thank you very much,

Roger L.
-- 
Posted via http://www.ruby-forum.com/.

-- 
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.

Reply via email to