查看: 4854|回复: 14
收起左侧

[系统] centos x64编译krb5 错误

[复制链接]
kxmp
发表于 2013-10-19 21:17:31 | 显示全部楼层 |阅读模式
本帖最后由 kxmp 于 2013-10-19 23:19 编辑

无厘头错误啊。。
make[3]: Leaving directory `/home/kxmp/krb/src/lib/kadm5/srv'
making all in lib/kadm5/unit-test...
make[3]: Entering directory `/home/kxmp/krb/src/lib/kadm5/unit-test'
make[3]: Leaving directory `/home/kxmp/krb/src/lib/kadm5/unit-test'
make[2]: Leaving directory `/home/kxmp/krb/src/lib/kadm5'
making all in lib/apputils...
make[2]: Entering directory `/home/kxmp/krb/src/lib/apputils'
gcc   -I../../include -I../../include  -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE  -g -O2 -Wall -Wcast-align -Wshadow -Wmissing-prototypes -Wno-format-zero-length -Woverflow -Wstrict-overflow -Wmissing-format-attribute -Wmissing-prototypes -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wunused-variable -Wunused-value -Wunknown-pragmas -Wsign-compare -Werror=uninitialized -Werror=declaration-after-statement -Werror=variadic-macros -Werror-implicit-function-declaration -pthread -c net-server.c
在包含自 net-server.c:60 的文件中:
../../include/net-server.h:32:19: 错误:verto.h:没有那个文件或目录
In file included from net-server.c:60:
../../include/net-server.h:43: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
../../include/net-server.h:48: 错误:expected ‘)’ before ‘*’ token
../../include/net-server.h:50: 错误:expected ‘)’ before ‘*’ token
../../include/net-server.h:52: 错误:expected ‘)’ before ‘*’ token
../../include/net-server.h:54: 错误:expected ‘)’ before ‘*’ token
../../include/net-server.h:71: 错误:expected declaration specifiers or ‘...’ before ‘verto_ctx’
net-server.c:260: 错误:expected specifier-qualifier-list before ‘verto_ev’
net-server.c:262: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:272: 错误:expected ‘)’ before ‘*’ token
net-server.c:284: 错误:expected ‘)’ before ‘*’ token
net-server.c:295: 错误:expected ‘)’ before ‘*’ token
net-server.c:301: 错误:expected ‘)’ before ‘*’ token
net-server.c:396: 错误:expected specifier-qualifier-list before ‘verto_ctx’
net-server.c:420: 错误:expected ‘)’ before ‘*’ token
net-server.c:434: 错误:expected ‘)’ before ‘*’ token
net-server.c:477: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:502: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:531: 错误:expected ‘)’ before ‘*’ token
net-server.c:532: 错误:expected ‘)’ before ‘*’ token
net-server.c:533: 错误:expected ‘)’ before ‘*’ token
net-server.c:534: 错误:expected ‘)’ before ‘*’ token
net-server.c:535: 错误:expected ‘)’ before ‘*’ token
net-server.c:536: 错误:expected ‘)’ before ‘*’ token
net-server.c:538: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:548: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:558: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c: 在函数‘create_server_socket’中:
net-server.c:578: 错误:‘struct socksetup’没有名为‘retval’的成员
net-server.c:579: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:588: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:595: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:602: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:605: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:613: 错误:‘struct socksetup’没有名为‘retval’的成员
net-server.c:614: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c: 在文件层:
net-server.c:623: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c:659: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
net-server.c: 在函数‘setup_a_tcp_listener’中:
net-server.c:698: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:704: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:711: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c: 在函数‘setup_tcp_listener_ports’中:
net-server.c:763: 错误:隐式声明函数‘add_tcp_listener_fd’
net-server.c:763: 警告:比较指针和整数
net-server.c:771: 警告:比较指针和整数
net-server.c: 在函数‘setup_rpc_listener_ports’中:
net-server.c:817: 错误:隐式声明函数‘add_rpc_listener_fd’
net-server.c:817: 警告:比较指针和整数
net-server.c:830: 警告:比较指针和整数
net-server.c: 在函数‘setup_udp_pktinfo_ports’中:
net-server.c:872: 错误:‘struct socksetup’没有名为‘udp_flags’的成员
net-server.c:887: 错误:‘struct socksetup’没有名为‘udp_flags’的成员
net-server.c: 在函数‘setup_udp_port_1’中:
net-server.c:919: 错误:‘struct socksetup’没有名为‘prog’的成员
net-server.c:929: 错误:隐式声明函数‘add_udp_fd’
net-server.c: 在函数‘setup_udp_port’中:
net-server.c:944: 错误:‘struct socksetup’没有名为‘udp_flags’的成员
net-server.c:947: 错误:‘struct socksetup’没有名为‘udp_flags’的成员
net-server.c: 在文件层:
net-server.c:1191: 错误:expected ‘)’ before ‘*’ token
net-server.c:1222: 错误:expected ‘)’ before ‘*’ token
net-server.c:1550: 错误:expected ‘)’ before ‘*’ token
net-server.c:1628: 错误:expected declaration specifiers or ‘...’ before ‘verto_ev’
net-server.c: 在函数‘kill_lru_tcp_or_rpc_connection’中:
net-server.c:1631: 错误:‘verto_ev’未声明(在此函数内第一次使用)
net-server.c:1631: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
net-server.c:1631: 错误:所在的函数内也只报告一次。)
net-server.c:1631: 错误:‘ev’未声明(在此函数内第一次使用)
net-server.c:1631: 错误:‘oldest_ev’未声明(在此函数内第一次使用)
net-server.c:1631: 警告:逗号表达式的左操作数不起作用
net-server.c:1632: 错误:ISO C90 不允许混合使用声明和代码
net-server.c:1636: 错误:‘struct <anonymous>’没有名为‘n’的成员
net-server.c:1636: 错误:‘struct <anonymous>’没有名为‘data’的成员
net-server.c:1636: 警告:逗号表达式的左操作数不起作用
net-server.c:1637: 错误:‘newev’未声明(在此函数内第一次使用)
net-server.c:1640: 错误:隐式声明函数‘verto_get_private’
net-server.c:1659: 错误:隐式声明函数‘verto_get_fd’
net-server.c:1662: 错误:隐式声明函数‘verto_del’
net-server.c: 在文件层:
net-server.c:1668: 错误:expected ‘)’ before ‘*’ token
net-server.c:1751: 错误:expected specifier-qualifier-list before ‘verto_ctx’
net-server.c: 在函数‘process_tcp_response’中:
net-server.c:1759: 错误:‘verto_ev’未声明(在此函数内第一次使用)
net-server.c:1759: 错误:‘ev’未声明(在此函数内第一次使用)
net-server.c:1775: 错误:隐式声明函数‘make_event’
net-server.c:1775: 错误:‘struct tcp_dispatch_state’没有名为‘ctx’的成员
net-server.c:1775: 错误:‘VERTO_EV_FLAG_IO_WRITE’未声明(在此函数内第一次使用)
net-server.c:1775: 错误:‘VERTO_EV_FLAG_PERSIST’未声明(在此函数内第一次使用)
net-server.c:1776: 错误:‘process_tcp_connection_write’未声明(在此函数内第一次使用)
net-server.c:1776: 错误:‘struct tcp_dispatch_state’没有名为‘sock’的成员
net-server.c:1785: 错误:‘struct tcp_dispatch_state’没有名为‘sock’的成员
net-server.c: 在文件层:
net-server.c:1791: 错误:expected ‘)’ before ‘*’ token
net-server.c:1810: 错误:expected ‘)’ before ‘*’ token
net-server.c:1905: 错误:expected ‘)’ before ‘*’ token
net-server.c:1946: 错误:expected ‘)’ before ‘*’ token
net-server.c: 在函数‘have_event_for_fd’中:
net-server.c:1958: 错误:‘verto_ev’未声明(在此函数内第一次使用)
net-server.c:1958: 错误:‘ev’未声明(在此函数内第一次使用)
net-server.c:1959: 错误:ISO C90 不允许混合使用声明和代码
net-server.c:1961: 错误:‘struct <anonymous>’没有名为‘n’的成员
net-server.c:1961: 错误:‘struct <anonymous>’没有名为‘data’的成员
net-server.c:1961: 警告:逗号表达式的左操作数不起作用
net-server.c: 在文件层:
net-server.c:1970: 错误:expected ‘)’ before ‘*’ token
net-server.c:2048: 错误:expected ‘)’ before ‘*’ token
make[2]: *** [net-server.o] 错误 1
make[2]: Leaving directory `/home/kxmp/krb/src/lib/apputils'
make[1]: *** [all-recurse] 错误 1
make[1]: Leaving directory `/home/kxmp/krb/src/lib'
make: *** [all-recurse] 错误 1


kxmp:
到verto.h所在目录编译安装verto.h就行了
yacc not found
yum install byacc
apt-get install bison

@levibeta
@lixihong10 @LisaLan @wulanmaodu @耐卡饭 @michael123 @专业路过 @cky2k3 @LLJ杰 @christina7358 @Hopesky @jack1986001 @guantong @xiaomudou @liping1994 @aslprince @treeyard @nbaworldcup @读图时代 @jshbkf @天山童姥 @/jwTMF圣翼圆 @瞬间与永恒 @4397903 @jayavira @gffgef @xp163 @eLiT3CH_KSP @千夏奈奈 @唐僧是个耍猴的 @jiao轩 @Amazing @東方不敗 @tomjohnjoan @Beatit @ziucqea @Lirio @O(∩_∩)O哈哈~ @xiaowu0750 @pigiam @陈-烈焰风暴 @bbbxyoiil
levibeta
发表于 2013-10-19 21:19:47 | 显示全部楼层
执行 ./configure 的时候输出是什么。
kxmp
 楼主| 发表于 2013-10-19 21:28:29 | 显示全部楼层
本帖最后由 kxmp 于 2013-10-19 21:31 编辑
levibeta 发表于 2013-10-19 21:19
执行 ./configure 的时候输出是什么。


....
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 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 GNU linker... yes
configure: adding extra warning flags for gcc
configure: skipping pedantic warnings on Linux
configure: adding extra warning flags for g++
checking if C compiler supports -Wno-format-zero-length... yes
checking if C compiler supports -Woverflow... yes
checking if C compiler supports -Wstrict-overflow... yes
checking if C compiler supports -Wmissing-format-attribute... yes
checking if C compiler supports -Wmissing-prototypes... yes
checking if C compiler supports -Wreturn-type... yes
checking if C compiler supports -Wmissing-braces... yes
checking if C compiler supports -Wparentheses... yes
checking if C compiler supports -Wswitch... yes
checking if C compiler supports -Wunused-function... yes
checking if C compiler supports -Wunused-label... yes
checking if C compiler supports -Wunused-variable... yes
checking if C compiler supports -Wunused-value... yes
checking if C compiler supports -Wunknown-pragmas... yes
checking if C compiler supports -Wsign-compare... yes
checking if C compiler supports -Wnewline-eof... no
checking if C compiler supports -Werror=uninitialized... yes
checking if C compiler supports -Werror=declaration-after-statement... yes
checking if C compiler supports -Werror=variadic-macros... yes
checking if C compiler supports -Werror-implicit-function-declaration... yes
checking which version of com_err to use... krb5
checking which version of subsystem package to use... krb5
checking for an ANSI C-conforming const... yes
checking for gethostbyname... yes
checking for socket... yes
checking for main in -lresolv... yes
checking for res_ninit... yes
checking for res_nclose... yes
checking for res_ndestroy... no
checking for res_nsearch... yes
checking for ns_initparse... yes
checking for ns_name_uncompress... yes
checking for dn_skipname... yes
checking for res_search... yes
checking whether pragma weak references are supported... yes
checking for constructor/destructor attribute support... yes,yes
configure: enabling thread support
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
configure: PTHREAD_CC = gcc
configure: PTHREAD_CFLAGS = -pthread
configure: PTHREAD_LIBS =
checking for pthread_once... no
checking for pthread_rwlock_init... no
configure: rechecking with PTHREAD_... options
checking for pthread_rwlock_init in -lc... yes
checking for library containing dlopen... -ldl
checking keyutils.h usability... no
checking keyutils.h presence... no
checking for keyutils.h... no
checking if va_copy is available... yes
checking if va_list objects can be copied by assignment... no
configure: using shared libraries
checking for tclConfig.sh... not found
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for ar... ar cqv
checking for ar... ar cruv
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... ar
checking for perl... perl
checking for working regcomp... yes
checking for mode_t... yes
checking if daemon needs a prototype provided... no
checking if getsockname() takes arguments struct sockaddr * and size_t *... no
checking if getsockname() takes arguments struct sockaddr * and int *... no
checking if getsockname() takes arguments struct sockaddr * and socklen_t *... yes
checking for main in -lutil... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for library containing dgettext... none required
checking for msgfmt... msgfmt
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for unistd.h... (cached) yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking for openlog... yes
checking for syslog... yes
checking for closelog... yes
checking for strftime... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for strlcpy... no
checking for fnmatch... yes
checking for strlcpy... (cached) no
checking for fnmatch... (cached) yes
checking for vasprintf... (cached) yes
checking if vasprintf needs a prototype provided... yes
checking if swab needs a prototype provided... yes
checking if isblank needs a prototype provided... no
checking for gawk... gawk
checking for struct sockaddr.sa_len... no
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for getnameinfo... yes
checking for getaddrinfo... yes
checking for IPv6 compile-time support without -DINET6... yes
checking for struct sockaddr.sa_len... (cached) no
checking for sigprocmask... yes
checking for sigset_t and POSIX_SIGNALS... yes
"pkinit will use \'openssl\'"
checking for PKCS7_get_signer_info in -lcrypto... yes
checking return type of signal handlers... void
checking for flex... no
checking for lex... no
checking for an ANSI C-conforming const... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for strdup... yes
checking for setvbuf... yes
checking for seteuid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setegid... yes
checking for setresgid... yes
checking for setregid... yes
checking for setsid... yes
checking for flock... yes
checking for fchmod... yes
checking for chmod... yes
checking for strftime... (cached) yes
checking for strptime... yes
checking for geteuid... yes
checking for setenv... yes
checking for unsetenv... yes
checking for getenv... yes
checking for gmtime_r... yes
checking for localtime_r... yes
checking for bswap16... no
checking for bswap64... no
checking for mkstemp... yes
checking for getusershell... yes
checking for access... yes
checking for getcwd... yes
checking for srand48... yes
checking for srand... yes
checking for srandom... yes
checking for stat... yes
checking for strchr... yes
checking for strerror... yes
checking for strerror_r... yes
checking for timegm... yes
checking for isblank... yes
checking for mkstemp... (cached) yes
checking for gettimeofday... yes
checking for sys_errlist declaration... yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking regexpr.h usability... no
checking regexpr.h presence... no
checking for regexpr.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking for ifaddrs.h... (cached) yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking machine/byte_order.h usability... no
checking machine/byte_order.h presence... no
checking for machine/byte_order.h... no
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for regexp.h... yes
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr.sa_len... (cached) no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for re_comp... yes
checking for re_exec... yes
checking for regexec... yes
checking for off_t... yes
checking for perror declaration... no
checking if strptime needs a prototype provided... yes
checking if argument to wait is int *... no
checking for use of sigprocmask... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for sigsetjmp... no
checking return type of setrpcent... void
checking return type of endrpcent... void
checking for bswap_16... yes
checking for bswap_64... yes
checking for gethostbyname_r... yes
checking if gethostbyname_r returns an int... yes
checking if gethostbyname_r returns a pointer... no
checking for gethostbyaddr_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking return type of getpwnam_r... int
checking number of arguments to getpwnam_r... 5
checking whether gmtime_r returns int... no
checking for getservbyname_r... yes
checking if getservbyname_r returns an int... yes
checking if getservbyname_r returns a pointer... no
checking for getservbyport_r... yes
checking for yylineno declaration... no
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for uid_t in sys/types.h... (cached) yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcsetattr... yes
checking POSIX signal handlers... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
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 for netinet/in.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/filio.h... (cached) no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for paths.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for in6addr_any definition in library... yes
checking for ANSI stdio... yes
checking whether time.h and sys/time.h may both be included... yes
checking for time_t... yes
checking for replay cache directory... /var/tmp
checking for socklen_t... yes
checking for struct lifconf... no
checking for struct if_laddrconf... no
checking for h_errno in netdb.h... yes
checking for inline... inline
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking for uint_least32_t... yes
checking for uintptr_t... yes
checking for uintmax_t... yes
checking for long long... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... yes
checking for struct in6_pktinfo... no
checking for struct sockaddr_storage... yes
checking for struct rt_msghdr... no
checking for ssize_t... yes
checking for u_char... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... (cached) yes
checking for sh... /bin/sh
checking for sh5... false
checking for bash... /bin/sh
checking if /bin/sh supports functions... yes
checking for POSIX printf positional specification support... yes
checking for dig... /usr/bin/dig
checking for nslookup... /usr/bin/nslookup
checking for bison... no
checking for byacc... no
checking for runtest... no
checking for perl... perl
checking for perl... /usr/bin/perl
checking for expect... no
checking whether to use priocntl hack... no
checking for runtest... no
checking for perl... (cached) perl
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking xom.h usability... no
checking xom.h presence... no
checking for xom.h... no
checking where struct rpcent is declared... rpc/netdb.h
checking for sys/select.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for MAXHOSTNAMELEN in sys/param.h... yes
checking for MAXHOSTNAMELEN in netdb.h... no
checking for uint32_t in sys/types.h... no
checking for uint32_t in stdint.h... yes
checking for uint32_t in inttypes.h... yes
checking for BSD type aliases... yes
checking for struct sockaddr_in.sin_len... (cached) no
checking for struct sockaddr.sa_len... (cached) no
checking return type of setrpcent... (cached) void
checking return type of endrpcent... (cached) void
checking for a recent enough OpenSSL... yes
checking for PKCS7_get_signer_info in -lcrypto... (cached) yes
checking for daemon... yes
checking for python... python
checking for gethostbyname_r... (cached) yes
checking for getservbyname_r... (cached) yes
checking for gmtime_r... (cached) yes
checking for localtime_r... (cached) yes
checking for sd_init in -laceclnt... no
checking Python.h usability... no
checking Python.h presence... no
checking for Python.h... no
checking python2.3/Python.h usability... no
checking python2.3/Python.h presence... no
checking for python2.3/Python.h... no
checking python2.5/Python.h usability... no
checking python2.5/Python.h presence... no
checking for python2.5/Python.h... no
checking for main in -lpython2.3... no
checking for main in -lpython2.5... no
checking for readline support... not using any
checking for verto_run in -lverto... yes
configure: Using system libverto
checking for groff... /usr/bin/groff
configure: Default ccache name: FILE:/tmp/krb5cc_%{uid}
configure: Default keytab name: FILE:/etc/krb5.keytab
configure: Default client keytab name: FILE:/usr/local/var/krb5/user/%{euid}/client.keytab
configure: creating ./config.status
config.status: creating kadmin/testing/scripts/env-setup.sh
config.status: creating include/gssrpc/types.h
config.status: creating plugins/preauth/pkinit/Makefile
config.status: creating util/et/Makefile
config.status: creating util/ss/Makefile
config.status: creating krb5-config
config.status: creating ./Makefile
config.status: creating util/Makefile
config.status: creating util/support/Makefile
config.status: creating util/profile/Makefile
config.status: creating util/profile/testmod/Makefile
config.status: creating util/send-pr/Makefile
config.status: creating util/verto/Makefile
config.status: creating lib/Makefile
config.status: creating lib/kdb/Makefile
config.status: creating lib/crypto/Makefile
config.status: creating lib/crypto/krb/Makefile
config.status: creating lib/crypto/builtin/Makefile
config.status: creating lib/crypto/builtin/enc_provider/Makefile
config.status: creating lib/crypto/builtin/hash_provider/Makefile
config.status: creating lib/crypto/builtin/des/Makefile
config.status: creating lib/crypto/builtin/md4/Makefile
config.status: creating lib/crypto/builtin/md5/Makefile
config.status: creating lib/crypto/builtin/sha1/Makefile
config.status: creating lib/crypto/builtin/sha2/Makefile
config.status: creating lib/crypto/builtin/aes/Makefile
config.status: creating lib/crypto/builtin/camellia/Makefile
config.status: creating lib/crypto/crypto_tests/Makefile
config.status: creating lib/krb5/Makefile
config.status: creating lib/krb5/error_tables/Makefile
config.status: creating lib/krb5/asn.1/Makefile
config.status: creating lib/krb5/ccache/Makefile
config.status: creating lib/krb5/keytab/Makefile
config.status: creating lib/krb5/krb/Makefile
config.status: creating lib/krb5/rcache/Makefile
config.status: creating lib/krb5/os/Makefile
config.status: creating lib/krb5/unicode/Makefile
config.status: creating lib/gssapi/Makefile
config.status: creating lib/gssapi/generic/Makefile
config.status: creating lib/gssapi/krb5/Makefile
config.status: creating lib/gssapi/spnego/Makefile
config.status: creating lib/gssapi/mechglue/Makefile
config.status: creating lib/rpc/Makefile
config.status: creating lib/rpc/unit-test/Makefile
config.status: creating lib/kadm5/Makefile
config.status: creating lib/kadm5/clnt/Makefile
config.status: creating lib/kadm5/srv/Makefile
config.status: creating lib/kadm5/unit-test/Makefile
config.status: creating lib/apputils/Makefile
config.status: creating kdc/Makefile
config.status: creating slave/Makefile
config.status: creating config-files/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating plugins/locate/python/Makefile
config.status: creating plugins/kadm5_hook/test/Makefile
config.status: creating plugins/kdb/db2/Makefile
config.status: creating plugins/kdb/db2/libdb2/Makefile
config.status: creating plugins/kdb/db2/libdb2/hash/Makefile
config.status: creating plugins/kdb/db2/libdb2/btree/Makefile
config.status: creating plugins/kdb/db2/libdb2/db/Makefile
config.status: creating plugins/kdb/db2/libdb2/mpool/Makefile
config.status: creating plugins/kdb/db2/libdb2/recno/Makefile
config.status: creating plugins/kdb/db2/libdb2/test/Makefile
config.status: creating plugins/kdb/hdb/Makefile
config.status: creating plugins/preauth/cksum_body/Makefile
config.status: creating plugins/preauth/securid_sam2/Makefile
config.status: creating plugins/preauth/wpse/Makefile
config.status: creating plugins/authdata/greet/Makefile
config.status: creating plugins/authdata/greet_client/Makefile
config.status: creating plugins/authdata/greet_server/Makefile
config.status: creating clients/Makefile
config.status: creating clients/klist/Makefile
config.status: creating clients/kinit/Makefile
config.status: creating clients/kvno/Makefile
config.status: creating clients/kdestroy/Makefile
config.status: creating clients/kpasswd/Makefile
config.status: creating clients/ksu/Makefile
config.status: creating clients/kswitch/Makefile
config.status: creating kadmin/Makefile
config.status: creating kadmin/cli/Makefile
config.status: creating kadmin/dbutil/Makefile
config.status: creating kadmin/ktutil/Makefile
config.status: creating kadmin/server/Makefile
config.status: creating kadmin/testing/Makefile
config.status: creating kadmin/testing/scripts/Makefile
config.status: creating kadmin/testing/util/Makefile
config.status: creating appl/Makefile
config.status: creating appl/sample/Makefile
config.status: creating appl/sample/sclient/Makefile
config.status: creating appl/sample/sserver/Makefile
config.status: creating appl/simple/Makefile
config.status: creating appl/simple/client/Makefile
config.status: creating appl/simple/server/Makefile
config.status: creating appl/gss-sample/Makefile
config.status: creating appl/user_user/Makefile
config.status: creating tests/Makefile
config.status: creating tests/resolve/Makefile
config.status: creating tests/asn.1/Makefile
config.status: creating tests/create/Makefile
config.status: creating tests/hammer/Makefile
config.status: creating tests/verify/Makefile
config.status: creating tests/gssapi/Makefile
config.status: creating tests/dejagnu/Makefile
config.status: creating tests/threads/Makefile
config.status: creating tests/shlib/Makefile
config.status: creating tests/gss-threads/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/mkeystash_compat/Makefile
config.status: creating util/gss-kernel-lib/Makefile
config.status: creating util/collected-client-lib/Makefile
config.status: creating po/Makefile
config.status: creating include/autoconf.h
config.status: include/autoconf.h is unchanged
config.status: executing CRYPTO_IMPL commands
config.status: executing PRNG_ALG commands
config.status: executing PKINIT_CRYPTO_IMPL commands

难道是却tcl?!!?
levibeta
发表于 2013-10-19 21:45:08 | 显示全部楼层
CentOS 6.4 下编译 krb5-1.11.3 顺利通过。
kxmp
 楼主| 发表于 2013-10-19 21:48:31 | 显示全部楼层
levibeta 发表于 2013-10-19 21:45
CentOS 6.4 下编译 krb5-1.11.3 顺利通过。

这么说我系统有问题?
才新装到就有问题?!?!
kxmp
 楼主| 发表于 2013-10-19 21:51:27 | 显示全部楼层
levibeta 发表于 2013-10-19 21:45
CentOS 6.4 下编译 krb5-1.11.3 顺利通过。

不对啊
你到底有多少系统?!?!
levibeta
发表于 2013-10-19 21:56:20 | 显示全部楼层
kxmp 发表于 2013-10-19 21:51
不对啊
你到底有多少系统?!?!

九月中旬的时候换了环境,所以系统也换了。现在是物理机上跑 CentOS ,虚拟机中跑深度的 XPLlite6.2。
kxmp
 楼主| 发表于 2013-10-19 21:59:32 | 显示全部楼层
levibeta 发表于 2013-10-19 21:56
九月中旬的时候换了环境,所以系统也换了。现在是物理机上跑 CentOS ,虚拟机中跑深度的 XPLlite6.2。[:3 ...

为啥你哪里就没有问题呢。。。
woodelf
发表于 2013-10-19 22:34:52 | 显示全部楼层
CentOS 6.4编译krb5-1.11.3没出现任何问题,一次性通过。
kxmp
 楼主| 发表于 2013-10-19 23:14:33 | 显示全部楼层
本帖最后由 kxmp 于 2013-10-19 23:18 编辑
woodelf 发表于 2013-10-19 22:34
CentOS 6.4编译krb5-1.11.3没出现任何问题,一次性通过。


奇怪了
你们用啥安装的
我用dvd1安装的
难道你们用的live盘装的?!?!
gcc用的不是自带的?!?!

你不是64de?
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-5-4 21:25 , Processed in 0.137785 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表