On Wed, April 28, 2010 6:45 am, ShanyiWan wrote: > Cent OS 5.4(64Bit) > > run make, errors as follow: > > ./.libs/libplumb.so: undefined reference to `uuid_parse' > ./.libs/libplumb.so: undefined reference to `uuid_generate' > ./.libs/libplumb.so: undefined reference to `uuid_copy' > ./.libs/libplumb.so: undefined reference to `uuid_is_null' > ./.libs/libplumb.so: undefined reference to `uuid_unparse' > ./.libs/libplumb.so: undefined reference to `uuid_clear' > ./.libs/libplumb.so: undefined reference to `uuid_compare' > collect2: ld returned 1 exit status > gmake[2]: *** [ipctest] Error 1 > gmake[2]: Leaving directory > `/usr/local/src/Reusable-Cluster-Components-glue-1.0.5/lib/clplumbing' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/local/src/Reusable-Cluster-Components-glue-1.0.5/lib' > make: *** [all-recursive] Error 1
Obviously you need libuuid-devel. :) Rasto -- : Dipl-Ing Rastislav Levrinc : DRBD-MC http://www.drbd.org/mc/management-console/ : DRBD/HA support and consulting http://www.linbit.com/ DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
