Problems with Rails Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robbx
    New Member
    • Mar 2007
    • 1

    Problems with Rails Installation

    Hy guys I got an error trying to install Rails on Windows XP /SP2

    C:\rubydev\ruby >gem install rails --include-dependencies
    ERROR: While executing gem ... (Gem::RemoteFet cher::FetchErro r)
    getaddrinfo: no address associated with hostname.(Socke tError)

    I have these Software Installed already:

    -- Apache Web Server
    -- MySQL 5.0
    -- Ruby 1.8.5

    What Can I do..??? Can you please Help me..

    Robbx
    ----------------------
  • aneeshkb
    New Member
    • Jul 2007
    • 1

    #2
    go to hosts file in C:/windows/system32/drivers/etc/hosts and add the ipaddress system name mapping entry
    then try

    Originally posted by robbx
    Hy guys I got an error trying to install Rails on Windows XP /SP2

    C:\rubydev\ruby >gem install rails --include-dependencies
    ERROR: While executing gem ... (Gem::RemoteFet cher::FetchErro r)
    getaddrinfo: no address associated with hostname.(Socke tError)

    I have these Software Installed already:

    -- Apache Web Server
    -- MySQL 5.0
    -- Ruby 1.8.5

    What Can I do..??? Can you please Help me..

    Robbx
    ----------------------

    Comment

    Working...