Getting the built in http server to work¶
Here is a list of possible gotchas
- Make sure you configure the HTTP connector (which is the default), by having in your CMakeCache.txt:
//Compile in stand-alone httpd connector (libwthttp) ? CONNECTOR_HTTP:BOOL=ON
- After launching any example I get
terminate called after throwing an instance of '__gnu_cxx::recursive_init'
This is an issue with asio 0.3.7, apply the following patch to your asio library. (Gentoo already has this patch)