새로운 Ubuntu 12.04 VM이 있고 Ruby 2.0.0-p0을 설치하고 싶습니다. 루비를 쉽게 설치할 수는 있지만 보석이 작동하지 않습니다.
$ gem install bundler
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
SSL을 설치 했으므로 문제가 무엇인지 정확히 알 수 없습니다.
$ sudo apt-get install libssl1.0.0 libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libssl-dev is already the newest version.
libssl1.0.0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
비슷하게,
$ which openssl
/usr/bin/openssl
설치로 돌아 가면 두 가지 라인이 있습니다.
$ sudo make install
Failed to configure openssl. It will not be installed.
Failed to configure readline. It will not be installed.
감사!