That's the wrong piece of config.log, that's the part for rrd.  Look
further, there will be tests for xml.  In my config.log, it starts

configure:12498: checking glib.h usability
...

(And my ./configure is nasty - the stuff is all over the place:

./configure --prefix=/usr \
    --enable-i18n \
    --enable-xmldump \
    --with-xml2-root=/usr/include/libxml2/libxml \
    --with-gdome-root=/usr \
    --with-glib-root=/usr/include/glib-1.2 \
    --with-glibconfig-root=/usr/lib/glib/include



Obviously, you have some sort of partially installed set of libararies.

Some distributions split packages into one piece for the shared library and
another piece with the headers for compiling code.  Maybe you need
the -devel package that goes with what you have installed...


-----Burton



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf
Of Nicola Larosa
Sent: Monday, March 03, 2003 10:20 AM
To: [EMAIL PROTECTED]
Subject: Re: [Ntop-dev] Configure cannot find rrd


> Look in config.log and see what the error message is...

What I reported before, and also this:


configure: failed program was:
| #line 17051 "configure"
| /* confdefs.h.  */

[lotsa defines deleted...]

| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char rrd_create ();
| int
| main ()
| {
| rrd_create ();
|   ;
|   return 0;
| }


Really peculiar, retrying from scratch and without the --enable-xmldump
option made it work. Still need the XML though.

I should mention that I'm using automake 1.7.3 (instead of 1.6.3) and
autoconf 2.57 (instead of 2.53), maybe it's important.


--
Nicola Larosa
CTO
[EMAIL PROTECTED]
**********
Araknos Srl - http://www.araknos.it/
V. Boezio 6 00192 Roma Italy tel. +39-06-32803432 fax +39-06-32803400
V. Signorini 17 40133 Bologna Italy tel. +39-051-6182406 fax +39-051-6182407

_______________________________________________
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

Reply via email to