|
On 12 Jan '06, at 1:30 PM, James Harrison wrote:
That header is part of MySQL itself, not LuaSQL, so it seems like you have to have MySQL (or at least its headers) installed on that machine to be able to build. For example, on my OS X machine it's in /usr/local/mysql/include/. It might well be in a different place on your Linux box. Try using 'locate mysql.h' to find it, then update the include paths in the makefile accordingly. --Jens |