lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all.

When i'm trying to compile LuaSQL 2.0.1 on a Linux 2.6 system, I get a
huge number of errors all stemming from
src/ls_mysql.c:19:19: mysql.h: No such file or directory

I'm compiling only for mySQL, nothing else. I have Lua 5.1 Beta
installed, and compat set up properly for LuaSQL. I get the same
problems with Lua 5.0.

Any ideas? I've checked all the download folders and mysql.h isn't
there, and it's not available from any of their site links.

root@sarek [/gameservers/luasql-2.0.1]# lua -version
Lua 5.1 (beta)  Copyright (C) 1994-2005 Lua.org, PUC-Rio
root@sarek [/gameservers/luasql-2.0.1]# gcc --version
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)


Hope someone knows what the issue is here, it's driving me up several
walls :-o


James Harrison