Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
No, that didn't work either. But like I said, I didn't have to do anything with 3.5.0 on RHEL 5 or 3.6.0 on RHEL 6, just supplied a prefix: ./configure CPPFLAGS="-I/users/ramos/confuse-2.7-installed/include" LDFLAGS="-L/users/ramos/confuse-2.7-installed/lib" ./configure CPPFLAGS="-I/usr/include

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread Daniel Pocock
On 19/03/14 20:47, brown wrap wrote: > OK, we will try configuring it. Thank you. Still don't know why 3.6 > can't find libconfuse. > > Try manually setting LDFLAGS and CPPFLAGS when you run configure, e.g. ./configure \ CPPFLAGS="-I/opt/confuse-2.6/include" \ LDFLAGS="-L/opt/confuse-2.6

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
OK, we will try configuring it. Thank you. Still don't know why 3.6 can't find libconfuse.   On Wednesday, March 19, 2014 12:43 PM, Vladimir Vuksan wrote: It will. Anything above Ganglia 3.1+ will work. On 03/19/2014 03:28 PM, brown wrap wrote: > >I actually downloaded the latest sourc

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread Vladimir Vuksan
It will. Anything above Ganglia 3.1+ will work. On 03/19/2014 03:28 PM, brown wrap wrote: I actually downloaded the latest source for confuse and still had the error, but went back to Ganglia 3.5.0 and that

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
I actually downloaded the latest source for confuse and still had the error, but went back to Ganglia 3.5.0 and that built. Will that client work with a 3.6 version of Ganglia? On Wednesday, March 19, 2014 12:17 PM, Vladimir Vuksan wrote: I have not used RHEL 5 in ages however I don't

Re: [Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread Vladimir Vuksan
I have not used RHEL 5 in ages however I don't believe confuse 2.5 works. You may need 2.6. I have a copy here if you'd like to try http://vuksan.com/centos/RPMS/x86_64/ Vladimir On 03/19/2014 02:52 PM, brown wrap wrote:

[Ganglia-general] Trying to compile on Red Hat Enterprise Linux 5

2014-03-19 Thread brown wrap
We are trying to install Ganglia 3.6.0 on a RHEL 5 system. If seems no matter what we do we can't find the libconfuse library: Checking for confuse checking for cfg_parse in -lconfuse... no Trying harder including gettext checking for cfg_parse in -lconfuse... no Trying harder including iconv che