rails报错:checking for sqlite3.h... no
?
?
An error occured while installing sqlite3 (1.3.6), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before bundling.
?
需要执行:
?
sudo apt-get install ?libsqlite3-dev
?
发布时间: 2012-09-03 09:48:39 作者: rapoo
rails报错:checking for sqlite3.h... no
?
?
An error occured while installing sqlite3 (1.3.6), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before bundling.
?
需要执行:
?
sudo apt-get install ?libsqlite3-dev
?