Closed ceifa closed 4 years ago
Try https://github.com/FredyH/MySQLOO/issues/68#issuecomment-656617701 to see if it helps you.
Try #68 (comment) to see if it helps you.
It works! Thanks for the fast reply. I will remain the issue open because it seems to be a bug on mysqloo.
Not really a bug, one of the files in the release .zip just needs to be renamed (or some alternate compiling flags need to be set?).
I think you can also install the libmysqlclient-dev
package which will add all the correctly named libs to your OS so you're not relying on the one shipped with the beta release. I'm not 100% sure on this though.
I installed the binaries on my server:
And then I checked the luajit:
And when I tried to require the module with
require("mysqloo")
, it throwed an error, but f I do the exactly same steps with the version9.6.1
, it works great.Am I doing something wrong or is it a bug?