hmm I don't know... btw: do you have installed the kernel headers? yum install kernel-headers
-vito On 08/02/2012 06:23 PM, [email protected] wrote: > > > The config.log is said too big, so it is waiting for the > > approval. > > > So I did the following: > > ====================================== > > grep error config.log > > gcc: error: unrecognized option '-V' > > gcc: fatal error: no input files > > gcc: error: unrecognized option '-qversion' > > gcc: fatal error: no input files > > conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > > conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory > > gcc: error: unrecognized option '-V' > > gcc: fatal error: no input files > > gcc: error: unrecognized option '-qversion' > > gcc: fatal error: no input files > > gcc: error: unrecognized option '-V' > > gcc: fatal error: no input files > > gcc: error: unrecognized option '-qversion' > > gcc: fatal error: no input files > > conftest.c:61:18: fatal error: capi.h: No such file or directory > > conftest.c:28:18: fatal error: capi.h: No such file or directory > > conftest.c:31:9: error: unknown type name 'not' > > conftest.c:31:15: error: expected '=', ',', ';', 'asm' or > '__attribute__' before 'universal' > > conftest.c:31:15: error: unknown type name 'universal' > > conftest.c:37:4: error: unknown type name 'not' > > conftest.c:37:12: error: expected '=', ',', ';', 'asm' or > '__attribute__' before 'endian' > > conftest.c:87:20: fatal error: ieeefp.h: No such file or directory > > conftest.c:54:20: fatal error: ieeefp.h: No such file or directory > > conftest.c:96:23: fatal error: net/if_dl.h: No such file or directory > > conftest.c:63:23: fatal error: net/if_dl.h: No such file or directory > > conftest.c:105:23: fatal error: ethertype.h: No such file or directory > > conftest.c:72:23: fatal error: ethertype.h: No such file or directory > > /usr/include/linux/if_pppol2tp.h:29:21: error: field 'addr' has > incomplete type > > /usr/include/linux/if_pppol2tp.h:43:21: error: field 'addr' has > incomplete type > > /usr/include/linux/if_pppox.h:50:17: error: field 'sin_addr' has > incomplete type > > conftest.c:120:16: fatal error: dl.h: No such file or directory > > conftest.c:87:16: fatal error: dl.h: No such file or directory > > conftest.c:121:16: fatal error: if.h: No such file or directory > > conftest.c:88:16: fatal error: if.h: No such file or directory > > conftest.c:123:21: fatal error: sys/ldr.h: No such file or directory > > conftest.c:90:21: fatal error: sys/ldr.h: No such file or directory > > conftest.c:125:24: fatal error: sys/sockio.h: No such file or directory > > conftest.c:92:24: fatal error: sys/sockio.h: No such file or directory > > conftest.c:130:23: fatal error: sys/sched.h: No such file or directory > > conftest.c:97:23: fatal error: sys/sched.h: No such file or directory > > conftest.c:135:17: fatal error: ip6.h: No such file or directory > > conftest.c:102:17: fatal error: ip6.h: No such file or directory > > conftest.c:135:19: fatal error: icmp6.h: No such file or directory > > conftest.c:102:19: fatal error: icmp6.h: No such file or directory > > conftest.c:143:20: error: expected expression before ')' token > > conftest.c:143:21: error: expected expression before ')' token > > | /* Override any GCC internal prototype to avoid an error. > > | /* Override any GCC internal prototype to avoid an error. > > | /* Override any GCC internal prototype to avoid an error. > > | /* Override any GCC internal prototype to avoid an error. > > conftest.c:159:19: fatal error: vfork.h: No such file or directory > > conftest.c:126:19: fatal error: vfork.h: No such file or directory > > conftest.c:136:1: error: void value not ignored as it ought to be > > configure:18020: checking for strerror > > | /* Override any GCC internal prototype to avoid an error. > > conftest.c:186:56: error: request for member 'ether_addr_octet' in > something not a structure or union > > | /* Override any GCC internal prototype to avoid an error. > > | /* Override any GCC internal prototype to avoid an error. > > ac_cv_func_strerror=yes > > ========================================== > > Can it help? > > jh > > > > > > > ---------- Pu*vodní zpráva ---------- > Od: [email protected] <[email protected]> > Datum: 2. 8. 2012 > Pr(edme(t: Re: [Ntop-dev] Segmentation fault under Fedora16_64 > > On 08/02/2012 05:49 PM, [email protected] > <mailto:[email protected]> wrote: > > So I don't know... Everything has been installed, > > but configure can't find *python-config* (Python 2.6 > > was found) and *GeoIP* (but it is in /usr/share). > > > python-config is available in the python-devel package > > yum whatprovides */python-config > > > about the GeoIP issue could you post the configure log? > > > Then make says that there is*no target *in makefile > > and the *makefile hasn't been found*. :((( > > > This is because the configure haven't create it... > > > Are you still patient w/ me? > > > np ;) > > > > > ---------- Pu*vodní zpráva ---------- > Od: [email protected] <mailto:[email protected]> > <[email protected]> <mailto:[email protected]> > Datum: 2. 8. 2012 > Pr(edme(t: Re: [Ntop-dev] Segmentation fault under Fedora16_64 > > Hi > > On 08/02/2012 04:25 PM, [email protected] > <mailto:[email protected]> wrote: > > yes, I am using rrdtool for many eyars and yum > > says that its last version is installed. But there is > > no file as "librrdtool*" required anywhere in ttdtool.. :( > > > There is not any package with that name but rrdtool (and > rrdtool-devel) > > I have just downloaded the ntop packages from sourceforge, > and launched the following commands: > > cd ntop-5.0 > ./autogen.sh > ./configure > ./make > > and every thing worked > > > BTW: in the spec file for Fedora distro there are these lines: > > BuildRequires: autoconf, automake, pkgconfig, libtool, > groff, libpcap-devel > BuildRequires: gdbm-devel, gd-devel, rrdtool-devel, > openssl-devel > BuildRequires: net-snmp-devel, lm_sensors-devel, > fedora-usermgmt-devel > BuildRequires: pcre-devel, mysql-devel > > So you need all of these to be able to accomplish the task > > Can you also post your compilation log? > > ciao > v > > > ??? > > jh > > > > ---------- Pu*vodní zpráva ---------- > Od: [email protected] <mailto:[email protected]> > <[email protected]> <mailto:[email protected]> > Datum: 2. 8. 2012 > Pr(edme(t: Re: [Ntop-dev] Segmentation fault under > Fedora16_64 > > did you search with yum? > > yum search rrdtool > > regards > vp > > On 08/02/2012 03:50 PM, [email protected] > <mailto:[email protected]> wrote: > > > > Thank you Luca so much ! :) > > > All-1 entities installed ok under Fedora 16_64, > > can't find*librrdtool *anywhere to download. :( > > > May I ask for an advise again? ;) > > > Thanx.... > > jh > > > > > ---------- Pu*vodní zpráva ---------- > Od: Luca Deri <[email protected]> > <mailto:[email protected]> > Datum: 2. 8. 2012 > Pr(edme(t: Re: [Ntop-dev] Segmentation fault > under Fedora16_64 > > Hi, > update to ntop 5 and in case of crash > provide a way to reproduce it along with > crash details > > Luca > > On Aug 2, 2012, at 7:14 AM, > [email protected] > <mailto:[email protected]> wrote: > > Dear Gurus, > > Thank you for the great *ntop* ! > > I installed ntop v.4.1.0 Fedora RPM > (64 bit) as available in yum under > Fedora 16_64. > When I run "ntop -i p4p1,virbr0" or > so, it starts (complaining that the > v.4.1.0 is an old > version), I can see the ntop's > websites, but it fails after some 5 > min. with: > *"Segmentation fault"* > > Sometimes it also says that it failed > while generating the web site. > > The *yum* claims that the 4.1.0 is the > latest version. > > Have you any idea or advice? > > Thank you so much! > jh > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > <mailto:[email protected]> > > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > <mailto:[email protected]> > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > <mailto:[email protected]> > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] <mailto:[email protected]> > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev
_______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
