Hello, You'll find attach a patch that fix the linking of rrdtool to gd. Once applied, rrtool works fine for me.
description: patch: the patch to the SPEC file description: rrdtool-link-with-gd.patch.bz2: the patch to fix the linking. Have a nice day, Fabrice. PS: This time patch is attached. I really need some sleep. -- Fabrice A. MARIE FMA Risk Management Solutions http://www.fma-rms.com/
--- rrdtool.spec.orig 2003-08-14 16:54:29.000000000 +0000 +++ rrdtool.spec 2003-08-15 08:08:09.000000000 +0000 @@ -26,6 +26,7 @@ Patch0: rrdtool.doc.patch.bz2 Patch1: rrdtool-1.0.42-systemlibs.patch.bz2 Patch2: rrdtool-1.0.40-annoyance_be_gone.patch.bz2 +Patch3: rrdtool-link-with-gd.patch.bz2 URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ Requires: libpng >= 1.0.3, zlib >= 1.1.3 BuildRequires: libpng-devel >= 1.0.3, perl-devel libgd-devel, zlib-devel @@ -87,6 +88,7 @@ %patch0 -p1 -b .doc %patch1 -p1 -b .systemlibs %patch2 -p1 +%patch3 -p1 %build libtoolize --copy --force; aclocal; autoconf
rrdtool-link-with-gd.patch.bz2
Description: BZip2 compressed data
