I had a hell of a time compiling vzlogger 0.3.9 for Raspbian with microhttpd included — in the end the resulting binary lacked that functionality.
After a lot of trial-and-error and “forced” the code to be included by hard-coding the following define into as follows:
#define LOCAL_SUPPORT 1 #ifdef LOCAL_SUPPORT #include "local.h" #endif /* LOCAL_SUPPORT */
As a convenience to those who want that functionality I’ve attached a ready-made package to this post. Let me know if this helps.
Update 2014-12-28: Version 0.4.0 package with uhttpd support available here.
Update 2015-01-05: Version 0.4.0 package based on Git source with SHA d16c0c4c8d83ab9c13f65eb51d931897e7462bc9
available here.