> So I have both gd and png, but configure still failed.
But is there the gdImagePng function? There are more versions of gd library.
The older could do only GIFs but in the newer versions GIF creation capability
was dropped due to (well known) licensing problems and now it can create PNGs.
Please send me config.log from the failed attempt.
> "./configure --disable-gd; make" I now get errors with missing xml headers:
>
> This is on a Redhat6.2 system, with "everything" installed. I seem to have
> /usr/include/gnome-xml/parser.h but don't have libxml/parser.h.
> So where do I get the required xml stuff?
This suggests you have 1.x version of libxml library. New PCPMON now utilizes
version 2.x. It seems I will have either improve configure to not accept 1.x
version or make PCPMON able to cope with both versions of the library :(
> Also, on your PCPMON homepage at
> http://k332.feld.cvut.cz/~lemming/projects/pcpmon.html
> you asked "if you create RPMs, let me know". You can set up your
> src tree using a tool called "gensrc", and then easily build both
> src and bin RPMs. The gensrc home page is http://oss.sgi.com/projects/gensrc
OK, thanks. Will this handle RPM dependencies too?
Michal
|