sqlite3-ruby gem can't find sqlite3.h on ubuntu

谁说胖子不能爱 提交于 2019-12-03 06:16:27

In my case I had to install libsqlite3-dev

sudo apt-get install libsqlite3-dev

Never mind. gcc itself wasn't installed, as I discovered when I tried to install another gem with better error messages.

https://help.ubuntu.com/community/RubyOnRails here is a basic tutorial for setting up RoR development environment for Ubuntu with each step of the way explained. Good luck!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!