【发布时间】:2012-12-21 23:58:07
【问题描述】:
运行rvmsudo passenger-install-nginx-module,我明白了:
Checking for required software...
* GNU C++ compiler... found at /usr/bin/g++
* The 'make' tool... found at /usr/bin/make
* A download tool like 'wget' or 'curl'... found at /usr/bin/wget
* Ruby development headers... not found
运气不好
请以 root 身份运行
apt-get install ruby1.8-dev
【问题讨论】:
-
为什么“以 root 身份运行 apt-get install ruby1.8-dev”没有运气?你试过了吗?结果如何?如果您收到错误消息,那是什么?
-
@theTinMan 仅供参考 ruby 1.8 不再维护,如果不需要,则不应使用它