Can't install Ruby on Rails on Wamp

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-02-03T18:11:35Z Indexed on 2010/03/13 22:05 UTC
Read the original article Hit count: 201

Filed under:

I followed this tutorial:

http://stackoverflow.com/questions/2025449/how-to-install-ruby-on-rails-alongside-wampserver

After adding D:\wamp\ruby\bin (my wamp folder is in D:) to my Path and write gem install rails in the command line I get 2 error which says that the following files couldn't be found:

SSLEAY32.dll
zlib.dll

Here is the screenshot:

alt text

© Stack Overflow or respective owner

Related posts about ruby-on-rails