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
本文提供了解决在安装SQLite3版本1.3.6时遇到错误,并确保Bundler能继续运行的方法。具体步骤包括使用sudo apt-get install libsqlite3-dev来安装所需的依赖。
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
6939

被折叠的 条评论
为什么被折叠?