ruby 1.9.1 missing dlls
jueves, 9 de abril de 2009
Sin comentarios
ruby 1.9.1 missing dlls
If you download Ruby 1.9.1 and run:
gem install rails --include-dependencies
And some MsgBox says missing ZLIB.DLL, SSLEAY32.DLL, etc..
Don’t worry you can download this missing libraries here ruby-1.9.1-missing-dlls.zip or download ruby-1.8.6 installer and take all (C:\ruby\bin\*.dll) and paste in the new ruby 1.9.1 path c:\ruby191\bin
Now gem command works fine.