Re: [Pacemaker] build Issue while configurin g the cluster glue in CENT OS

2011-03-08 Thread rakesh k
Larry Brigman larry.brigman@... writes:
 
Hi Larry 
 
Thanks for you suggestion the when i tried to install
e2fsprogs-libs-1.39-23.el5_5.1 rpm file it says it is uptodate and again i tried
to install cluster glue using make command . which thrown  me the same error.

[root@low-house lib]# rpm -qf /lib/libuuid.so.1
e2fsprogs-libs-1.39-23.el5_5.1
[root@low-house lib]# yum install e2fsprogs-libs-1.39-23.el5_5.1
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.nwresd.org
 * base: mirror.stanford.edu
 * extras: mirror.stanford.edu
 * updates: mirror.san.fastserv.com
Setting up Install Process
Package e2fsprogs-libs-1.39-23.el5_5.1.i386 already installed and latest version
Nothing to do
[root@low-house lib]#

regards
Rakesh




___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] build Issue while configurin g the cluster glue in CENT OS

2011-03-08 Thread Vladislav Bogdanov
08.03.2011 12:25, rakesh k wrote:
 Larry Brigman larry.brigman@... writes:
  
 Hi Larry 
  
 Thanks for you suggestion the when i tried to install
 e2fsprogs-libs-1.39-23.el5_5.1 rpm file it says it is uptodate and again i 
 tried
 to install cluster glue using make command . which thrown  me the same error.
 
 [root@low-house lib]# rpm -qf /lib/libuuid.so.1
 e2fsprogs-libs-1.39-23.el5_5.1

Then you need e2fsprogs-libs-devel which contains header files and
symlinks to shared libs which are used during build.

 [root@low-house lib]# yum install e2fsprogs-libs-1.39-23.el5_5.1
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * addons: mirror.nwresd.org
  * base: mirror.stanford.edu
  * extras: mirror.stanford.edu
  * updates: mirror.san.fastserv.com
 Setting up Install Process
 Package e2fsprogs-libs-1.39-23.el5_5.1.i386 already installed and latest 
 version
 Nothing to do
 [root@low-house lib]#
 
 regards
 Rakesh
 
 
 
 
 ___
 Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
 http://oss.clusterlabs.org/mailman/listinfo/pacemaker
 
 Project Home: http://www.clusterlabs.org
 Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
 Bugs: 
 http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] build Issue while configurin g the cluster glue in CENT OS

2011-03-08 Thread rakesh k
Vladislav Bogdanov bubble@... writes:

 

Hi Vladislav Bogdanov

When i listed down all the packages in CentOS i found this package is already
isntalled

i used rpm-qa for listing down the packages 

is there any alternative for building cluster glue in my CENT OS through code
base
since this an urgent requirement sorry for posting the questions frequently 




___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] build Issue while configurin g the cluster glue in CENT OS

2011-03-08 Thread Vladislav Bogdanov
09.03.2011 07:35, rakesh k wrote:
 
 When i listed down all the packages in CentOS i found this package is already
 isntalled
 
 i used rpm-qa for listing down the packages 

Ahm, el5/centos5 have it in e2fsprogs-devel.

Install that package and this should help.

And there is no e2fsprogs-libs-devel for that distro (package naming
scheme seems to be broken in this particular case).

Best,
Vladislav

___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] build Issue while configurin​g the cluster glue in CENT OS

2011-03-07 Thread Dejan Muhamedagic
Hi,

On Mon, Mar 07, 2011 at 06:24:14PM +0530, rakesh k wrote:
 Hi All
 
 
 I got the errors like this while compiling cluster glue:
 
 ../.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
 `/root/Reusable-Cluster-Components-glue-1.0.5/lib/clplumbing'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/root/Reusable-Cluster-Components-glue-1.0.5/lib'
 make: *** [all-recursive] Error 1
 
 
 and here is the output when I run ./configure:
 
 cluster-glue configuration:
   Version  = 1.0.7 (Build:

This version doesn't match the one above. How do you manage
that? Otherwise, you need to install the libuuid development
package.

Thanks,

Dejan

 be41a3ef57175fcd35ffe0c4bc897f996cb447ba)
   Features =
 
   Prefix   = /usr
   Executables  = /usr/sbin
   Man pages= /usr/man
   Libraries= /usr/lib
   Header files = /usr/include
   Arch-independent files   = /usr/share
   Documentation= /usr/share/doc
   State information= /usr/var
   System configuration = /usr/etc
 
   Use system LTDL  = no
 
   HA group name= haclient
   HA user name = hacluster
 
   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
   Libraries= -lbz2 -lxml2 -lc -lrt -ldl  -L/lib -lglib-2.0
   Stack Libraries  =
 
 
 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 ..
 
 
 
 regards
 raki

 ___
 Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
 http://oss.clusterlabs.org/mailman/listinfo/pacemaker
 
 Project Home: http://www.clusterlabs.org
 Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
 Bugs: 
 http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] build Issue while configurin​g the cluster glue in CENT OS

2011-03-07 Thread rakesh k
Hi Dejan

I am posting the steps i followed to install cluster glue from the source

as mentioned in the http://clusterlabs.org/

i tried to download the cluster glue tar bal using *wget the tar ball is * *
cluster-glue.tar.bz2*

and when i extracted this is the following directory i
got*Reusable-Cluster-Components-glue--be41a3ef5717
*

**
and tried to configure and got the output while i am procedding forwarded
while doing make ..i am getting the following message ...

o -lbz2 -lxml2 -lc -lrt -ldl -lglib-2.0
./.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
`/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib/clplumbing'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib'
make: *** [all-recursive] Error 1

and the configuring output is as follows
cluster-glue configuration:
  Version  = 1.0.7 (Build:
be41a3ef57175fcd35ffe0c4bc897f996cb447ba)
  Features =

  Prefix   = /usr
  Executables  = /usr/sbin
  Man pages= /usr/man
  Libraries= /usr/lib
  Header files = /usr/include
  Arch-independent files   = /usr/share
  Documentation= /usr/share/doc
  State information= /usr/var
  System configuration = /usr/etc

  Use system LTDL  = no

  HA group name= haclient
  HA user name = hacluster

  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
  Libraries= -lbz2 -lxml2 -lc -lrt -ldl  -L/lib -lglib-2.0
  Stack Libraries  =

and i tried to install libuuid-devel where it is displaying that no rpm
found ..and i am able to see libuuid.so.1 file in /usr/lib

please help me regarding this issue ..

Regards
Raki




On Mon, Mar 7, 2011 at 6:24 PM, rakesh k rakirocker4...@gmail.com wrote:

 Hi All


 I got the errors like this while compiling cluster glue:

 ../.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
 `/root/Reusable-Cluster-Components-glue-1.0.5/lib/clplumbing'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/root/Reusable-Cluster-Components-glue-1.0.5/lib'
 make: *** [all-recursive] Error 1


 and here is the output when I run ./configure:

 cluster-glue configuration:
   Version  = 1.0.7 (Build:
 be41a3ef57175fcd35ffe0c4bc897f996cb447ba)
   Features =

   Prefix   = /usr
   Executables  = /usr/sbin
   Man pages= /usr/man
   Libraries= /usr/lib
   Header files = /usr/include
   Arch-independent files   = /usr/share
   Documentation= /usr/share/doc
   State information= /usr/var
   System configuration = /usr/etc

   Use system LTDL  = no

   HA group name= haclient
   HA user name = hacluster

   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
   Libraries= -lbz2 -lxml2 -lc -lrt -ldl  -L/lib -lglib-2.0
   Stack Libraries  =


 and also i tried to update the libs directive in mke file pointing
 libraries to /lib/libuuid.so.1 still i am 

Re: [Pacemaker] build Issue while configurin g the cluster glue in CENT OS

2011-03-07 Thread Larry Brigman
On Mon, Mar 7, 2011 at 10:02 PM, rakesh k rakirocker4...@gmail.com wrote:
 Hi Dejan

 I am posting the steps i followed to install cluster glue from the source

 as mentioned in the http://clusterlabs.org/

 i tried to download the cluster glue tar bal using wget the tar ball is
  cluster-glue.tar.bz2

 and when i extracted this is the following directory i got
 Reusable-Cluster-Components-glue--be41a3ef5717



 and tried to configure and got the output while i am procedding forwarded
 while doing make ..i am getting the following message ...

 o -lbz2 -lxml2 -lc -lrt -ldl -lglib-2.0
 ./.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
 `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib/clplumbing'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/home/rakesh/Desktop/Pacemaker/Reusable-Cluster-Components-glue--be41a3ef5717/lib'
 make: *** [all-recursive] Error 1

 and the configuring output is as follows
 cluster-glue configuration:
   Version  = 1.0.7 (Build:
 be41a3ef57175fcd35ffe0c4bc897f996cb447ba)
   Features =

   Prefix   = /usr
   Executables  = /usr/sbin
   Man pages    = /usr/man
   Libraries    = /usr/lib
   Header files = /usr/include
   Arch-independent files   = /usr/share
   Documentation    = /usr/share/doc
   State information    = /usr/var
   System configuration = /usr/etc

   Use system LTDL  = no

   HA group name    = haclient
   HA user name = hacluster

   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
   Libraries    = -lbz2 -lxml2 -lc -lrt -ldl  -L/lib -lglib-2.0
   Stack Libraries  =

 and i tried to install libuuid-devel where it is displaying that no rpm
 found ..and i am able to see libuuid.so.1 file in /usr/lib

 please help me regarding this issue ..


Use the tools that are on your system.
rpm -qf /usr/lib/libuuid.so.1
Then when you find the package name
yum install package_name-devel

___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker