I have a server which is not allowed on the web and where I want to
install
a gem, rubywmq-1.1.1.gem to be specific.
So I downloaded the gem via the gem fetch command and I put it on
/tmp.
I am trying to install it but I keep getting the following error:
===> /tmp
gem install rubywmq-1.1.1.gem
ERROR: Loading command: install (LoadError)
no such file to load – zlib
ERROR: While executing gem … (NameError)
uninitialized constant Gem::Commands::InstallCommand
I have a server which is not allowed on the web and where I want to
install
a gem, rubywmq-1.1.1.gem to be specific.
So I downloaded the gem via the gem fetch command and I put it on
/tmp.
I am trying to install it but I keep getting the following error:
===> /tmp
gem install rubywmq-1.1.1.gem
ERROR: Loading command: install (LoadError)
no such file to load – zlib
ERROR: While executing gem … (NameError)
uninitialized constant Gem::Commands::InstallCommand