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

Problem loading driver with luajit #142

Open
EzequielHiran opened this issue Jul 4, 2022 · 0 comments
Open

Problem loading driver with luajit #142

EzequielHiran opened this issue Jul 4, 2022 · 0 comments

Comments

@EzequielHiran
Copy link

Hi, I am trying to load luasql.sqlite3 driver, it loads well with standard lua 5.4.4 but fails with luajit 2.1.0-beta3 with this error:

undefined symbol: lua_newuserdatauv

I have found the api changed from lua_newuserdata to this new function version with 3 parameters and standard lua seems up to-date but lua jit seems to be not.
What should I change?

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

1 participant