lunarmodules / luasql

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

Installing luasql error #159

Closed eeerrri closed 4 months ago

eeerrri commented 4 months ago

Hello, I have a problem with installing luasql on my Windows 11 pc. It only says it failed at compiling module. ! image_2024-02-15_182333964

tomasguisasola commented 4 months ago

Note that the problem is in mysqlclient.lib (which needs libssl-3-x64.dll that might be the real problem). The other messages are derived from that file not being handled by the linker (ld.exe).

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.