Hey, On Thu, Feb 11, 2016 at 10:18:08PM -0800, Stephen Graf wrote: > When I tried to set up prosody with sql storage using mysql I followed the > instructions in the package and added luadbi-mysql. However prosody did not > seem to pick up on it even though the prosody documentation says that > nothing more is required. When I looked into what luadbi-mysql provided I > discovered a c library, dbdmysql.so. How is this converted to a lua file > that prosody can use? >
I'm not sure this is something that this is an explicit OpenBSD/ports problem. Please double-check your configuration and also your logs. Your information is very sparse. Lua DBI is a library that is loaded via binary/native interfaces and not written in Lua but C. This is entirely possible without "converting" it to a Lua file.