D: You *SHOULD* be able to make ntop work just fine with any version of libpng/libgd that's installed on the system. gdchart might be an issue because there are some ntop-specific patches in 0.94c that aren't in the official 0.94b release.
Check buildAll.sh for what I did under RedHat with the libpng-1.2.4 conflict. Remember, if there's a shared library, the linker favors it - that's why you pick up the installed one at run time and get the version conflicts. You should be able to delete the offending subdirectories and use the --with-xxxx-root parameters in ntop's ./configure to point at the shared libraries during compile time. You might have to muck with the gdchart0.94c Makefile to also point at the shared packages, but once you do that it should be fine. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dennis Schon Sent: Monday, January 27, 2003 4:29 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Ntop] new ntop debian packages (2.1.55 cvs from 20030127) Hi all, I've prepared new ntop debian packages (2.1.55 cvs from 20030127). They can be fetched via the following sources.list entries: deb ftp://debian.teuto.net teutux main contrib non-free deb-src ftp://debian.teuto.net teutux main contrib non-free They're build for the stable (woody) distribution. Unfortunatly I had to make changes to two other debian packages (libgd/rrdtool) in order to get it working. So they cannot enter the debian archives now. Short Problem description: ntop needs libpng3 and libgd2 to work. rrdtool/libgd2 in current debian are build with libpng2. If ntop is compiled with the standard debian packages it will die once the rrdtool stats are accessed. --> libpng2/3 conflict. As a workaround the above source.list entries contain updated libgd2 and rrdtool packages linked against libpng3. The next librrd release will link against libpng3, then this problem will go away and I can release new ntop packages for debian. Sorry for the inconvenience. ciao Dennis -- Wanting to kill yourself after loosing a game of Go is extreme, sure, but not unheard-of. Hell, it's practically a sign of progress. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
