I am using the following line in two different build targets; (Ubuntu 14 and fedora 21).
./configure --enable-imm-pbe --disable-ais-plm --disable-ais-msg --disable-ais-lck --disable-ais-evt --disable-rpm-target
The output in both targets indicate PLM is disabled:
Enable PLM support: no
Enable TIPC transport: no
Enable systemd: no
But when build on fedora 21 is finished the /etc/opensaf/nodeinit.conf.controller contain instruction to start PLMD;
/usr/local/lib/opensaf/clc-cli/osaf-plmd:PLMD:S:/usr/local/lib/opensaf/clc-cli/osaf-plmd:6500:4:2:1:start:stop
Workaround is to sed the file to disable PLMD in order to get opensaf started.
Diff: