varnish / varnish-nagios

Nagios plugin for Varnish
Other
21 stars 9 forks source link

Doesn't compile against varnish 3 #2

Closed mrintegrity closed 10 years ago

mrintegrity commented 11 years ago

I get:

make[1]: Entering directory /root/varnish-nagios' gcc -DHAVE_CONFIG_H -I. -include config.h -g -O2 -MT check_varnish-check_varnish.o -MD -MP -MF .deps/check_varnish-check_varnish.Tpo -c -o check_varnish-check_varnish.otest -f 'check_varnish.c' || echo './'check_varnish.c check_varnish.c:46:17: fatal error: vsc.h: No such file or directory compilation terminated. make[1]: *** [check_varnish-check_varnish.o] Error 1 make[1]: Leaving directory/root/varnish-nagios' make: *\ [all] Error 2

When compiling on ubuntu 12.04 with varnish dev packages installed.. guessing it's just needing updated for the latest varnish? Unfortunately I don't know how to do that...