> Adding the following patch
> 
> --- lrmd.c      2010-11-19 17:51:44.000000000 +0000
> +++ ../../../lrmd.c     2010-11-24 20:40:49.351322794 +0000
> @@ -1104,6 +1104,9 @@
>  
>         register_pid(FALSE, sigterm_action);
>  
> +
> +       g_thread_init(NULL);
> +
>         /* load RA plugins   */
>         PluginLoadingSystem = NewPILPluginUniv (HA_PLUGIN_DIR);
>         PILLoadPlugin(PluginLoadingSystem, "InterfaceMgr", "generic",
> 
Forgot the Makefile change that goes with it.

--- Makefile    2010-11-24 20:52:03.421323840 +0000
+++ ../../../Makefile   2010-11-24 20:38:11.571323583 +0000
@@ -142,7 +142,7 @@
 LIBLTDL_DIR = 
 LIBNETCONFIG = 
 LIBOBJS =  ${LIBOBJDIR}NoSuchFunctionName$U.o ${LIBOBJDIR}strlcpy$U.o 
${LIBOBJDIR}strlcat$U.o
-LIBS = -lbz2 -lxml2 -lc -luuid -lrt -ldl  -lglib-2.0   -lltdl
+LIBS = -lbz2 -lxml2 -lc -luuid -lrt -ldl  -lglib-2.0   -lltdl -lgthread-2.0
 LIBTOOL = $(SHELL) $(top_builddir)/libtool --tag=CC $(QUIET_LIBTOOL_OPTS)
 LIPO = 
 LN_S = ln -s


Dave
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to