mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

Backport lua5.4 support for Debian Bullseye? #68

Open poVoq opened 2 years ago

poVoq commented 2 years ago

Would be nice if the recently added lua5.4 support could be back-ported via the Prosody Debian repos.

Thanks!

mckaygerhard commented 2 years ago

errr i guess you can rebuild your packages.. from sid, or just use the VenenuX repos.. just change the depends from debhelper-compat to debhelper >= 9 and added the compat file with 10 included as number

this is not an issue, can be marked as solved, for more info ask in telrgram venenux groups

debendraoli commented 1 year ago

nope, it does not work. Failed to load driver.

/usr/local/lib/lua/5.4/dbd/postgresql.so: undefined symbol: lua_newuserdata

mckaygerhard commented 1 year ago

that is not from package.. you have a broken compilation by yourseflt @debendraoli seems created libraries are underlinked in your case.. i use debian pacakges well made by VenenuX repos.. and last time just works..

unfortunatelly i cant double check right now.. so you must check for underlinked lua results

debendraoli commented 1 year ago

nvm, I compiled with lua5.4 myself.

mckaygerhard commented 1 year ago

nvm, I compiled with lua5.4 myself.

then use debian pacakges from venenux repos..