Hi,
after a clean installation on raspberry3, it does not start.
With a manual start from console:
Code
LibreELEC:~/.kodi/addons/service.ttyd # /storage/.kodi/addons/service.ttyd/bin/ttyd -O -T xterm256 -p 11111 login root
[2022/04/05 21:24:43:3436] N: ttyd 1.6.3 (libwebsockets 4.3.0-10.0.1-145-g3d9df70d91)
[2022/04/05 21:24:43:3439] N: tty configuration:
[2022/04/05 21:24:43:3440] N: start command: login root
[2022/04/05 21:24:43:3440] N: close signal: SIGHUP (1)
[2022/04/05 21:24:43:3441] N: terminal type: xterm256
[2022/04/05 21:24:43:3441] N: check origin: true
[2022/04/05 21:24:43:3497] E: lws_create_context: failed to load evlib_uv
[2022/04/05 21:24:43:3498] E: libwebsockets context creation failed
So, I think there is a library missing. Running the full binary (statically linked) from ttyd repository works fine. Under
I have : libjson-c.so.5 , libuv.so.1 and libwebsockets.so.19