作者hsinyu716 (hsinyu)
看板Ruby
标题[问题] 执行bundle install发生的错误
时间Tue Jul 15 18:33:25 2014
我依照
http://ppt.cc/rV1M安装好ror之後
新建第一个project 但当我进到demo下bundle install时
就出现
an error occurred while installing sqlite3(1.3.9),
and Bundler cannot continue.
Make sure that 'gem install sqlite3 -v '1.3.9''
successds before bundling.
但是sqlite3明明就安装了
一直卡在这个地方没办法启动
请问各位大大该如何解?
谢谢
ruby 1.9.3p547
Rails 4.1.4
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 114.35.231.102
※ 文章网址: http://webptt.com/cn.aspx?n=bbs/Ruby/M.1405420407.A.EC7.html
1F:→ danny8376:确定有装好? 版本对? 通常是ruby-dev没装无法compile 07/15 19:32
2F:→ dragonyy:Red Hat系的作业系统要加装 sqlite3-devel 套件 07/15 22:44
3F:→ alog:请多加利用 ubuntu 架设 rails 环境 07/16 14:27
4F:→ hsinyu716:我是用vm挂centos 版本不知道对不对 我再试试看 07/16 17:19
5F:→ dragonyy:CentOS 是 Red Hat 系的没错 07/17 13:15
6F:→ dragonyy:sudo yum install sqlite3 sqlite3-devel 07/17 13:15