Friday, July 17, 2015

Building Ruby on Raspbian

Building Ruby on Raspbian using rbenv & ruby-build will fail:
$rbenv install 2.2.2
The Ruby openssl extension was not compiled. Missing the OpenSSL lib?


You need the package libssl-dev to resolve the above error and also package libreadline-dev to fix issues with irb.

No comments: