Very Often when we setup a Rails application on a fresh Ubuntu machine, we end up facing error when installing mysql gem, when executing bundle install.
Make sure you have mysql gem dependencies installed, (and offcourse the actual mysql server as well)
Done.
Make sure you have mysql gem dependencies installed, (and offcourse the actual mysql server as well)
sudo apt-get install libmysql-ruby libmysqlclient-dev
Done.
No comments:
Post a Comment