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

error loading mdoule 'ffi': undefined symbol: lua_getiuservalue #86

Open
Robin-Sch opened this issue Nov 26, 2024 · 4 comments
Open

error loading mdoule 'ffi': undefined symbol: lua_getiuservalue #86

Robin-Sch opened this issue Nov 26, 2024 · 4 comments

Comments

@Robin-Sch
Copy link

Hello everyone!

I just installed lua-vips, however, I constantly get the following error:

error loading mdoule 'ffi': undefined symbol: lua_getiuservalue

could you please help me out how to debug this? Thanks a lot!

@jcupitt
Copy link
Member

jcupitt commented Nov 26, 2024

Hello @Robin-Sch,

Which Lua version is this, and which platform are you using?

lua_getiuservalue ought to be in current Lua, I think:

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?

@Robin-Sch
Copy link
Author

I am using arch linux, lua version 5.4.7. How do I get the dev package?

@jcupitt
Copy link
Member

jcupitt commented Nov 26, 2024

Sorry, I don't know arch too well. Maybe ask on their support?

@Robin-Sch
Copy link
Author

Robin-Sch commented Nov 26, 2024

I have not too much experience with lua, but I think everything should already be installed perfect fine: https://wiki.archlinux.org/title/Lua

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

No branches or pull requests

2 participants