-
Notifications
You must be signed in to change notification settings - Fork 192
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
Problems installing LuaSQL #157
Comments
It seems the compiler found out how to compile LuaSQL code (all lines compiling object code (.o files) seem to have succeeded), but could not link it against the database library (the line with -o option and the name of the final .dll driver). Check whether the path (-L) correctly points to the correct path AND whether the name of the database library (-l) name it correctly. |
My Windows knowledge is very limited, so I have to say that I am not sure I can help you. You'd better check with someone more experienced with Windows. Anyways, what seems strange to me is that only one library is mentioned in each invocation you tried ( |
Note that the message states that "-llibmysql" is missing, not "libmysql". It seems the compiler is considering "-llibmysql" as the name of a file to compile. I think your command line is missing something. Please try (I hope I have not mistyped anything!):
|
I downloaded other rocks using LuaRocks but it looks like downloading LuaSQL using LuaRocks is impossible.
I've tried downloading it for MYSQL both from my computer and online but both gave me the same problem, I also tried for Postgres but have the same issue does anybody have any clue how to fix? Thx. :'(
The text was updated successfully, but these errors were encountered: