当前位置:  开发笔记 > 后端 > 正文

mod_rails make:找不到命令

如何解决《mod_railsmake:找不到命令》经验,为你挑选了1个好方法。

我在Debian服务器上设置了mod_rails但不知何故搞砸了(不是我:P).

gem install passenger
Building native extensions.  This could take a while...
ERROR:  Error installing passenger:
 ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb
creating Makefile

make
sh: make: command not found

Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.7 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/fastthread-1.0.7/ext/fastthread/gem_make.out

安装宝石:

gem -v
1.3.5

红宝石也很好:

ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]

Dave Pirotte.. 8

你确定你有制作,gcc等?

$ sudo apt-get install build-essential

"哪个"指向什么?



1> Dave Pirotte..:

你确定你有制作,gcc等?

$ sudo apt-get install build-essential

"哪个"指向什么?

推荐阅读
黄晓敏3023
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有