当前位置: 技术问答>linux和unix
Debian下安装Xbtt问题,只要求阅读报错信息,给出错误方向即可!
来源: 互联网 发布时间:2016-10-21
本文导语: /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT /usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal' /usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending...
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running autoconf...
configure.ac:66: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
PTQ:/site/trunk/xbtt/build/xbtt# make
/bin/sh ./config.status --recheck
running /bin/sh ./configure --bindir=/home/whatman/xbtt/bin --libdir=/home/whatman/xbtt/lib --libexecdir=/home/whatman/xbtt/lib --enable-epoll --no-create --no-recursion
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for sed... /bin/sed
./configure: line 4550: AC_PROG_LIBTOOL: command not found
checking for mysql_config executable... checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
/usr/bin/mysql_config
checking for ANSI C header files... (cached) 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 sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 8
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for size_t... yes
checking for getopt... yes
checking for getopt_long... yes
checking for ftruncate... yes
checking for gettimeofday... yes
checking for memdup... no
checking for mkstemp... yes
checking for nice... yes
checking for select... yes
checking for poll... yes
checking for rmdir... yes
checking for signal... yes
checking for socket... yes
checking for snprintf... yes
checking for _snprintf... no
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for strcasecmp... yes
checking for strcspn... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmove... no
checking for strpbrk... yes
checking for strspn... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
/bin/sh ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/Makefile
config.status: WARNING: src/misc/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/sql/Makefile
config.status: WARNING: src/misc/sql/Makefile.in seems to ignore the --datarootdir setting
config.status: creating m4/Makefile
config.status: WARNING: m4/Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory `/site/trunk/xbtt/build/xbtt'
Making all in src
make[2]: Entering directory `/site/trunk/xbtt/build/xbtt/src'
Making all in misc
make[3]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc'
Making all in sql
make[4]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
if @LIBTOOL@ --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -I../../ -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -DEPOLL -funroll-loops -fexpensive-optimizations -O3 -MT database.lo -MD -MP -MF ".deps/database.Tpo" -c -o database.lo database.cpp;
then mv -f ".deps/database.Tpo" ".deps/database.Plo"; else rm -f ".deps/database.Tpo"; exit 1; fi
/bin/sh: @LIBTOOL@: command not found
make[4]: *** [database.lo] 错误 1
make[4]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/site/trunk/xbtt/build/xbtt/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/site/trunk/xbtt/build/xbtt'
make: *** [all] 错误 2
给出我个解决方案即可!在线等!
/usr/share/aclocal/libmcrypt.m4:17: run info '(automake)Extending aclocal'
/usr/share/aclocal/libmcrypt.m4:17: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Running autoheader...
Running autoconf...
configure.ac:66: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
PTQ:/site/trunk/xbtt/build/xbtt# make
/bin/sh ./config.status --recheck
running /bin/sh ./configure --bindir=/home/whatman/xbtt/bin --libdir=/home/whatman/xbtt/lib --libexecdir=/home/whatman/xbtt/lib --enable-epoll --no-create --no-recursion
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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for sed... /bin/sed
./configure: line 4550: AC_PROG_LIBTOOL: command not found
checking for mysql_config executable... checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
/usr/bin/mysql_config
checking for ANSI C header files... (cached) 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 sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for sys/stat.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for long long... yes
checking size of long long... 8
checking for void *... yes
checking size of void *... 8
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for in_addr_t... yes
checking for in_port_t... yes
checking for pid_t... yes
checking for off_t... yes
checking for ssize_t... yes
checking for size_t... yes
checking for getopt... yes
checking for getopt_long... yes
checking for ftruncate... yes
checking for gettimeofday... yes
checking for memdup... no
checking for mkstemp... yes
checking for nice... yes
checking for select... yes
checking for poll... yes
checking for rmdir... yes
checking for signal... yes
checking for socket... yes
checking for snprintf... yes
checking for _snprintf... no
checking for vsnprintf... yes
checking for _vsnprintf... no
checking for strcasecmp... yes
checking for strcspn... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmove... no
checking for strpbrk... yes
checking for strspn... yes
checking for strtol... yes
checking for strtoul... yes
configure: creating ./config.status
/bin/sh ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/Makefile
config.status: WARNING: src/misc/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/misc/sql/Makefile
config.status: WARNING: src/misc/sql/Makefile.in seems to ignore the --datarootdir setting
config.status: creating m4/Makefile
config.status: WARNING: m4/Makefile.in seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory `/site/trunk/xbtt/build/xbtt'
Making all in src
make[2]: Entering directory `/site/trunk/xbtt/build/xbtt/src'
Making all in misc
make[3]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc'
Making all in sql
make[4]: Entering directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
if @LIBTOOL@ --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../ -I../../ -g -O2 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC -DEPOLL -funroll-loops -fexpensive-optimizations -O3 -MT database.lo -MD -MP -MF ".deps/database.Tpo" -c -o database.lo database.cpp;
then mv -f ".deps/database.Tpo" ".deps/database.Plo"; else rm -f ".deps/database.Tpo"; exit 1; fi
/bin/sh: @LIBTOOL@: command not found
make[4]: *** [database.lo] 错误 1
make[4]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc/sql'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/site/trunk/xbtt/build/xbtt/src/misc'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/site/trunk/xbtt/build/xbtt/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/site/trunk/xbtt/build/xbtt'
make: *** [all] 错误 2
给出我个解决方案即可!在线等!
|
问下LZ是不是 用了Project gazelle 的xbtt ? 如果是的话!!这个xbtt 是whatcd 他们自己改过的xbtt 不是 原版的!
|
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。