Forum: Cfengine Help
Subject: Re: latest cf-monitord memor usage
Author: matter
Link to topic: https://cfengine.com/forum/read.php?3,18826,18885#msg-18885

This is what I have for my cfengine build environment (AIX included):

        BerkeleyDB.4.8
        OpenSSL 1.0.0a (no-rc5 no-idea no-mdc2)
        pcre-8.01
        m4-1.4.13
        bison-2.4
        flex-2.5.35

If you are compiling for AIX 6.1, you need to unset RM if compiled from a SPEC 
file (or script I would imagine). That might be your issue, I don't recall the 
exact reason I did this, but it was an very odd error. Fragment of my spec file:

######
%build
######
%ifos aix6.1
unset RM
%endif

env CC=/usr/vac/bin/xlc_r CFLAGS="-bmaxdata:0x80000000 -qsrcmsg -qcpluscmt" 
./configure ......

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to