मेरे पास एक नया उबंटू 12.04 VM है, और मैं रूबी 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
मेरे पास खुला एसएसएल स्थापित है, इसलिए मुझे यकीन नहीं है कि समस्या क्या है।
$ 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.
धन्यवाद!