[collectd] Buiding collectd on AIX

Manuel Luis Sanmartín Rozada manuel.luis at gmail.com
Tue Nov 13 12:32:19 CET 2012


Hi.

To compile the version 5 (collectd-5.1.1), I use the scripts: clean.sh
and build.sh from the repository to regenerate
the configure, because the default  from the tarball not create the
.so files in src/.libs

You will need automake, autoconf and libtool to regenerate the configure.

Also use the flag -D_THREAD_SAFE_ERRNO in configure.

$ ./clean.sh
$ ./build.sh
$ OBJECT_MODE=64 ./configure LDFLAGS="-Wl,-brtl" CFLAGS="-maix64
-D_THREAD_SAFE_ERRNO" --disable-multimeter
$ OBJECT_MODE=64 make


On Tue, Nov 13, 2012 at 10:55 AM, Benjamin Jacobs <jacobsbenja at gmail.com> wrote:
> On Mon, 12 Nov 2012 16:42:47 -0200
> "Daniel." <danielhilst at gmail.com> wrote:
>
>> Any document/guide/howto/tutorial about build collectd on AIX.... I
>> had nerver build anything on AIX ... :-/
>>
>> Thanks in advance!
>>
>
> Hi,
>
> The following archive mail was helpful to me :
>
> http://mailman.verplant.org/pipermail/collectd/2009-November/003374.html
>
> You can get gcc and binutils from perzl.org. AFAICT, one only have to
> manualy apply the aix-notested-multimeter.patch to let it compile (or
> disable mutlimeter support). Everything else should work... YMMV ;-)
>
> Best regards,
>
> B. Jacobs.
>
> _______________________________________________
> collectd mailing list
> collectd at verplant.org
> http://mailman.verplant.org/listinfo/collectd



More information about the collectd mailing list