I tried several ideas ... none of them worked ...
I\'m just trying to install mysql2 as a gem. My mysql is working, but every time my system says, that mysql.h is missing .
Installing a gem sometimes involves compiling source. In this case the MySQL gem needs to create the ruby interface by compiling the C code -- you most likely need to install the MySQL development files.