Hi,
I got refine_cluster source from github, and going to build on Debian 7
x86_64, GCC 4.7.2
# ./configure --prefix=/usr/ats --enable-linux-native-aio
--with-openssl=/usr
<snip>
# make
<snip>
Making all in hostdb
make[2]: Entering directory
`/usr/src/trafficserver-refine_cluster/iocore/hostdb'
CXX HostDB.o
In file included from ../../iocore/cluster/P_ClusterInternal.h:29:0,
from ../../iocore/cache/P_CacheInternal.h:1166,
from ../../iocore/cache/P_Cache.h:44,
from ../../iocore/cluster/P_Cluster.h:31,
from P_HostDB.h:38,
from HostDB.cc:26:
../../iocore/cluster/P_ClusterCache.h:56:30: fatal error:
clusterinterface.h: No such file or directory
compilation terminated.
make[2]: *** [HostDB.o] Error 1
make[2]: Leaving directory
`/usr/src/trafficserver-refine_cluster/iocore/hostdb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/trafficserver-refine_cluster/iocore'
make: *** [all-recursive] Error 1
So, clusterinterface.h is missing, what to do with it?
Thanks