lunarmodules / luasql

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

Luasql undefined, failing at mysql.dll #160

Open eeerrri opened 4 months ago

eeerrri commented 4 months ago
          Well i installed libssl-3-x64.dll in my sistem32 folder a restarted the computer.

And its the same problem: Failed compiling module luasql/mysql.dll

I installed the file from this website: https://www.dllme.com/dll/files/libssl-3-x64.

image

So there's a different problem.

Originally posted by @eeerrri in https://github.com/lunarmodules/luasql/issues/159#issuecomment-1950247166

tomasguisasola commented 4 months ago

Note that the problem has nothing to do to libssl. The linker is trying to find the names listed which should be in a MySQL development library. Please, try add -llibmysql to the command line with the -shared parameter. I think this is the missing library.

eeerrri commented 4 months ago

image_2024-02-27_125728748

Did you mean it like this? It still gives me the same issue.