On Mon, 6 Nov 2000, Michal Kara wrote:
> PCPMON 1.3.0 was finally released. It includes archive mode (which was in
> 1.2.95 too) screen-shot saving (in PNG format) and command-line mode (saves
> first screenshot). Numerous bugs were fixed, too. Download from
> http://k332.feld.cvut.cz/~lemming/projects/pcpmon-1.3.0.tar.gz and test,
> please
Michal,
I downloaded pcpmon 1.3.0 and had some compilation problems:
sherman 20% ./configure
loading cache ./config.cache
... [much deleted for brevity] ...
checking for gdImagePng in -lgd... no
configure: error: libgd not found
sherman 21% rpm -qal | fgrep libgd.
/usr/lib/libgd.so.1.2
/usr/lib/libgd.so
sherman 22% rpm -qal | fgrep libpng.
/usr/lib/libpng.a
/usr/lib/libpng.so
/usr/man/man3/libpng.3.gz
/usr/doc/libpng-1.0.5/libpng.txt
/usr/lib/libpng.so.2.1.0.5
So I have both gd and png, but configure still failed. After running
"./configure --disable-gd; make" I now get errors with missing xml headers:
make[2]: Entering directory `/build/markgw/isms/pcpmon/pcpmon-1.3.0/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/glib/include -I/usr/X11R6/include
-g -O2 -Wall -DDISABLEGD -c main.c
In file included from main.c:16:
file.h:12: libxml/parser.h: No such file or directory
In file included from main.c:17:
display.h:12: libxml/parser.h: No such file or directory
... and more errors follow.
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?
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
thanks
-- Mark
|