No puedo instalar ruby desde la fuente, en la configuración ( ./configure ) que dice
Ignore OpenSSL broken by Apple.
Please use another openssl. (e.g. using 'configure --with-openssl-dir=/path/to/openssl')
Failed to configure openssl. It will not be installed.
Incluso si uso el parámetro indicado. --with-opt-dir = / usr / local tampoco ayuda. Tenga en cuenta que también instalé el último openssl (1.0.1e) desde la fuente (está ubicado en / usr / local / ssh).
Más adelante, no puedo usar gem install , simplemente dice:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method 'invoke_with_build_args' for nil:NilClass
¿Cómo puedo indicarle a la instalación de Ruby que tome mi openssl instalado?