OK, so it did exactly what you asked it to do - tried to disable shared libraries. Except the GNOME XML stuff is available only as a shared library. So it failed to build.
I suppose we could test for that and not build xmldumpPlugin w/ disable shared. But (1) That's not really the right option - --enable-shared is the one provided automatically. (2) We ignore this anyway - ntop normally builds two .so libraries, libntop.so and libntopreport.so. -----Burton -----Original Message----- From: Daznis [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 4:44 AM To: Burton Strauss Subject: Re: [Ntop] little problem with xmldump plugin found the problem if i run ./configure --disable-shared i get this err if not o get when i start ntop ntop: error while loading shared libraries: libgdome.so.0: cannot open shared object file: No such file or directory and teh file is in /usr/local/lib On 6/25/05, Burton Strauss <[EMAIL PROTECTED]> wrote: > Try a current version of ntop. ANYTHING with gdchart in it is very, > very, very old and unsupported. > > If that's supposed to be a directory w/ current cvs in it, then > > (1) Delete the directory and do a clean checkout > > (2) Remove old options from your ./configure -- ./configure --help > shows the current set. > > (3) Try reading the messages - the rm failed. That's probably an > access problem, such as trying to compile as a normal user where you > once tried as root, etc. Again, the clean checkout fixes those things too... > > -----Burton > > -----Original Message----- > From: Daznis [mailto:[EMAIL PROTECTED] > Sent: Friday, June 24, 2005 3:07 PM > To: Burton Strauss > Subject: Re: [Ntop] little problem with xmldump plugin > > well i only get this error ant ntop doesn't compile it's cvs version > log > ---------------------------------------------------------------------- > ------ > > <snip /> > > > rm: cannot remove `ntop': Is a directory > make[2]: *** [ntop] Error 1 > make[2]: Leaving directory `/root/compile/ntop_cvs/ntop' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/compile/ntop_cvs/ntop' > make: *** [all] Error 2 > > _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
