windows - Error installing Rails (after installing nearly 20 dlls one by one) rl_attempted_completion_over (readline.dll) -
Every time I typed: Mani installed Rail asked me for a DLL. So I downloaded the following:
datasvcs.dll, icudt24l.dll, icuin24.dll, icuio24.dll, icuuc24.dll, libeay32.dll, libmex.dll, libmwservices.dll, libmx . Dll, libut.dll, libz.dll, mpath.dll, msvcrt-ruby191.dll, mvalue.dll, m_dispatcher.dll, nscrt.dll, readline.dll, ssleay32.dll, xerces-c_2_1_0.dll, zlib.dll. Finally it said: This place can not be found rl_attempted_completion_over (readline.dll) (I already readline.dll!)
I am using Windows XP
After installing Ruby 1.9, The same "rl_attempted_completion_over" encountered the problem. On a Windows 7 machine which is running Ruby 1.8.6.1.376 is just fine. Unfortunately, I have downloaded all the DLS from econsultant.com/dll-database/ manually, they do not have readline.dll correct. Their DLLs were 5,632 bytes DLL Ruby is required size of 136,192 bytes. I found on the correct DL Copy this dll in my environment on a path I had put my DLS in Ruby's bin directory. After completing these steps and running some tests with Sinatra and Rail, this problem appears to be resolved.
Comments
Post a Comment