Larry, what version of corosync? Needle (2.x) and master branch doesn't support compilation without nss.
For Flatiron (1.x), use --disable-nss (also automatic detection should work so this parameter is not needed). Regards, Honza Larry Brigman napsal(a): > It looks like some of the configure options are not getting processed > correctly. > I don't have the nss libraries installed so rather than just install the > package set > I tried to compile without them. > I get the following messages: > ./configure --without-nss --enable-monitoring --disable-rdma > configure: WARNING: unrecognized options: --without-nss > > or the other way > > ./configure --with-nss=no --enable-monitoring --disable-rdma > configure: WARNING: unrecognized options: --with-nss > > > > _______________________________________________ > discuss mailing list > [email protected] > http://lists.corosync.org/mailman/listinfo/discuss > _______________________________________________ discuss mailing list [email protected] http://lists.corosync.org/mailman/listinfo/discuss
