<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">&lt;<a href="mailto:larry.brigman@gmail.com">larry.brigman@gmail.com</a>&gt;</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 &lt;<a href="mailto:rakirocker4236@gmail.com">rakirocker4236@gmail.com</a>&gt; wrote:<br>
&gt; Hi Dejan<br>&gt;<br>&gt; I am posting the steps i followed to install cluster glue from the source<br>&gt;<br>&gt; as mentioned in the <a href="http://clusterlabs.org/" target="_blank">http://clusterlabs.org/</a><br>
&gt;<br>&gt; i tried to download the cluster glue tar bal using wget the tar ball is<br>&gt;  cluster-glue.tar.bz2<br>&gt;<br>&gt; and when i extracted this is the following directory i got<br>&gt; Reusable-Cluster-Components-glue--be41a3ef5717<br>
&gt;<br>&gt;<br>&gt;<br>&gt; and tried to configure and got the output while i am procedding forwarded<br>&gt; while doing make ..i am getting the following message ...<br>&gt;<br>&gt; o -lbz2 -lxml2 -lc -lrt -ldl -lglib-2.0<br>
&gt; ./.libs/libplumb.so: undefined reference to `uuid_parse&#39;<br>&gt; ./.libs/libplumb.so: undefined reference to `uuid_generate&#39;<br>&gt; ./.libs/libplumb.so: undefined reference to `uuid_copy&#39;<br>&gt; ./.libs/libplumb.so: undefined reference to `uuid_is_null&#39;<br>
&gt; ./.libs/libplumb.so: undefined reference to `uuid_unparse&#39;<br>&gt; ./.libs/libplumb.so: undefined reference to `uuid_clear&#39;<br>&gt; ./.libs/libplumb.so: undefined reference to `uuid_compare&#39;<br>&gt; collect2: ld returned 1 exit status<br>
&gt; gmake[2]: *** [ipctest] Error 1<br>&gt; gmake[2]: Leaving directory<br>&gt; `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib/clplumbing&#39;<br>&gt; gmake[1]: *** [all-recursive] Error 1<br>
&gt; gmake[1]: Leaving directory<br>&gt; `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib&#39;<br>&gt; make: *** [all-recursive] Error 1<br>&gt;<br>&gt; and the configuring output is as follows<br>
&gt; cluster-glue configuration:<br>&gt;   Version                  = 1.0.7 (Build:<br>&gt; be41a3ef57175fcd35ffe0c4bc897f996cb447ba)<br>&gt;   Features                 =<br>&gt;<br>&gt;   Prefix                   = /usr<br>
&gt;   Executables              = /usr/sbin<br>&gt;   Man pages                = /usr/man<br>&gt;   Libraries                = /usr/lib<br>&gt;   Header files             = /usr/include<br>&gt;   Arch-independent files   = /usr/share<br>
&gt;   Documentation            = /usr/share/doc<br>&gt;   State information        = /usr/var<br>&gt;   System configuration     = /usr/etc<br>&gt;<br>&gt;   Use system LTDL          = no<br>&gt;<br>&gt;   HA group name            = haclient<br>
&gt;   HA user name             = hacluster<br>&gt;<br>&gt;   CFLAGS                   = -g -O2 -ggdb3 -O0  -fgnu89-inline<br>&gt; -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast<br>&gt; -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels<br>
&gt; -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline<br>&gt; -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute<br>&gt; -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith<br>
&gt; -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY -Werror<br>&gt;   Libraries                = -lbz2 -lxml2 -lc -lrt -ldl  -L/lib -lglib-2.0<br>&gt;   Stack Libraries          =<br>&gt;<br>&gt; and i tried to install libuuid-devel where it is displaying that no rpm<br>
&gt; found ..and i am able to see libuuid.so.1 file in /usr/lib<br>&gt;<br>&gt; please help me regarding this issue ..<br>&gt;<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 &lt;package_name-devel&gt;<br></blockquote></div><br>