Hello, these are my partial and personal notes on this subject. Hope this helps.
Please let me know when you'll have a link to your document about the deployment steps on el5 Louis # Build and compilation on el5 x86_64, prereqs: yum -y install libpng-devel libart_lgpl-devel gcc-c++ python-devel freetype-devel yum -y install apr-devel.x86_64 expat-devel.x86_64 yum remove expat-devel.i386 apr-devel.i386 # with the repository EPEL: yum -y install rrdtool-devel libconfuse-devel # 3.1.1: rpmbuild --rebuild --define 'dist.el5' ganglia-3.1.1-1.src.rpm # 3.1.2 and 3.1.7: sed -i 's/^\(Release:[\t ][\t ]*[0-9]\)[\t ]*$/\1.el5/g' ganglia.spec rpmbuild -bb ganglia.spec # for ganglia-web: rpmbuild -bb --target noarch ganglia.spec 2011/2/14 naveen dronavalli <[email protected]>: > Hello all, > > I have downloaded ganglia-3.1.7.tar.gz. However, I didn't > find a installation manual including the creation of the rpms for various > Operating Systems and machine architectures. I plan to document each and > every step for installing 3.1.7 on RHEL 5.6. > > Basically, I want to know how to create the following rpms from the tar ball > I downloaded: > > > · ganglia-gmetad-3.1.7-1.x86_64.rpm > > · ganglia-gmond-3.1.7-1.x86_64.rpm > > · ganglia-web-3.1.7-1.noarch.rpm > > > Does anyone have a installation guide or point me in the right direction for > creating the required packages and installing 3.1.7 along with verification > of the install? Appreciate your inputs. > > Best Regards, > -Naveen. > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Ganglia-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-general > > ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

