Hi James:

On Wed, Jun 11, 2008 at 3:27 PM, James Albright <[EMAIL PROTECTED]> wrote:

> I've tried building RPMs from the tarball for SLES10SP2, but I keep running 
> into problems.  I'm thinking it's probably something obvious to everyone 
> else, so I thought I'd post the steps I took:
>
> ### Install dependencies using rug: ###
> rug in freetype2-devel python-devel libart_lgpl-devel libpng-devel 
> libapr1-devel
>
> ### Since libconfuse and libconfuse-devel aren't available with rug, download 
> and install from opensuse.org: ###
> wget 
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/x86_64/libconfuse-devel-2.5-4.x86_64.rpm
> wget 
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/x86_64/libconfuse0-2.5-4.x86_64.rpm
> rug in libconfuse0-2.5-4.x86_64.rpm libconfuse-devel-2.5-4.x86_64.rpm
>
> ### Now that all that's out of the way, download and build ganglia 3.1.x: ###
> wget http://www.ganglia.info/snapshots/3.1.x/ganglia-3.1.0.1399.tar.gz
> rpmbuild -tb --target x86_64 ganglia-3.1.0.1399.tar.gz
>
> Things go fine for a while, but I eventually end up with the following error 
> message:
>
> ---------------- BEGIN_OUTPUT ------------------
> 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
> checking for cfg_parse in -lconfuse... no
> libconfuse not found
> + make
> make: *** No targets specified and no makefile found.  Stop.
> error: Bad exit status from /var/tmp/rpm-tmp.69546 (%build)
>
> RPM build errors:
>    Bad exit status from /var/tmp/rpm-tmp.69546 (%build)
> ----------------- END_OUTPUT -------------------
>
> Does anybody know why I'm getting the error message saying "libconfuse not 
> found"?  Does ganglia require a different version from what I downloaded on 
> opensuse.org?

Instead of building the RPMs from the tarball, could you extract it,
run ./configure and post your config.log?

Thanks,

Bernard

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to