<p>Hi Larry <br> <br>thanks for providing the information when i tried to follow ur steps  i am getting this message as the output <br> <br>[root@low-house lib]# rpm -qf /lib/libuuid.so.1<br>e2fsprogs-libs-1.39-23.el5_5.1<br>
[root@low-house lib]# yum install e2fsprogs-libs-1.39-23.el5_5.1<br>Loaded plugins: fastestmirror<br>Loading mirror speeds from cached hostfile<br> * addons: <a href="http://mirror.nwresd.org">mirror.nwresd.org</a><br> * base: <a href="http://mirror.stanford.edu">mirror.stanford.edu</a><br>
 * extras: <a href="http://mirror.stanford.edu">mirror.stanford.edu</a><br> * updates: <a href="http://mirror.san.fastserv.com">mirror.san.fastserv.com</a><br>Setting up Install Process<br>Package e2fsprogs-libs-1.39-23.el5_5.1.i386 already installed and latest version<br>
Nothing to do</p>
<p>since it displays that the rpm file is already installed and using latest version ...i had retried to configure and install cluster glue i am getting the similar issue again ..<br> <br>regards<br>Rakesh<br><br></p>
<div class="gmail_quote">On Tue, Mar 8, 2011 at 12:16 PM, Larry Brigman <span dir="ltr"><<a href="mailto:larry.brigman@gmail.com">larry.brigman@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">On Mon, Mar 7, 2011 at 10:02 PM, rakesh k <<a href="mailto:rakirocker4236@gmail.com">rakirocker4236@gmail.com</a>> wrote:<br>
> Hi Dejan<br>><br>> I am posting the steps i followed to install cluster glue from the source<br>><br>> as mentioned in the <a href="http://clusterlabs.org/" target="_blank">http://clusterlabs.org/</a><br>
><br>> i tried to download the cluster glue tar bal using wget the tar ball is<br>>  cluster-glue.tar.bz2<br>><br>> and when i extracted this is the following directory i got<br>> Reusable-Cluster-Components-glue--be41a3ef5717<br>
><br>><br>><br>> and tried to configure and got the output while i am procedding forwarded<br>> while doing make ..i am getting the following message ...<br>><br>> o -lbz2 -lxml2 -lc -lrt -ldl -lglib-2.0<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<br>> `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib/clplumbing'<br>> gmake[1]: *** [all-recursive] Error 1<br>
> gmake[1]: Leaving directory<br>> `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib'<br>> make: *** [all-recursive] Error 1<br>><br>> and the configuring output is as follows<br>
> cluster-glue configuration:<br>>   Version                  = 1.0.7 (Build:<br>> 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<br>> -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast<br>> -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels<br>
> -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline<br>> -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute<br>> -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith<br>
> -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>> and i tried to install libuuid-devel where it is displaying that no rpm<br>
> found ..and i am able to see libuuid.so.1 file in /usr/lib<br>><br>> please help me regarding this issue ..<br>><br><br>Use the tools that are on your system.<br>rpm -qf /usr/lib/libuuid.so.1<br>Then when you find the package name<br>
yum install <package_name-devel><br></blockquote></div><br>