Ich habe eine neue Ubuntu 12.04 VM und möchte Ruby 2.0.0-p0 installieren. Ich kann Ruby leicht genug installieren, aber ich kann Edelsteine nicht zum Laufen bringen.
$ 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
Ich habe Open SSL installiert, daher bin ich mir nicht ganz sicher, wo das Problem liegt.
$ 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.
Ähnlich,
$ which openssl
/usr/bin/openssl
Wenn ich zur Installation zurückkehre, gibt es zwei Zeilen, die mich betreffen.
$ sudo make install
Failed to configure openssl. It will not be installed.
Failed to configure readline. It will not be installed.
Vielen Dank!