ntop uses the OS' standard facilities for finding it's executables and library modules. This typically is . (current directory) + a bunch of OS/distro specific locations (path for executables, library path for .so files, etc.) So it may be that you have different ntop and libntopxxxx files and are executing different ones depending upon where you run from.
Clean them all out and start fresh. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Xacur Sent: Saturday, August 06, 2005 1:14 PM To: [email protected] Subject: RE: [Ntop] Fedora core buffer overflow Thanks for the info Burton... This is what happened to me... I, again grabed the CVS version.. builded it (as usual with ./configure... Make ... Make Install) I get the same problem.. so I did a make clean and edited the Makefiles and removed the -O2 (compiler optimizations as sugested) and builded it again (tryed it with -O0 and -O1 also) but i get the same error always (Segmentation Fault) ... BUT in one of the tryings it worked ! .. and it was not the -O2 optimization in my case.. as it "works" with them... I found that in my case if I try to run the program (ntop) from any location except from /usr/local/lib it gives me a segmentation fault(it seems extrange to me, and I realy dont know why it is happening), if I run it from /usr/local/lib if runs "fine" everiting seems to be working fine, but when I exit the program(via ctrl+c or by the web menu shutdown) it gives a segmentation fault... <snip /> _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
