On Mon, Apr 21, 2008 at 05:33:46PM +0200, Ulf wrote:
> Hi,
> 
> I found a small bug, can you correct it.

Committed in r1267

> After compiling I get a lot of errors like:
>  # gmond
> Configuration file '/etc/ganglia/gmond.conf' not found.
> 
> Cannot locate internal module structure 'core_metrics' in file : The system 
> call does not exist on this system. (core_metrics)
> Possibly an incorrect module language designation [].

modular gmond can't find its own modular structures apply the attached patch
and build with --enable-static-build

Carlo
Index: configure.in
===================================================================
--- configure.in        (revision 1267)
+++ configure.in        (working copy)
@@ -495,6 +495,7 @@
                AC_DEFINE(IA64,1,IA64)
                AC_DEFINE(HPUX,1,HPUX);;
 *aix*)         CFLAGS="$CFLAGS -D_ALL_SOURCE -DAIX"
+               EXPORT_SYMBOLS="-export-all-symbols"
                AC_DEFINE(SUPPORT_GEXEC, 0, SUPPORT_GEXEC)
                if test "$ac_cv_lib_perfstat_perfstat_cpu_total" = yes ; then
                        CFLAGS="$CFLAGS -DHAVE_PERFSTAT" 
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to