Hi,

I am using Fedora Core 12. I am trying to provide Linux High Availability.

When i try to build Cluster glue source, i am getting the below mentioned
error when i do "make"

Below are the steps which i have performed..

Please help me out in solving this issue..

----------------------------------------------------------------------------------------------------------------------------------------------

[r...@localhost linuxha]# ls
glue-1.0.5.tar.bz2  Reusable-Cluster-Components-glue-1.0.5
[r...@localhost linuxha]# cd Reusable-Cluster-Components-glue-1.0.5/
[r...@localhost Reusable-Cluster-Components-glue-1.0.5]# ./autogen.sh
autoconf:    autoconf (GNU Autoconf) 2.63
automake:    automake (GNU automake) 1.11
libtoolize --ltdl --force --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `libltdl/config/compile'
libtoolize: copying file `libltdl/config/config.guess'
libtoolize: copying file `libltdl/config/config.sub'
libtoolize: copying file `libltdl/config/depcomp'
libtoolize: copying file `libltdl/config/install-sh'
libtoolize: copying file `libltdl/config/missing'
libtoolize: copying file `libltdl/config/ltmain.sh'
libtoolize: putting macros in `libltdl/m4'.
libtoolize: copying file `libltdl/m4/argz.m4'
libtoolize: copying file `libltdl/m4/libtool.m4'
libtoolize: copying file `libltdl/m4/ltdl.m4'
libtoolize: copying file `libltdl/m4/ltoptions.m4'
libtoolize: copying file `libltdl/m4/ltsugar.m4'
libtoolize: copying file `libltdl/m4/ltversion.m4'
libtoolize: copying file `libltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in `libltdl'.
libtoolize: `COPYING.LIB' not found in `/usr/share/libtool/libltdl'
aclocal
autoheader
automake --add-missing --include-deps --copy
autoconf
Now run ./configure

[r...@localhost Reusable-Cluster-Components-glue-1.0.5]# ./configure

.
.
.
.
.
.
.

cluster-glue configuration:
  Version                  = 1.0.5 (Build:
3af80b93d9e5d5e441f3f4c3aad16775ea27d2d9)
  Features                 =

  Prefix                   = /usr
  Executables              = /usr/sbin
  Man pages                = /usr/share/man
  Libraries                = /usr/lib
  Header files             = /usr/include
  Arch-independent files   = /usr/share
  Documentation            = /usr/share/doc/cluster-glue
  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  -lglib-2.0
  Stack Libraries          =
You have new mail in /var/spool/mail/root

[r...@localhost Reusable-Cluster-Components-glue-1.0.5]# make
Making all in include
gmake[1]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
gmake   all-recursive
gmake[2]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
Making all in clplumbing
gmake[3]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/clplumbing'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/clplumbing'
Making all in pils
gmake[3]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/pils'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/pils'
Making all in stonith
gmake[3]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/stonith'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/stonith'
Making all in lrm
gmake[3]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/lrm'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include/lrm'
gmake[3]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
gmake[3]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
gmake[2]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
gmake[1]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/include'
Making all in libltdl
gmake[1]: Entering directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/libltdl'
gmake[1]: *** No rule to make target `all'.  Stop.
gmake[1]: Leaving directory
`/mnt/linuxha/Reusable-Cluster-Components-glue-1.0.5/libltdl'
make: *** [all-recursive] Error 1
[r...@localhost Reusable-Cluster-Components-glue-1.0.5]#

------------------------------------------------------------------------------------------------------------------------------------------------------------------



-- 
Regards,
pravin
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to