Sunday 16 December 2012

Failed to build gem native extension error while installing mysql & pg gem on ubuntu

If you are facing "Failed to build gem native extension" error while installing mysql and pg gem on ubuntu, which might look like




then you need to install the below mentioned packages for the same :

For mysql gem :

sudo apt-get install libmysqlclient-dev

For pg gem : 

sudo apt-get install libpq-dev

After installing the above packages, try installing the gem again. Hopefully, this time, it will get installed successfully.


No comments:

Post a Comment