Monday, October 25, 2021

Prosody on OpenBSD 7.0

after upgrade OpenBSD to 7.0, I've got " Cannot load driver MySQL. Available drivers are: SQLite3" pkg_add lua52dbi-mysql helped. Yes, that's all I want to say about that!

Saturday, May 8, 2021

Compiling LIRC on Void Linux

After compiling I've noticed that 'default' driver is missing, this makes it unusable on Raspberry PI1. The trick is #include <sys/sysmacros.h> in plugins/default.c somewhere around line 35.