Closed issue by tunip on void-packages repository https://github.com/void-linux/void-packages/issues/19441 Description: ### System * xuname: Void 5.4.21_1 x86_64 GenuineIntel/KVM uptodate rFF * package: libwebsockets 3.2.2 ttyd 1.6.0 ### Expected behavior Start ttyd without `libwebsockets context creation failed` error ### Actual behavior ``` [2020/02/23 20:52:08:6508] N: ttyd 1.6.0 (libwebsockets 3.2.2) [2020/02/23 20:52:08:6508] N: tty configuration: [2020/02/23 20:52:08:6508] N: start command: bash [2020/02/23 20:52:08:6508] N: close signal: SIGHUP (1) [2020/02/23 20:52:08:6508] N: terminal type: xterm-256color [2020/02/23 20:52:08:6508] E: Requested event library support not configured, available: [2020/02/23 20:52:08:6508] E: - poll [2020/02/23 20:52:08:6508] E: - libev [2020/02/23 20:52:08:6508] E: libwebsockets context creation failed ``` ### Steps to reproduce the behavior Start ttyd version 1.6.0 `[root@voidlinux ~]# ttyd bash` Could you enable support of libuv in libwebsockets? -DLWS_WITH_LIBUV=ON