conftest.c:1:19: error: mysql.h: No such file or directory
You may receive the above error in the mkmf.log file when attempting to install the MySQL gem. A sample of the log file errors is below. How to Resolve:Install mysql-devel via yum using the following command. bash [root@server ~]#yum install mysql-devel