Discussion:
[jruby-user] Trouble with gems installation in JRuby with RVM
Milos Dolobac
2014-05-17 06:57:30 UTC
Permalink
I'm using Linux Mint.

I've already installed JRuby by RVM. When I check version of JRuby it
gives me correct message:

jruby 1.7.11 (1.9.3p392) 2014-02-24 86339bb on Java HotSpot(TM) Server
VM 1.8.0_05-b13 +indy [linux-i386]

But when I try to install some gems, for example:

gem install bundler

It gives me this message:

ERROR: While executing gem ... (SocketError)
recv: name or service not known
--
Posted via http://www.ruby-forum.com/.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Karol Bucek
2014-05-17 12:49:01 UTC
Permalink
double posted at
http://stackoverflow.com/questions/23708652/trouble-with-gems-installation-in-jruby-with-rvm

please provide more information (on stack-overflow) such as `which gem` or
`gem env` and `which jruby` ... thx
Post by Milos Dolobac
I'm using Linux Mint.
I've already installed JRuby by RVM. When I check version of JRuby it
jruby 1.7.11 (1.9.3p392) 2014-02-24 86339bb on Java HotSpot(TM) Server
VM 1.8.0_05-b13 +indy [linux-i386]
gem install bundler
ERROR: While executing gem ... (SocketError)
recv: name or service not known
--
Posted via http://www.ruby-forum.com/.
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
Milos Dolobac
2014-05-17 16:02:43 UTC
Permalink
I've provided more information about gem env and which ruby and which
gem on stackoverflow
--
Posted via http://www.ruby-forum.com/.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Keith Bennett
2014-05-17 16:33:32 UTC
Permalink
Link?
Post by Milos Dolobac
I've provided more information about gem env and which ruby and which
gem on stackoverflow
Loading...