Non riesco a installare ruby dal sorgente, nella configurazione ( ./ configure ) afferma
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.
Anche se uso il parametro detto. - con-opt-dir = / usr / local non aiuta neanche. Nota, ho installato l'ultima versione di openssl (1.0.1e) anche dalla sorgente (si trova in / usr / local / ssh).
Quindi più tardi non posso usare gem install , semplicemente afferma:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method 'invoke_with_build_args' for nil:NilClass
Come posso dire all'installazione di ruby di prendere il mio openssl installato?