Created
October 25, 2009 04:22
-
-
Save agrimm/217891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Documents and Settings\Andrew>PATH | |
PATH=c:\ruby19\bin;c:\ruby\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\ | |
C:\Documents and Settings\Andrew>gem update --system | |
c:/ruby19/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:1:in `require': 126: The specified module could not be found. - c:/ruby19/lib/ruby/1.9.1/i386-mswin32/zlib.so (LoadError) | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/spec_fetcher.rb:1:in `<top (required)>' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/commands/update_command.rb:5:in `require' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/commands/update_command.rb:5:in `<top (required)>' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:140:in `require' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:140:in `rescue in load_and_instantiate' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:132:in `load_and_instantiate' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:65:in `[]' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:118:in `find_command' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:104:in `process_args' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/command_manager.rb:75:in `run' | |
from c:/ruby19/lib/ruby/1.9.1/rubygems/gem_runner.rb:39:in `run' | |
from c:/ruby19/bin/gem.bat:32:in `<main>' | |
C:\Documents and Settings\Andrew>#Added in zlib1.dll and renamed it zlib.dll | |
'#Added' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\Documents and Settings\Andrew># Followed the rest of the instructions in http://blog.orangecabin.com/2009/05/install-ruby-1-9-on-windows-using-zip-binary/ | |
'#' is not recognized as an internal or external command, | |
operable program or batch file. | |
C:\Documents and Settings\Andrew>gem update --system | |
Updating RubyGems | |
Updating rubygems-update | |
Successfully installed rubygems-update-1.3.5 | |
:0:Warning: Gem::SourceIndex#search support for String patterns is deprecated | |
Updating RubyGems to 1.3.5 | |
Installing RubyGems 1.3.5 | |
RubyGems 1.3.5 installed | |
=== 1.3.5 / 2009-07-21 | |
Bug fixes: | |
* Fix use of prerelease gems. | |
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458. | |
Deprecation Notices: | |
* Bulk index update is no longer supported (the code currently remains, but not | |
the tests) | |
* Gem::manage_gems was removed in 1.3.3. | |
* Time::today was removed in 1.3.3. | |
------------------------------------------------------------------------------ | |
RubyGems installed the following executables: | |
c:/ruby19/bin/gem | |
RubyGems system software updated | |
C:\Documents and Settings\Andrew> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment