http://sourceforge.net/projects/ntop/files/ntop/Stable/ntop-5.0.tar.gz/download 2012-07-17 39.6 MB Reproducible: Always See 'http://www.ntop.org/ntop/ntop-5-0-released/' for change related NEWS.
Created attachment 322200 [details, diff] ntop-5.0.1-gentoo.patch
Comment on attachment 322200 [details, diff] ntop-5.0.1-gentoo.patch In globals-core.c a semicolon is missing.
Created attachment 326388 [details, diff] added the semicolon
When I just try to copy the ebuild for 4.1.0 to 5.0.1 (and use the patch from attachment 326388 [details, diff]), the build fails with: x86_64-pc-linux-gnu-gcc: ./nDPI/src/lib/.libs/libndpi.a: No such file or directory So there is still something wrong...
you need to compile the embedded nDPI lib too: --- ntop-4.1.0.ebuild 2012-06-12 11:02:00.000000000 +0800 +++ ntop-5.0.1.ebuild 2012-10-31 00:09:12.221112683 +0800 @@ -60,6 +60,11 @@ ac_cv_lib_xml2_xmlCheckVersion=no \ ac_cv_lib_gdome_gdome_di_saveDocToFile=no + cd ./nDPI + econf + emake + cd .. + econf \ $(use_enable snmp) \ $(use_with ssl) \ @@ -77,6 +82,7 @@ die "failed to prepare /var/lib/ntop dir" insinto /var/lib/ntop gunzip 3rd_party/GeoIPASNum.dat.gz + gunzip 3rd_party/GeoLiteCity.dat.gz local f for f in GeoIPASNum.dat GeoLiteCity.dat; do # Don't install included GeoIP files if newer versions are available
I have filed an upstream's bug report: https://www.ntop.org/bugzilla3/show_bug.cgi?id=273
Could gdome2 dependency be reviewed on this version? (bug 415743)
i can confirm that using the suggestions in comment 3 and comment 5, i have a working ntop version 5.0.1 thanks!
(In reply to comment #6) > I have filed an upstream's bug report: > https://www.ntop.org/bugzilla3/show_bug.cgi?id=273 Why oh why does viewing bugs require an account?
Is there any movement happening here?
I don't use it heavily, but I also have a working ntop 5.0.1 since 23 April.
+*ntop-5.0.1 (04 Jul 2013) + + 04 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> -ntop-4.0.1.ebuild, + +ntop-5.0.1.ebuild, -files/ntop-4.0.1-gentoo.patch, + +files/ntop-5.0.1-gentoo.patch: + Non-maintainer commit: Version bump (fixes bug #430428). Removed old. + Thanks for all the help.