I'm installing sphinx for my macbook pro but I failed when I ran "sudo make", it generate the following error.
error: mysql.h: No such file or directory.
I navig开发者_如何转开发ate throw the web searching for a solution & the solution was to setup mysql-devel.
The new problem is that I can't find it for mac?? what shall I do?
You can use the Fink package management system to install mysql-dev. There is some getting started information here for fink. It may seem like a roundabout way to get things installed but in the long term it will pay dividends.
Good luck,
Chris
精彩评论