Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45761 - net-analyzer/ntop-3.0 version bump
Summary: net-analyzer/ntop-3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-25 18:01 UTC by Daniel Webert
Modified: 2004-05-20 11:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-03-25 18:01:21 UTC
net-analyzer/ntop-3.0 version bump
Comment 1 Michael Boman (RETIRED) gentoo-dev 2004-03-31 01:34:44 UTC
Commited to CVS.
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2004-04-01 04:42:43 UTC
Could not compile ntop-3.0 because it is missing a dependency on libgd.
Adding >=libgd-2.0.2 to the dependencies worked.

Besides, .configure complains that the xmldump plugin cannot be enabled.
It's not blocking and I did not investigate any further.

 >>> During .configure <<<

   **Testing Optional libraries and headers**

checking for Multithreading... ok
checking for openSSL... ok
checking for zlib... ok
checking for xmldump... configure: WARNING: error

*******************************************************************
*
* WARNING:  One or more items required for the xmldump plugin are 
*           missing:
*
*                  xmlversion.h...no
*                  libxml2.so or libxml2.a...yes
*                  gdome.h...no
*                  libgdome.so or libgdome.a...yes
*                  glib.h...no
*                  libglib.so or libglib.a...yes
*                  glibconfig.h...no
*
*           (yes means it was found, no means it was not found)
*
*       ntop will run just fine without this plugin.
*
*>>>    If you want to use the xmldump plugin,
*
*???     1. Install the necessary headers and libraries.
*???    and rerun ./configure
*
*******************************************************************


 >>> During compile <<<

xmldumpPlugin.c:50:3: warning: #warning 
xmldumpPlugin.c:51:3: warning: #warning ===========================================================
xmldumpPlugin.c:52:3: warning: #warning 
xmldumpPlugin.c:53:3: warning: #warning Missing header files, disabling xmldump plugin
xmldumpPlugin.c:54:3: warning: #warning 
xmldumpPlugin.c:55:3: warning: #warning FOR MOST USERS THIS IS NOT A PROBLEM
xmldumpPlugin.c:56:3: warning: #warning ntop will build and run just fine... 
xmldumpPlugin.c:57:3: warning: #warning 
xmldumpPlugin.c:58:3: warning: #warning Why?
xmldumpPlugin.c:59:3: warning: #warning 
xmldumpPlugin.c:61:4: warning: #warning glibconfig.h unavailable
xmldumpPlugin.c:64:4: warning: #warning glib.h unavailable
xmldumpPlugin.c:67:4: warning: #warning gdome.h unavailable
xmldumpPlugin.c:70:4: warning: #warning xmlversion.h unavailable
xmldumpPlugin.c:75:3: warning: #warning 
xmldumpPlugin.c:76:3: warning: #warning ===========================================================
xmldumpPlugin.c:77:3: warning: #warning 


FYI, gdome2-0.8.0 is installed and I have /usr/include/libgdome/gdome.h
Comment 3 Jon Hood (RETIRED) gentoo-dev 2004-05-20 11:24:27 UTC
libgd had been added irt bug #46469