Cluster Glue
As I am installing Cluster Glue, I bump into the following error. I was looking around the Internet and unable to find a answer thus I have to look into what package CentOS build libuuid into
Problem:
./.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'
Solution:
yum install -y e2fsprogs-devel
Hope the above helps someone out there.
Gary:
You are a life saver. I just spent the past hour looking for that answer. That dev package finally got glue to compile and install.
20 May 2011, 5:45 amadmin:
Welcome Gary!
22 May 2011, 2:26 pm