【发布时间】:2012-03-21 07:41:45
【问题描述】:
我不知道确切的时间,但假设从 Snow Leopard 升级到 Lion (10.7.3) 我的系统配置似乎搞砸了。尝试安装 ree-1.8.7 时,无论尝试哪种方式,我都遇到了同样的问题:
Checking for required software...
* Non-broken C compiler... found at /usr/bin/gcc-4.2
* Non-broken C++ compiler... found at /usr/bin/g++-4.2
* The 'make' tool... found at /usr/bin/make
* The 'patch' tool... found at /usr/bin/patch
* Zlib development headers... found
* OpenSSL development headers... not found
* GNU Readline development headers... found
Some required software is not installed.
在使用 rvm、rbenv 或运行 ree 安装程序(通过所有选项)时会发生这种情况。虽然 openssl 已安装并正常工作:
openssl version
OpenSSL 0.9.8r 8 Feb 2011
我尝试过 brewing openssl 但这也无济于事,所以再次将其删除。
我非常绝望,因为我无法让它运行。任何提示表示赞赏。
编辑:我错过了我只安装了 xcode 命令行工具而不是完整的 xcode 包的细节。
【问题讨论】:
标签: ruby macos openssl osx-lion rvm