[Solved] Getting errors when running Rails server with MySQL


Probably libmysqlclient is not installed in your system. Install it by using this command:

sudo apt-get install libmysqlclient-dev

Cheers!

solved Getting errors when running Rails server with MySQL