Yeni bir Ubuntu 12.04 VM'im var ve Ruby 2.0.0-p0'ı kurmak istiyorum. Ruby'yi yeterince kolayca yükleyebiliyorum, ancak mücevherlerin çalışmasını sağlayamıyorum.
$ 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
Açık SSL yükledim, bu yüzden sorunun ne olduğundan tam olarak emin değilim.
$ 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.
Benzer şekilde,
$ which openssl
/usr/bin/openssl
Kuruluma geri dönersem beni ilgilendiren iki hat var.
$ sudo make install
Failed to configure openssl. It will not be installed.
Failed to configure readline. It will not be installed.
Teşekkürler!