This happens after performing the docker build steps as detailed in the wiki
[root@xxx virtlyst]# docker run -ti --init --name virtlyst -p 3000:3000 -v /run/libvirt:/run/libvirt:rw virtlyst
Installing EPoll event loop
Loading INI configuration: config.ini section: wsgi
Cutelyst-WSGI starting
WSGI socket 0 bound to TCP address 0.0.0.0:3000 fd 7
Loading application: src/libVirtlyst.so
6:6 wsgi[critical] Could not load application: "The shared library was not found."
This happens after performing the docker build steps as detailed in the wiki