-
Notifications
You must be signed in to change notification settings - Fork 208
error while installing on windows 7 #682
Comments
I have the same issue too. |
Same for me. No news? |
let this issue open. Some others errors happen due to net-ssh 2.9.3.beta1. See this issue : http://stackoverflow.com/questions/31906673/openshift-and-net-ssh-incompatibility-2-9-3-beta1-vs-2-9-2 |
Upgrading to 2.10.1.rc1 does not work as rhc accepts upto 2.9.3. I have not tried filing off the serial numbers or changing the dependency requirement. |
If it helps, I ended up writing a |
Ruby 2.1.6 and net-ssh 2.9.2 solved my problem. (Downgrade from Ruby 2.2.2 to 2.1.6 and net-ssh 2.9.3-beta1 to 2.9.2) |
@lcollet thanks! Your solution works a treat! If only GitHub has an upvote button... |
@lcollet another thank you. I think the issue is more about Ruby 2.2.2, seems to work for either net-ssh, but there is also some issues in net-ssh maybe not related, to the point 2.9.3 was retired. |
Apparently there are problems with gems and windows install, as it affects the RHC tool. (Not sure how other operating systems are affected, but this is definite no go on windows 7) I can install Ruby and gems fine.. new install:
I thought I had done this drill a few months ago. I'm not sure rhc was loaded. When I went to load it anew, I got this:
Apparently there are problems with net-ssh libraries...
Apparently a whole lot of people have this problem. Here's an idea. Is it possible, just possible to create command line tools in more functional, more robust language than ruby? I've got a dead site, and no way to figure out why. http://stackoverflow.com/questions/33593856/rhc-setup-gives-error-no-such-file-dl-import-still I'm sure I could keep going on, but I'm hoping you get the point. This just sucks. I see the post to downgrade gem and net-ssh, but how do you even do that?
works fine, but, net-ssh is a total fail:
|
Simply disinstall and use an old installer from the site. |
same issue in win8 |
It works using ruby 2.1.8 (which includes net-ssh 2.9.2) |
@lcollet but why it is behaving like this? |
I am facing problem while installing rhc on windows 7 machine. Here is log.
C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require': cannot load such file -- dl/impo rt (LoadError) from C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from C:/Ruby22/lib/ruby/gems/2.2.0/gems/net-ssh-2.9.2/lib/net/ssh/authentication/pageant.rb:1:in
<top (required )>' from C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from C:/Ruby22/lib/ruby/gems/2.2.0/gems/net-ssh-2.9.2/lib/net/ssh/authentication/agent/socket.rb:5:in
<top (required)>'
from C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require' from C:/Ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in
require'from C:/Ruby22/lib/ruby/gems/2.2.0/gems/net-ssh-2.9.2/lib/net/ssh/authentication/agent.rb:22:in `<top (required)
The text was updated successfully, but these errors were encountered: