[rrd-users] Trying to build rrdtool 1.4.1 on RedHat EL4

Ulf Zimmermann ulf at openlane.com
Wed Nov 4 23:19:13 CET 2009


> -----Original Message-----
> From: Ulf Zimmermann
> Sent: Tuesday, November 03, 2009 11:25 AM
> To: Ulf Zimmermann; 'Tobias Oetiker'
> Cc: rrd-users at lists.oetiker.ch
> Subject: RE: [rrd-users] Trying to build rrdtool 1.4.1 on RedHat EL4
> 
> Ok, I got a working configure now on EL4, I will see to modify the
> .spec file in a few minutes to see if I can build a rpm from it.
> 
> Here is what I have done:
> 
> Install from RHEL 4 Updates:
> 
> evolution28-cairo-1.2.4-6.el4.i386.rpm
> evolution28-cairo-devel-1.2.4-6.el4.i386.rpm
> evolution28-glib2-2.12.3-6.el4.i386.rpm
> evolution28-glib2-devel-2.12.3-6.el4.i386.rpm
> evolution28-pango-1.14.9-11.el4_7.i386.rpm
> evolution28-pango-devel-1.14.9-11.el4_7.i386.rpm
> 
> Set LDFLAGS:
> 
> setenv LDFLAGS -L/usr/evolution28/lib
> 
> Set PKG_CONFIG_PATH:
> 
> setenv PKG_CONFIG_PATH
> /usr/evolution28/lib/pkgconfig:/usr/lib/pkgconfig
> 
> Run configure:
> 
> ./configure
> 
> This results in an ok run as far I can tell.
> 
> Ulf.

Now running into actual compile problems with libxml2. Rrdtool 1.4.1 code wants xmlTextReaderGetParserLineNumber, which was added to libxml2 2.6.17 and EL4 only has 2.6.16, sigh.



More information about the rrd-users mailing list