-
Notifications
You must be signed in to change notification settings - Fork 10
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
error loading mdoule 'ffi': undefined symbol: lua_getiuservalue #86
Comments
Hello @Robin-Sch, Which Lua version is this, and which platform are you using?
https://www.lua.org/manual/5.4/manual.html#lua_getiuservalue If you cannot link to it, perhaps you are missing the Lua dev package? |
I am using arch linux, lua version 5.4.7. How do I get the dev package? |
Sorry, I don't know arch too well. Maybe ask on their support? |
I have not too much experience with lua, but I think everything should already be installed perfect fine: https://wiki.archlinux.org/title/Lua |
@Robin-Sch How exactly did you install One observation:
returns
whereas
returns
So first check if the symbol is available in your Lua binary. Further you could try debugging like this:
(gdb) break lua_getiuservalue
Downloading source file /build/lua5.4-GCEpSw/lua5.4-5.4.6/src/lapi.c
Haltepunkt 1 at 0xb740: file /build/lua5.4-GCEpSw/lua5.4-5.4.6/src/lapi.c, line 802.
Report back what you get instead. |
Hello everyone!
I just installed lua-vips, however, I constantly get the following error:
could you please help me out how to debug this? Thanks a lot!
The text was updated successfully, but these errors were encountered: