1

I have researched this issue yet the answers found (including here on SOF) have not resolved it

Ubuntu noob rails install fails on zlib

cannot load such file -- zlib even after using rvm pkg install zlib

Going to the "rvm site for zlib" and following the directions still does not work for me.

$ gem install redcar

ERROR:  Loading command: install (LoadError)
    cannot load such file -- zlib
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::Commands::InstallCommand
Community
  • 1
  • 1
WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560

1 Answers1

0

please use the "quick fix" from here https://rvm.io/packages/zlib/

you have to ignore the rest of instructions, they are intended for systems that do not support packages (like osx)

mpapis
  • 52,729
  • 14
  • 121
  • 158