After updating Unraid from 7.2.3 to 7.2.4 (kernel 6.12.54-Unraid) my LXC containers stopped working with a "faulty config" error in the UI. Then in saw that a newer version of the plugin was available on Github so i tried manually updating it, cause the community apps store still pulls the older one. After some digging i found that lxc-start fails with: lxc-start: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory It seems the plugin package (LXC-6.0.6-1.txz) was compiled against OpenSSL 1.1 but Unraid 7.2.4 ships with OpenSSL 3, so the library is missing.