Pages - Menu

Monday, October 22, 2012

Ruby - Installing gem eventmachine

Hi fellas!

Trying this:

$ gem install eventmachine


Returned me this:

make
compiling ssl.cpp
make: g++: Command not found
make: *** [ssl.o] Error 127

The solution is installing the build-essential package:

$ sudo apt-get install build-essential


Problem solved!

No comments:

Post a Comment