I tried to do
gem install mysql
but there is an error. "Could not create Makefile due to some reason..."
How do I fix this? I believe I installed mysql on cygwin. Help!!
I tried to do
gem install mysql
but there is an error. "Could not create Makefile due to some reason..."
How do I fix this? I believe I installed mysql on cygwin. Help!!
Unfortunately, you may have to recompile MySQL to obtain the necessary library files.
vi /usr/include/sys/ttydefaults.h
and paste it in
cp mysqld_error.h /usr/local/include/mysql/
gem install mysql