We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hello @Robin-Sch,
Which Lua version is this, and which platform are you using?
lua_getiuservalue ought to be in current Lua, I think:
lua_getiuservalue
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?
Sorry, something went wrong.
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
No branches or pull requests
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: