bundle install problem: mysql.h is missing

前端 未结 12 1505
迷失自我
迷失自我 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 17:51

    Verify that gcc is installed. If it isn't, you will get that same error message.

    You can check the results/log file it mentions for more clues as to the cause.

提交回复
热议问题