I'm running Redhat 7.1, and I get this compile error.
1. ./configure runs through fine
2. 'make' is when I get this problem:
.. creating libntop.la
(cd .libs && rm -f libntop.la && ln -s ../libntop.la libntop.la)
gcc -DHAVE_CONFIG_H -I. -I./gdchart0.94b -I/usr/include/pcap -g -O2 -pipe -c main.c
main.c:66: conflicting types for `inet_aton'
/usr/include/arpa/inet.h:74: previous declaration of `inet_aton'
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/vectorz/utilities/ntop-1.3.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vectorz/utilities/ntop-1.3.1'
make: *** [all-recursive-am] Error 2
TIA for helping me troubleshoot this. Lemme know any additional info that I should include.
