सिस्टम संस्करण OS X El Capitan, संस्करण 10.11.5
मैंने होमब्रे और आरवीएम स्थापित किया। हालाँकि, जब मैं rvm के साथ कुछ भी स्थापित करने की कोशिश करता हूं (यानी। rvm 2.1.1 स्थापित करें), यह कहता है:
Somehow it happened there is no executable 'openssl',
run 'brew doctor' and make sure latest '' is installed properly.
RVM autolibs is now configured with mode '3' =>
'Allow RVM to use package manager if found, install missing dependencies.',
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]`
or visit https://rvm.io/rvm/autolibs for more information.
Requirements installation failed with status: 12.
जब मैं काढ़ा डॉक्टर चलाता हूं तो यह कहता है कि "आपका सिस्टम काढ़ा करने के लिए तैयार है"। मैंने ओपन एसएसएल का उपयोग करने के लिए पथ को बदलने की कोशिश की export PATH=/usr/local/bin:$PATH
और फिर brew link --force openssl
भी यह मुझे वही त्रुटि संदेश देता है। जब मैं करता हूं which openssl
तब भी यह कहते हैं कि यह यहां स्थित है /usr/bin/openssl
:।
Homebrew के साथ काम करने के लिए मुझे ओपनस्सेल प्राप्त करने के लिए मैं क्या कर सकता हूं?
नीचे पूर्ण टर्मिनल:
Last login: Sun Jan 15 20:36:34 on ttys000
Laurens-MacBook-Pro:~ laurensylvain$ rvm install 2.1.1
Searching for binary rubies, this might take some time.
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/osx/10.11/x86_64/ruby-2.1.1.tar.bz2
Checking requirements for osx.
Installing requirements for osx.
Updating system....
Installing required packages: readline, openssl.
Somehow it happened there is no executable 'openssl',
run 'brew doctor' and make sure latest '' is installed properly.
RVM autolibs is now configured with mode '3' =>
'Allow RVM to use package manager if found, install missing dependencies.',
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]`
or visit for more information.
Requirements installation failed with status: 12.
Laurens-MacBook-Pro:~ laurensylvain$ brew doctor
Your system is ready to brew.
Laurens-MacBook-Pro:~ laurensylvain$ touch ~/.bash_profile; open ~/.bash_profile
Laurens-MacBook-Pro:~ laurensylvain$ source ~/.bash_profile
Laurens-MacBook-Pro:~ laurensylvain$ echo $PATH
/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/laurensylvain/.rvm/bin:/Users/laurensylvain/.rvm/bin
Laurens-MacBook-Pro:~ laurensylvain$ brew link --force openssl
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
Laurens-MacBook-Pro:~ laurensylvain$ which openssl
/usr/bin/openssl