What the heck is pep, I can't find anything about it in the configure or the
makefiles but it generates a Makefile then looks for Makefile.in. mv
Makefile to Makefile.in then it gives the following error.
Making all in pep
make[3]: Entering directory `/root/gz/ntop-1.3.2/plugins/pep'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/root/gz/ntop-1.3.2/plugins/pep'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/gz/ntop-1.3.2/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gz/ntop-1.3.2'
make: *** [all-recursive-am] Error 2
I also keep getting configure:
warning: compilation of ntop's plugins disabled via command line option!
Now, I don't think I gave it a command line option to turn that off but I
might have ./configure, make
David