I am using gwan 7.12.6 on my Ubuntu Server 14.04.4 LTS and I start it with the command sudo service gwan test
that is equivalent to the command sudo ./gwan
(so not in deamon mode).
Then, all the servlets compile without any error, but kv_bench.c
and auth_oauth.c
.
When removing the undercore charater of these two servlets, gwan dies with the message:
To run G-WAN, you must fix the error(s) or remove this Servlet.
What is wrong with these two servlets (I'm not a C specialist) that are included with the standard gwan distribution?