Sun Nov 13 21:22:07 EST 2005 **UPDATE** (11/13/05) I rebuilt the rpms on an FC2 system in i386,noarch form. I also got rid of the other files except the fc4-i686 files. -------------------------------------------------------- (11/10/05) I rebuilt the rpms on an FC4 system. There are now i686 & i386 rpms. -------------------------------------------------------- Rebuilt 'ganglia-3.0.2.tar.gz' which was obtained from, http://easynews.dl.sourceforge.net/sourceforge/ganglia/ganglia-3.0.2.tar.gz Steps taken to rebuild this software on a Fedora Core 2 (x86) system: root# cd oscar-branch-4-2/packages/ganglia/distro/fc-i386/ root# rpm -ivh php-rrdtool-1.0.49-2.rf.i686.rpm \ rrdtool-1.0.49-2.rf.i686.rpm \ rrdtool-devel-1.0.49-2.rf.i686.rpm \ root# tar -zxvf ganglia-3.0.2.tar.gz ganglia-3.0.2/ganglia.spec root# cp ganglia-3.0.2.tar.gz /usr/src/redhat/SOURCES/ root# cp ganglia-3.0.2/ganglia.spec /usr/src/redhat/SPECS/ root# cd /usr/src/redhat/SPECS/ root# rpmbuild -ba --target i686,noarch Note, the command, rpmbuild -ta ganglia-3.0.2.tar.gz --target i686,noarch failed so I *had* to extract the spec file and rpmbuild...and all was good in the world of RPM. --tjn