I want to check the Admin API, but i found the Admin API HTTP can't work.
I get the next error log.
It seems like the MHD_start_daemon function can't work fine.
Do I missing some of my libraries, or some other reason?
============================================
[Wed Jul 19 18:46:57 2017] Using a thread per connection for the Janus API HTTP webserver
[Wed Jul 19 18:46:57 2017] Binding to all interfaces for the Janus API HTTP webserver
[Wed Jul 19 18:46:57 2017] [FATAL] [transports/janus_http.c:janus_http_init:724] Couldn't start webserver on port 8088...
[Wed Jul 19 18:46:57 2017] Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
[Wed Jul 19 18:46:57 2017] [WARN] HTTPS webserver disabled
[Wed Jul 19 18:46:57 2017] Using a thread per connection for the Admin API HTTP webserver
[Wed Jul 19 18:46:57 2017] Binding to all interfaces for the Admin API HTTP webserver
[Wed Jul 19 18:46:57 2017] [FATAL] [transports/janus_http.c:janus_http_init:803] Couldn't start admin/monitor webserver on port 7088...
============================================