红联Linux门户
Linux帮助

heartbeat问题大家帮忙看看

发布时间:2013-07-30 16:14:01来源:红联作者:zhaonan0511
系统版本:[root@dr1 Reusable-Cluster-Components-glue--glue-1.0.9]# uname -a
Linux dr1 2.6.32-220.el6.x86_64 #1 SMP Wed Nov 9 08:03:13 EST 2011 x86_64 x86_64 x86_64 GNU/Linux

GLUE版本:glue-1.0.9



编译报错如下:

[root@dr1 Reusable-Cluster-Components-glue--glue-1.0.9]# ./autogen.sh
autoconf: autoconf (GNU Autoconf) 2.63
automake: automake (GNU automake) 1.11.1
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
lrm/admin/Makefile.am:36: `%'-style pattern rules are a GNU make extension
autoconf
Now run ./configure
[root@dr1 Reusable-Cluster-Components-glue--glue-1.0.9]# ./configure --prefix=$PREFIX --with-daemon-user=${CLUSTER_USER} --with-daemon-group=${CLUSTER_GROUP} --enable-fatal-warnings=no LIBS='/lib64/libuuid.so.1'
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for preprocessor stringizing operator... yes
checking for size_t... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of clock_t... 8
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
Our Host OS: linux-gnu/x86_64-unknown-linux-gnu
configure: Sanitizing prefix:
configure: Sanitizing exec_prefix: NONE
configure: Sanitizing INITDIR:
checking which init (rc) directory to use... /etc/init.d
configure: Sanitizing libdir: ${exec_prefix}/lib
checking which lib directory to use... /lib64
checking for the location of the lock directory... /var/lock
configure: WARNING: prefix directory () does not exist!
configure: WARNING: exec_prefix directory () does not exist!
configure: WARNING: libexecdir directory (/libexec) does not exist!
configure: WARNING: datadir directory (/share) does not exist!
configure: WARNING: sharedstatedir directory (/com) does not exist!
configure: WARNING: includedir directory (/include) does not exist!
configure: WARNING: infodir directory (/share/info) does not exist!
configure: WARNING: mandir directory (/share/man) does not exist!
configure: WARNING: docdir directory (/share/doc/cluster-glue) does not exist!
configure: Host CPU: x86_64
checking which format is needed to print uint64_t... %lu
checking for hg... no
checking for false... /bin/false
checking build version... 0a08a469fdc8a0db1875369497bc83c0523ceb21
checking for byteorder... little-endian
little-endian
checking for glibtool... $(SHELL) $(top_builddir)/libtool
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}lib64/python2.6/site-packages
checking for gmake... gmake
checking for lynx... no
checking for w3m... no
checking for help2man... no
checking for pod2man... /usr/bin/pod2man
checking for ssh... /usr/bin/ssh
checking for scp... /usr/bin/scp
checking for hg... (cached) /bin/false
checking for tar... /bin/tar
checking for md5... no
checking for rpm... /bin/rpm
checking for test... /usr/bin/test
checking for ping... /bin/ping
checking for ifconfig... /sbin/ifconfig
checking for mailx... /bin/mailx
checking for egrep... (cached) /bin/grep -E
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... /usr/bin/xml2-config
checking for xsltproc... /usr/bin/xsltproc
checking for valgrind... /usr/bin/valgrind
checking ifconfig option to list interfaces... -a
checking for socket in -lsocket... no
checking for dlopen in -lc... no
checking for dlopen in -ldl... (cached) yes
checking for sched_getscheduler in -lrt... yes
checking for getopt_long in -lgnugetopt... no
checking for uuid_parse in -luuid... no
checking for uuid_create in -luuid... no
checking for sched_getscheduler in -lposix4... no
checking for CRYPTO_free in -lcrypto... yes
using /usr/bin/pkg-config glib-2.0
checking for gettext in -lc... yes
checking for special glib includes: ... -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
checking for glib library flags... -lglib-2.0
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking asm/types.h usability... yes
checking asm/types.h presence... yes
checking for asm/types.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking auth-client.h usability... no
checking auth-client.h presence... no
checking for auth-client.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking glib.h usability... yes
checking glib.h presence... yes
checking for glib.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for linux/errqueue.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/ip.h usability... yes
checking netinet/ip.h presence... yes
checking for netinet/ip.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/dir.h usability... yes
checking sys/dir.h presence... yes
checking for sys/dir.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/reboot.h usability... yes
checking sys/reboot.h presence... yes
checking for sys/reboot.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking sys/termios.h usability... yes
checking sys/termios.h presence... yes
checking for sys/termios.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for special libxml2 includes... -I/usr/include/libxml2
checking for xmlReadMemory in -lxml2... yes
checking libxml/xpath.h usability... yes
checking libxml/xpath.h presence... yes
checking for libxml/xpath.h... yes
checking for facilitynames in syslog.h... yes
checking have POSIX signals... yes
checking number of arguments in reboot system call... 1
checking for reboot... /sbin/reboot
checking for poweroff... /sbin/poweroff
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking for getpeerucred... no
checking sys/syslimits.h usability... no
checking sys/syslimits.h presence... no
checking for sys/syslimits.h... no
checking for sys/ucred.h... no
checking sys/cred.h usability... no
checking sys/cred.h presence... no
checking for sys/cred.h... no
checking xti.h usability... no
checking xti.h presence... no
checking for xti.h... no
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking for struct tm.tm_gmtoff... yes
checking for nfds_t... yes
checking if clock_t is long enough... yes
checking for g_log_set_default_handler... yes
checking for getopt... yes
checking for getpeereid... no
checking for setproctitle... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking for setproctitle in -lutil... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking whether __progname and __progname_full are available... yes
checking which argv replacement method to use... writeable
checking for lt_dlopen in -lltdl... no
configure: Installing local ltdl
libltdl/
libltdl/config/
libltdl/config/ltmain.sh
libltdl/config/depcomp
libltdl/config/config.guess
libltdl/config/compile
libltdl/config/missing
libltdl/config/install-sh
libltdl/config/config.sub
libltdl/m4/
libltdl/m4/argz.m4
libltdl/m4/ltversion.m4
libltdl/m4/libtool.m4
libltdl/m4/ltoptions.m4
libltdl/m4/ltsugar.m4
libltdl/m4/lt~obsolete.m4
libltdl/m4/ltdl.m4
checking if libnet is required... no
checking for libnet-config... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... (cached) no
checking for libnet_get_hwaddr in -lnet... no
checking for libnet... found none
checking for netinet/icmp6.h... yes
checking for ucd-snmp/snmp.h... no
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking for net-snmp-config... /usr/bin/net-snmp-config
checking for special snmp libraries... -Wl,-z,relro -Wl,-z,now -L/usr/lib64 -lnetsnmp
checking For libOpenIPMI version 1.4 or greater... "no"
checking curl/curl.h usability... no
checking curl/curl.h presence... no
checking for curl/curl.h... no
checking openhpi/SaHpi.h usability... no
checking openhpi/SaHpi.h presence... no
checking for openhpi/SaHpi.h... no
checking vacmclient_api.h usability... no
checking vacmclient_api.h presence... no
checking for vacmclient_api.h... no
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for alphasort... yes
checking for inet_pton... yes
checking for NoSuchFunctionName... no
checking for scandir... yes
checking for setenv... yes
checking for strerror... yes
checking for unsetenv... yes
checking for strnlen... yes
checking for strndup... yes
checking for daemon... yes
checking for strlcpy... no
checking for strlcat... no
checking whether gcc -std=gnu99 supports "-fgnu89-inline"... yes
checking whether gcc -std=gnu99 supports "-fstack-protector-all"... yes
checking whether gcc -std=gnu99 supports "-Wall"... yes
checking whether gcc -std=gnu99 supports "-Waggregate-return"... yes
checking whether gcc -std=gnu99 supports "-Wbad-function-cast"... yes
checking whether gcc -std=gnu99 supports "-Wcast-qual"... yes
checking whether gcc -std=gnu99 supports "-Wcast-align"... yes
checking whether gcc -std=gnu99 supports "-Wdeclaration-after-statement"... yes
checking whether gcc -std=gnu99 supports "-Wendif-labels"... yes
checking whether gcc -std=gnu99 supports "-Wfloat-equal"... yes
checking whether gcc -std=gnu99 supports "-Wformat=2"... yes
checking whether gcc -std=gnu99 supports "-Wformat-security"... yes
checking whether gcc -std=gnu99 supports "-Wformat-nonliteral"... yes
checking whether gcc -std=gnu99 supports "-Winline"... yes
checking whether gcc -std=gnu99 supports "-Wmissing-prototypes"... yes
checking whether gcc -std=gnu99 supports "-Wmissing-declarations"... yes
checking whether gcc -std=gnu99 supports "-Wmissing-format-attribute"... yes
checking whether gcc -std=gnu99 supports "-Wnested-externs"... yes
checking whether gcc -std=gnu99 supports "-Wno-long-long"... yes
checking whether gcc -std=gnu99 supports "-Wno-strict-aliasing"... yes
checking whether gcc -std=gnu99 supports "-Wpointer-arith"... yes
checking whether gcc -std=gnu99 supports "-Wstrict-prototypes"... yes
checking whether gcc -std=gnu99 supports "-Wunsigned-char"... no
checking whether gcc -std=gnu99 supports "-Wwrite-strings"... yes
checking whether gcc -std=gnu99 supports "-std=iso9899:199409"... yes
configure: Enabling ANSI Compatibility
configure: Activated additional gcc flags: -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
Supress make details:
Pretty print compiler output:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating include/Makefile
config.status: creating include/pils/Makefile
config.status: creating include/pils/plugin.h
config.status: creating include/clplumbing/Makefile
config.status: creating include/lrm/Makefile
config.status: creating include/stonith/Makefile
config.status: creating lib/Makefile
config.status: creating lib/pils/Makefile
config.status: creating lib/clplumbing/Makefile
config.status: creating lib/stonith/Makefile
config.status: creating lib/lrm/Makefile
config.status: creating lib/plugins/Makefile
config.status: creating lib/plugins/InterfaceMgr/Makefile
config.status: creating lib/plugins/lrm/Makefile
config.status: creating lib/plugins/lrm/dbus/Makefile
config.status: creating lib/plugins/stonith/Makefile
config.status: creating lib/plugins/stonith/ribcl.py
config.status: creating lib/plugins/stonith/external/Makefile
config.status: creating lib/plugins/stonith/external/drac5
config.status: creating lib/plugins/stonith/external/kdumpcheck
config.status: creating lib/plugins/stonith/external/ssh
config.status: creating lib/plugins/stonith/external/ippower9258
config.status: creating lib/plugins/stonith/external/xen0-ha
config.status: creating lrm/Makefile
config.status: creating lrm/lrmd/Makefile
config.status: creating lrm/admin/Makefile
config.status: creating lrm/admin/cibsecret
config.status: WARNING: 'lrm/admin/cibsecret.in' seems to ignore the --datarootdir setting
config.status: creating lrm/test/Makefile
config.status: creating lrm/test/regression.sh
config.status: creating lrm/test/lrmregtest
config.status: creating lrm/test/lrmregtest-lsb
config.status: creating lrm/test/lrmregtest-heartbeat
config.status: creating lrm/test/LRMBasicSanityCheck
config.status: creating lrm/test/testcases/Makefile
config.status: creating logd/Makefile
config.status: creating logd/logd
config.status: creating replace/Makefile
config.status: creating hb_report/Makefile
config.status: creating hb_report/hb_report
config.status: WARNING: 'hb_report/hb_report.in' seems to ignore the --datarootdir setting
config.status: creating doc/Makefile
config.status: creating doc/ha_logd.xml
config.status: creating doc/ha_logger.xml
config.status: creating doc/stonith.xml
config.status: creating doc/meatclient.xml
config.status: creating doc/stonith/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/glue_config.h
config.status: include/glue_config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in libltdl (/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/libltdl)
configure: WARNING: no configuration information is in libltdl

cluster-glue configuration:
Version = 1.0.9 (Build: 0a08a469fdc8a0db1875369497bc83c0523ceb21)
Features =

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

Use system LTDL = no

HA group name =
HA user name =

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
Libraries = -lbz2 -lxml2 -lc -lrt -ldl /lib64/libuuid.so.1 -lglib-2.0
Stack Libraries =
[root@dr1 Reusable-Cluster-Components-glue--glue-1.0.9]# make
Making all in include
gmake[1]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
gmake all-recursive
gmake[2]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
Making all in clplumbing
gmake[3]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/clplumbing'
Making all in pils
gmake[3]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/pils'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/pils'
Making all in stonith
gmake[3]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/stonith'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/stonith'
Making all in lrm
gmake[3]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/lrm'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include/lrm'
gmake[3]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
gmake[3]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
gmake[2]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
gmake[1]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/include'
Making all in libltdl
gmake[1]: Entering directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/libltdl'
gmake[1]: *** 没有规则可以创建目标“all”。 停止。
gmake[1]: Leaving directory `/usr/local/src/Reusable-Cluster-Components-glue--glue-1.0.9/libltdl'
make: *** [all-recursive] 错误 1
[root@dr1 Reusable-Cluster-Components-glue--glue-1.0.9]#

谢谢
文章评论

共有 4 条评论

  1. yjun89 于 2017-09-27 15:49:02发表:

    安装libtool-ltdl-devel后重新configure。

  2. 于 2014-02-24 16:56:41发表:

    楼主,你好。
    我安装heartbeat出现的问题和你的一致,请问你是怎么解决的?

  3. 懒猪必备啊 于 2013-08-13 13:43:20发表:

    顶一下

  4. alick 于 2013-07-31 22:30:06发表:

    好好分析下 configure 输出中的 WARNING。那个 $PREFIX 根本就是空的,显然不对。libltdl 下没有配置东西也很奇怪。