lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
539 stars 191 forks source link

Error: "LINK: fatal error LNK1181: cannot open input file 'C:\gcc-lua-install\lua\bin\lua53.lib'." #57

Open bonez001 opened 7 years ago

bonez001 commented 7 years ago

Hello . I have a problem. Hope you can help me. Here is the problem:

I need to install luasql in my computer for my data in MySQL. I already installed lua and luarocks. I run luarocks in Visual STudio COmmand Promt to install luasql command prompt but I got the error mentioned above. Note that I already change the config file of luarocks with this code:

LUALIB = 'lua53.lib'. (By the way, how can I have this file?) I really need your help help. I already spend a day on it and I follow what they did in https://github.com/keplerproject/luafilesystem/issues/22. Thanks in advance.

hishamhm commented 7 years ago

How did you install Lua?