Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luasql undefined, failing at mysql.dll #160

Open
eeerrri opened this issue Feb 17, 2024 · 2 comments
Open

Luasql undefined, failing at mysql.dll #160

eeerrri opened this issue Feb 17, 2024 · 2 comments

Comments

@eeerrri
Copy link

eeerrri commented Feb 17, 2024

          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 #159 (comment)

@tomasguisasola
Copy link
Contributor

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
Copy link
Author

eeerrri commented Feb 27, 2024

image_2024-02-27_125728748

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants