On Wed, 2015-01-21 at 10:54 +0800, alect wrote: > wget ftp://ftp.infradead.org/pub/ocserv/ocserv-0.9.0.tar.xz > tar xvf ocserv-0.9.0.tar.xz > cd ocserv-0.9.0 > > ./configure --prefix=/usr --sysconfdir=/etc --enable-linux-namespaces > worker-http.c:453:24: fatal error: http-heads.h: No such file or directory > #include "http-heads.h" Thanks, it seems that compilation succeeds with this version only when gperf was available. That's why I didn't notice. In any case, I've released 0.9.0.1 which includes the missing file. > btw,I try to enable lz4 compression,but failed.I'm now using ubuntu > 14.10,i installed lz4 bt apt-get install liblz4-1 liblz4-1-dbg > liblz4-dev liblz4-tool > but I got this, any suggestion? > checking for LIBLZ4... no Check config.log for the reason of failure. In my debian the packages that you mention are sufficient to enable that support. regards, Nikos