Hi, Alexey Verkhovsky <alex / verk.info> writes: > Code: > $ ruby install.rb > > As of RubyGems 0.8.0, library stubs are no longer needed. > Searching $LOAD_PATH for stubs to optionally delete (may take a > while)... > ...done. > No library stubs found. > > /usr/lib/ruby/1.8/i386-cygwin/digest/md5.so: dlopen, Win32 error 126 - > /usr/lib/ruby/1.8/i386-cygwin > /digest/md5.so (LoadError) % objdump -p /usr/lib/ruby/1.8/i386-cygwin/digest/md5.so | grep 'DLL Name' DLL Name: cygruby18.dll DLL Name: cygcrypto-0.9.7.dll DLL Name: cygwin1.dll DLL Name: KERNEL32.dll DLL Name: cygruby18.dll It depends on OpenSSL. Install OpenSSL with setup.exe. -- eban