Skip to content

Instantly share code, notes, and snippets.

@aalvesjr
Created October 16, 2011 07:34
Show Gist options
  • Save aalvesjr/1290618 to your computer and use it in GitHub Desktop.
Save aalvesjr/1290618 to your computer and use it in GitHub Desktop.
Erro Ruby#Gems
ERRO>
armando@ubuntu:~$ gem install bundler
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
faça>>
cd ruby-1.9.2-p0/ext/zlib/
ruby extconf.rb
make
sudo make install
após isso pode faltar apenas a permissão para salvar nas pastas o que vc resolve com
$ sudo gem install bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment