bundle install problem: mysql.h is missing

前端 未结 12 1496
迷失自我
迷失自我 2020-12-07 17:02

in my mac OSX 10.6 32 bit, I can install mysql2 gem quite easily, but not in mini mac 10.6 64bit server.

I have installed MySQL 5.5.11 in troublesome server, while i

12条回答
  •  [愿得一人]
    2020-12-07 18:02

    For those on Fedora 21, and you already installed mysql-devel:

    yum install redhat-rpm-config
    

    solved the problem for me. see: redhat docs

提交回复
热议问题