J
Jayce Meade
You can get binaries of PDCurses, GDBM, OpenSSL, readline and Zlib at
Porting Libraries to Win32.
http://jarp.does.notwork.org/win32/ is the link it gives for that, but my
browsers won't connect. Is anyone else having that problem?
-jayce
--------------------------------------------------
From: "Luis Lavena" <[email protected]>
Sent: Saturday, January 31, 2009 5:10 AM
Newsgroups: comp.lang.ruby
Porting Libraries to Win32.
http://jarp.does.notwork.org/win32/ is the link it gives for that, but my
browsers won't connect. Is anyone else having that problem?
-jayce
--------------------------------------------------
From: "Luis Lavena" <[email protected]>
Sent: Saturday, January 31, 2009 5:10 AM
Newsgroups: comp.lang.ruby
C:\Documents and Settings\User>gem install ftools
c:/ruby/lib/ruby/1.9.1/rubygems/package.rb:10:in `require': 126: The
specified
odule could not be found. - c:/ruby/lib/ruby/1.9.1/i386-mswin32/zlib.so
(Load
rror)
from c:/ruby/lib/ruby/1.9.1/rubygems/package.rb:10:in `<top
(required)>
from c:/ruby/lib/ruby/1.9.1/rubygems/format.rb:9:in `require'
from c:/ruby/lib/ruby/1.9.1/rubygems/format.rb:9:in `<top
(required)>'
from c:/ruby/lib/ruby/1.9.1/rubygems/installer.rb:11:in `require'
from c:/ruby/lib/ruby/1.9.1/rubygems/installer.rb:11:in `<top
(required>'
from c:/ruby/lib/ruby/1.9.1/rubygems/dependency_installer.rb:3:in
`requ
re'
from c:/ruby/lib/ruby/1.9.1/rubygems/dependency_installer.rb:3:in
`<top
(required)>'
from
c:/ruby/lib/ruby/1.9.1/rubygems/commands/install_command.rb:4:in `
equire'
from
c:/ruby/lib/ruby/1.9.1/rubygems/commands/install_command.rb:4:in `
top (required)>'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:140:in
`require
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:140:in
`rescue
n load_and_instantiate'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:132:in
`load_an
_instantiate'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:65:in
`[]'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:118:in
`find_co
mand'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:104:in
`process
args'
from c:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:75:in
`run'
from c:/ruby/lib/ruby/1.9.1/rubygems/gem_runner.rb:39:in `run'
from c:/ruby/bin/gem.bat:32:in `<main>'
C:\Documents and Settings\User>
Got a few errors... figured it was due to uninstalled gems but the
zlib.dll
thing is cropping up again. How do I fix this?
--------------------------------------------------
From: "Jayce Meade" <[email protected]>
Sent: Saturday, January 31, 2009 2:23 AM
Fantastic! Thanks!--------------------------------------------------
From: "Andrés Suárez" <[email protected]>
Sent: Saturday, January 31, 2009 1:53 AM
Newsgroups: comp.lang.ruby
To: "ruby-talk ML" <[email protected]>
Subject: Re: Ruby 1.9.1 is releasedIf you are searching for win32 binaries of ruby1.9, this can help you:
Thanks to all the Ruby's team development for their incredible job.Regards,
Andrés
You guys never read the instructions:
http://www.garbagecollect.jp/ruby/mswin32/en/documents/install.html
If you're installing garbage collect releases, you need to follow
these rules.
HTH,