Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-17 Thread Ulf
Hi Carlo, thanks for your support. I' ve attached the same logs as last time. What I' ve done # ./configure --enable-static-build --disable-shared --with-libapr=/opt/freeware/bin/apr-1-config # make && make install # gmond -V gmond 3.1.0.1420 # gmond -t > /etc/ganglia/gmond.conf # gmond -m Looks

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-16 Thread Carlo Marcelo Arenas Belon
On Sat, Jun 14, 2008 at 12:36:01AM +0200, Ulf wrote: > > great work your version 3.1.0.1410 seems to work, the "EXPORT_SYMBOLS = > -Wl,-bexpfull" fixes the problem. I think this was the only change, haven' t > checked that. yes and should work for AIX 5.1 maintenance level 2 or older; checked i

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Ulf
Hi Carlo, great work your version 3.1.0.1410 seems to work, the "EXPORT_SYMBOLS = -Wl,-bexpfull" fixes the problem. I think this was the only change, haven' t checked that. I compiled ganglia this way, the --disable-shared solves the problem with the linked libganglia.a. # ./configure --enable-

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Carlo Marcelo Arenas Belon
On Fri, Jun 13, 2008 at 07:06:55PM +0200, Ulf wrote: > Hi again, > > I used http://tapir.sajinet.com.pe/ganglia/ganglia-3.1.0.1409.tar.gz , but > the same result. my bad, the patch wasn't correct, use 1410 instead : http://tapir.sajinet.com.pe/ganglia/ganglia-3.1.0.1410.tar.gz > I' m usin

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Ulf
Hi again, I used http://tapir.sajinet.com.pe/ganglia/ganglia-3.1.0.1409.tar.gz , but the same result. I' m using Micheal Perzl GCC from http://www.perzl.org/aix/index.php?n=Main.Gcc I can try the IBM compiled version, if you wish. Michael Perzl version: # gcc -v Using built-in specs. Target: pow

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Carlo Marcelo Arenas Belon
On Fri, Jun 13, 2008 at 02:13:35PM +0200, Ulf wrote: > Hi, > > I' ve attached my gmond.conf with and without modules. your gmond.conf should be irrelevant for this problem; in any case, it is safer to NOT have one and let gmond use the one it has internally, at least while testing. that will not

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Ulf
Hi, I' ve attached my gmond.conf with and without modules. No idea where to get the GNU ld. Up to now it was possible to use the AIX ld. AIX uses this one: # lslpp -l bos.rte.bind_cmds Fileset Level State Description --

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Carlo Marcelo Arenas Belon
On Fri, Jun 13, 2008 at 06:52:30AM +0200, Ulf wrote: > > I' ve build ganglia 3.1.0.1399 with: ./configure --enable-static > --disable-python --with-libapr=/opt/freeware/bin/apr-1-config --enable-static is redundant as it will tell configure to create static libraries (they are done by default an

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-13 Thread Carlo Marcelo Arenas Belon
On Wed, Jun 11, 2008 at 11:18:54AM +0200, Ulf wrote: > Hi, > > as you can see in the logs, I' ve used 3.1.0.1399 with gcc version 4.2.4. your gcc is using AIX's ld, I'm afraid the fix we have will only work if gcc is using GNU's ld. is this gcc the "standard" gcc from AIX?, could you get another

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-12 Thread Bernard Li
Hi Ulf: On Thu, Jun 12, 2008 at 9:52 PM, Ulf <[EMAIL PROTECTED]> wrote: > I' ve build ganglia 3.1.0.1399 with: ./configure --enable-static > --disable-python --with-libapr=/opt/freeware/bin/apr-1-config > See my log files. > What I' ve done: > => compiled ganglia > # ./gmond -t > /etc/ganglia/gm

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-12 Thread Ulf
Hi, I' ve build ganglia 3.1.0.1399 with: ./configure --enable-static --disable-python --with-libapr=/opt/freeware/bin/apr-1-config See my log files. What I' ve done: => compiled ganglia # ./gmond -t > /etc/ganglia/gmond.conf # cd .. # make install # ls -l /usr/lib/ganglia total 0 => no files copi

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-12 Thread Bernard Li
Hi Ulf: On Thu, Jun 12, 2008 at 7:33 AM, Ulf <[EMAIL PROTECTED]> wrote: > I can' t create a new gmond.conf and there is no gmond.conf installed. > # ./gmond -t > exec(): 0509-036 Cannot load program ./gmond because of the following errors: >0509-151 The program does not have an entry poin

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-12 Thread Ulf
Hi, I can' t create a new gmond.conf and there is no gmond.conf installed. # ./gmond -t exec(): 0509-036 Cannot load program ./gmond because of the following errors: 0509-151 The program does not have an entry point or the o_snentry field in the auxiliary header is inval

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-11 Thread Bernard Li
Hi Brad: On Wed, Jun 11, 2008 at 4:01 PM, Brad Nicholes <[EMAIL PROTECTED]> wrote: > It is already suppose to be doing that. When lib/default_conf.h is processed > from configure, it comments out all of the path statements in the default > gmond.conf. This is done by setting the AC_SUBST vari

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-11 Thread Brad Nicholes
>>> On 6/11/2008 at 4:28 PM, in message <[EMAIL PROTECTED]>, "Bernard Li" <[EMAIL PROTECTED]> wrote: > Hi Ulf: > > On Tue, Jun 10, 2008 at 1:49 AM, Ulf <[EMAIL PROTECTED]> wrote: > >> If I try to compile it without static-build I will get the error '0509-022 > Cannot load module /usr/lib/ganglia

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-11 Thread Bernard Li
Hi Ulf: On Tue, Jun 10, 2008 at 1:49 AM, Ulf <[EMAIL PROTECTED]> wrote: > If I try to compile it without static-build I will get the error '0509-022 > Cannot load module /usr/lib/ganglia/modcpu.so' Have a look at your /etc/ganglia/gmond.conf: /* Each metrics module that is referenced by gmond

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-11 Thread Ulf
Hi, as you can see in the logs, I' ve used 3.1.0.1399 with gcc version 4.2.4. # ./gmond -m exec(): 0509-036 Cannot load program ./gmond because of the following errors: 0509-151 The program does not have an entry point or the o_snentry field in the auxiliary header is in

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-11 Thread Ulf
Hi, I' ve attached my logs. Regards, Ulf -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] logs-3.1.0.1399.tar.gz Description: GNU Zip compressed data ---

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-10 Thread Bernard Li
Hi Ulf: On Tue, Jun 10, 2008 at 1:49 AM, Ulf <[EMAIL PROTECTED]> wrote: > If I try to compile it without static-build I will get the error '0509-022 > Cannot load module /usr/lib/ganglia/modcpu.so' Does your system provide all the dependencies? Can you post the build log so we can try to figur

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-10 Thread Ulf
Hi, okay, the typo was fixed in revision 1267 (http://ganglia.svn.sourceforge.net/viewvc/ganglia/trunk/monitor-core/libmetrics/aix/metrics.c?revision=1267&view=markup) I' ve tried http://tapir.sajinet.com.pe/ganglia/ganglia-3.1.0.1396.tar.gz # ./configure --enable-static-build --disable-python

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-09 Thread Carlo Marcelo Arenas Belon
On Mon, Jun 09, 2008 at 10:51:12AM +0200, Ulf wrote: > > I' ve just tested the latest snapshot 3.1.0.1361 on AIX. > I'm wondering why the fixed typo in libmetrics/aix/metrics.c is still unfixed > in the snapshot. because the snapshot was created before the proposed fix was approved for backport

Re: [Ganglia-developers] AIX with 3.1.0.1361

2008-06-09 Thread Bernard Li
Hi Ulf: On Mon, Jun 9, 2008 at 1:51 AM, Ulf <[EMAIL PROTECTED]> wrote: > I' ve just tested the latest snapshot 3.1.0.1361 on AIX. > I'm wondering why the fixed typo in libmetrics/aix/metrics.c is still unfixed > in the snapshot. Has this bug been filed against bugzilla? > I used some needed to

[Ganglia-developers] AIX with 3.1.0.1361

2008-06-09 Thread Ulf
Hi, I' ve just tested the latest snapshot 3.1.0.1361 on AIX. I'm wondering why the fixed typo in libmetrics/aix/metrics.c is still unfixed in the snapshot. I used some needed tools from Micheal Perzl to compile ganglia. # ./configure --enable-static-build --disable-python --with-libapr=/opt/fre