smeiling
-
2011-09-13
I had an issue compiling libipfix on Fedora 8 (planet-lab node). The make process stop with an error indicating a missing ipfix_reverse_fields.h, though there is a target to generate it using 'sed' in lib/Makefile.in. However, this is some what connected to Fedora 8 - at least I dont have any problems building the lib on Ubuntu 11.04. I changed the target order in lib/Makefile.in and rerun configure and make, that worked ... I attached a short patch, solving this issue for me ...