Hi All<br><br><br>I got the errors like this while compiling cluster glue:<br><br>../.libs/libplumb.so: undefined reference to `uuid_parse'<br>../.libs/libplumb.so: undefined reference to `uuid_generate'<br>../.libs/libplumb.so: undefined reference to `uuid_copy'<br>
../.libs/libplumb.so: undefined reference to `uuid_is_null'<br>../.libs/libplumb.so: undefined reference to `uuid_unparse'<br>../.libs/libplumb.so: undefined reference to `uuid_clear'<br>../.libs/libplumb.so: undefined reference to `uuid_compare'<br>
collect2: ld returned 1 exit status<br>gmake[2]: *** [ipctest] Error 1<br>gmake[2]: Leaving directory `/root/Reusable-Cluster-Components-glue-1.0.5/lib/clplumbing'<br>gmake[1]: *** [all-recursive] Error 1<br>gmake[1]: Leaving directory `/root/Reusable-Cluster-Components-glue-1.0.5/lib'<br>
make: *** [all-recursive] Error 1<br><br><br>and here is the output when I run ./configure:<br><br>cluster-glue configuration:<br> Version = 1.0.7 (Build: be41a3ef57175fcd35ffe0c4bc897f996cb447ba)<br> Features =<br>
<br> Prefix = /usr<br> Executables = /usr/sbin<br> Man pages = /usr/man<br> Libraries = /usr/lib<br> Header files = /usr/include<br> Arch-independent files = /usr/share<br>
Documentation = /usr/share/doc<br> State information = /usr/var<br> System configuration = /usr/etc<br><br> Use system LTDL = no<br><br> HA group name = haclient<br> HA user name = hacluster<br>
<br> CFLAGS = -g -O2 -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror<br>
Libraries = -lbz2 -lxml2 -lc -lrt -ldl -L/lib -lglib-2.0<br> Stack Libraries =<br><br><br>and also i tried to update the libs directive in mke file pointing libraries to /lib/libuuid.so.1 still i am getting the same issue . please help me regarding this issue since i am runing out of time ..<br>
<br><br><br>regards<br>raki<br>