quorum.c is linked into the main binary and doesn't follow the semantics of an lcrso (ie: it doesn't register interfaces or any of that). Just remove the lcrso version that is built so that Solaris runs properly.
Regards -steve
Index: exec/Makefile.am =================================================================== --- exec/Makefile.am (revision 2222) +++ exec/Makefile.am (working copy) @@ -40,7 +40,7 @@ LOGSYS_SRC = wthread.c logsys.c COROIPCS_SRC = coroipcs.c -LCRSO_SRC = objdb.c vsf_ykd.c coroparse.c quorum.c vsf_quorum.c +LCRSO_SRC = objdb.c vsf_ykd.c coroparse.c vsf_quorum.c LCRSO_OBJS = $(LCRSO_SRC:%.c=%.o) LCRSO = $(LCRSO_SRC:%.c=%.lcrso)
_______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
