Advertisement
Guest User

collectd

a guest
Jan 26th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.57 KB | None | 0 0
  1. Debian Lenny with gcc version 4.3.2 (Debian 4.3.2-1.1)
  2. =======================================================
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for grep that handles long lines and -e... /bin/grep
  16. checking for egrep... /bin/grep -E
  17. checking for fgrep... /bin/grep -F
  18. checking for ld used by gcc... /usr/bin/ld
  19. checking if the linker (/usr/bin/ld) is GNU ld... yes
  20. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  21. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  22. checking whether ln -s works... yes
  23. checking the maximum length of command line arguments... 98304
  24. checking whether the shell understands some XSI constructs... yes
  25. checking whether the shell understands "+="... yes
  26. checking for /usr/bin/ld option to reload object files... -r
  27. checking for objdump... objdump
  28. checking how to recognize dependent libraries... pass_all
  29. checking for ar... ar
  30. checking for strip... strip
  31. checking for ranlib... ranlib
  32. checking command to parse /usr/bin/nm -B output from gcc object... ok
  33. checking how to run the C preprocessor... gcc -E
  34. checking for ANSI C header files... yes
  35. checking for sys/types.h... yes
  36. checking for sys/stat.h... yes
  37. checking for stdlib.h... yes
  38. checking for string.h... yes
  39. checking for memory.h... yes
  40. checking for strings.h... yes
  41. checking for inttypes.h... yes
  42. checking for stdint.h... yes
  43. checking for unistd.h... yes
  44. checking for dlfcn.h... yes
  45. checking for objdir... .libs
  46. checking if gcc supports -fno-rtti -fno-exceptions... no
  47. checking for gcc option to produce PIC... -fPIC -DPIC
  48. checking if gcc PIC flag -fPIC -DPIC works... yes
  49. checking if gcc static flag -static works... yes
  50. checking if gcc supports -c -o file.o... yes
  51. checking if gcc supports -c -o file.o... (cached) yes
  52. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  53. checking whether -lc should be explicitly linked in... no
  54. checking dynamic linker characteristics... GNU/Linux ld.so
  55. checking how to hardcode library paths into programs... immediate
  56. checking for shl_load... no
  57. checking for shl_load in -ldld... no
  58. checking for dlopen... no
  59. checking for dlopen in -ldl... yes
  60. checking whether a program can dlopen itself... yes
  61. checking whether a statically linked program can dlopen itself... no
  62. checking whether stripping libraries is possible... yes
  63. checking if libtool supports shared libraries... yes
  64. checking whether to build shared libraries... yes
  65. checking whether to build static libraries... yes
  66. checking which extension is used for runtime loadable modules... .so
  67. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  68. checking for the default library search path... /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
  69. checking for library containing dlopen... -ldl
  70. checking for dlerror... yes
  71. checking for shl_load... (cached) no
  72. checking for shl_load in -ldld... (cached) no
  73. checking for dld_link in -ldld... no
  74. checking for _ prefix in compiled symbols... no
  75. checking whether deplibs are loaded by dlopen... yes
  76. checking for argz.h... yes
  77. checking for error_t... yes
  78. checking for argz_add... yes
  79. checking for argz_append... yes
  80. checking for argz_count... yes
  81. checking for argz_create_sep... yes
  82. checking for argz_insert... yes
  83. checking for argz_next... yes
  84. checking for argz_stringify... yes
  85. checking if argz actually works... yes
  86. checking whether libtool supports -dlopen/-dlpreopen... yes
  87. checking for ltdl.h... no
  88. checking where to find libltdl headers... -I${top_srcdir}/libltdl
  89. checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
  90. checking for unistd.h... (cached) yes
  91. checking for dl.h... no
  92. checking for sys/dl.h... no
  93. checking for dld.h... no
  94. checking for mach-o/dyld.h... no
  95. checking for dirent.h... yes
  96. checking for closedir... yes
  97. checking for opendir... yes
  98. checking for readdir... yes
  99. checking for strlcat... no
  100. checking for strlcpy... no
  101. checking for a BSD-compatible install... /usr/bin/install -c
  102. checking whether build environment is sane... yes
  103. checking for a thread-safe mkdir -p... /bin/mkdir -p
  104. checking for gawk... no
  105. checking for mawk... mawk
  106. checking whether make sets $(MAKE)... yes
  107. checking for style of include used by make... GNU
  108. checking dependency style of gcc... gcc3
  109. checking for special C compiler options needed for large files... no
  110. checking for _FILE_OFFSET_BITS value needed for large files... no
  111. checking for gcc... (cached) gcc
  112. checking whether we are using the GNU C compiler... (cached) yes
  113. checking whether gcc accepts -g... (cached) yes
  114. checking for gcc option to accept ISO C89... (cached) none needed
  115. checking how to run the C preprocessor... gcc -E
  116. checking whether ln -s works... yes
  117. checking whether make sets $(MAKE)... (cached) yes
  118. checking whether gcc and cc understand -c and -o together... yes
  119. checking for flex... no
  120. checking for lex... no
  121. checking for bison... no
  122. checking for byacc... no
  123. checking for pkg-config... no
  124. checking for protoc-c... no
  125. checking for kernel type (linux-gnu)... Linux
  126. checking for ANSI C header files... (cached) yes
  127. checking for sys/wait.h that is POSIX.1 compatible... yes
  128. checking for dirent.h that defines DIR... yes
  129. checking for library containing opendir... none required
  130. checking for stdbool.h that conforms to C99... yes
  131. checking for _Bool... yes
  132. checking stdio.h usability... yes
  133. checking stdio.h presence... yes
  134. checking for stdio.h... yes
  135. checking errno.h usability... yes
  136. checking errno.h presence... yes
  137. checking for errno.h... yes
  138. checking math.h usability... yes
  139. checking math.h presence... yes
  140. checking for math.h... yes
  141. checking stdarg.h usability... yes
  142. checking stdarg.h presence... yes
  143. checking for stdarg.h... yes
  144. checking syslog.h usability... yes
  145. checking syslog.h presence... yes
  146. checking for syslog.h... yes
  147. checking fcntl.h usability... yes
  148. checking fcntl.h presence... yes
  149. checking for fcntl.h... yes
  150. checking signal.h usability... yes
  151. checking signal.h presence... yes
  152. checking for signal.h... yes
  153. checking assert.h usability... yes
  154. checking assert.h presence... yes
  155. checking for assert.h... yes
  156. checking for sys/types.h... (cached) yes
  157. checking sys/socket.h usability... yes
  158. checking sys/socket.h presence... yes
  159. checking for sys/socket.h... yes
  160. checking sys/select.h usability... yes
  161. checking sys/select.h presence... yes
  162. checking for sys/select.h... yes
  163. checking poll.h usability... yes
  164. checking poll.h presence... yes
  165. checking for poll.h... yes
  166. checking netdb.h usability... yes
  167. checking netdb.h presence... yes
  168. checking for netdb.h... yes
  169. checking arpa/inet.h usability... yes
  170. checking arpa/inet.h presence... yes
  171. checking for arpa/inet.h... yes
  172. checking sys/resource.h usability... yes
  173. checking sys/resource.h presence... yes
  174. checking for sys/resource.h... yes
  175. checking sys/param.h usability... yes
  176. checking sys/param.h presence... yes
  177. checking for sys/param.h... yes
  178. checking kstat.h usability... no
  179. checking kstat.h presence... no
  180. checking for kstat.h... no
  181. checking regex.h usability... yes
  182. checking regex.h presence... yes
  183. checking for regex.h... yes
  184. checking sys/ioctl.h usability... yes
  185. checking sys/ioctl.h presence... yes
  186. checking for sys/ioctl.h... yes
  187. checking endian.h usability... yes
  188. checking endian.h presence... yes
  189. checking for endian.h... yes
  190. checking sys/isa_defs.h usability... no
  191. checking sys/isa_defs.h presence... no
  192. checking for sys/isa_defs.h... no
  193. checking for netinet/in_systm.h... yes
  194. checking for netinet/in.h... yes
  195. checking for netinet/ip.h... yes
  196. checking for netinet/ip_icmp.h... yes
  197. checking for netinet/ip_var.h... no
  198. checking for netinet/ip6.h... yes
  199. checking for netinet/icmp6.h... yes
  200. checking for netinet/tcp.h... yes
  201. checking for netinet/udp.h... yes
  202. checking sys/dkstat.h usability... no
  203. checking sys/dkstat.h presence... no
  204. checking for sys/dkstat.h... no
  205. checking for sys/sysctl.h... yes
  206. checking for sysctl kern.cp_times... no
  207. checking linux/major.h usability... yes
  208. checking linux/major.h presence... yes
  209. checking for linux/major.h... yes
  210. checking libgen.h usability... yes
  211. checking libgen.h presence... yes
  212. checking for libgen.h... yes
  213. checking for linux/raid/md_u.h... yes
  214. checking for IOKit/ps/IOPowerSources.h... no
  215. checking for linux/wireless.h... yes
  216. checking for sys/swap.h... yes
  217. checking for vm/anon.h... no
  218. checking sys/loadavg.h usability... no
  219. checking sys/loadavg.h presence... no
  220. checking for sys/loadavg.h... no
  221. checking linux/config.h usability... no
  222. checking linux/config.h presence... no
  223. checking for linux/config.h... no
  224. checking utmp.h usability... yes
  225. checking utmp.h presence... yes
  226. checking for utmp.h... yes
  227. checking utmpx.h usability... yes
  228. checking utmpx.h presence... yes
  229. checking for utmpx.h... yes
  230. checking ifaddrs.h usability... yes
  231. checking ifaddrs.h presence... yes
  232. checking for ifaddrs.h... yes
  233. checking for net/if.h... yes
  234. checking for linux/if.h... yes
  235. checking for linux/netdevice.h... yes
  236. checking for linux/sockios.h... yes
  237. checking for linux/ethtool.h... yes
  238. checking linux/ip_vs.h usability... no
  239. checking linux/ip_vs.h presence... no
  240. checking for linux/ip_vs.h... no
  241. checking net/ip_vs.h usability... no
  242. checking net/ip_vs.h presence... no
  243. checking for net/ip_vs.h... no
  244. checking ip_vs.h usability... no
  245. checking ip_vs.h presence... no
  246. checking for ip_vs.h... no
  247. checking for sys/ucred.h... no
  248. checking for sys/mount.h... yes
  249. checking for linux/un.h... yes
  250. checking pwd.h usability... yes
  251. checking pwd.h presence... yes
  252. checking for pwd.h... yes
  253. checking grp.h usability... yes
  254. checking grp.h presence... yes
  255. checking for grp.h... yes
  256. checking sys/un.h usability... yes
  257. checking sys/un.h presence... yes
  258. checking for sys/un.h... yes
  259. checking ctype.h usability... yes
  260. checking ctype.h presence... yes
  261. checking for ctype.h... yes
  262. checking limits.h usability... yes
  263. checking limits.h presence... yes
  264. checking for limits.h... yes
  265. checking xfs/xqm.h usability... no
  266. checking xfs/xqm.h presence... no
  267. checking for xfs/xqm.h... no
  268. checking fs_info.h usability... no
  269. checking fs_info.h presence... no
  270. checking for fs_info.h... no
  271. checking fshelp.h usability... no
  272. checking fshelp.h presence... no
  273. checking for fshelp.h... no
  274. checking paths.h usability... yes
  275. checking paths.h presence... yes
  276. checking for paths.h... yes
  277. checking mntent.h usability... yes
  278. checking mntent.h presence... yes
  279. checking for mntent.h... yes
  280. checking mnttab.h usability... no
  281. checking mnttab.h presence... no
  282. checking for mnttab.h... no
  283. checking sys/fstyp.h usability... no
  284. checking sys/fstyp.h presence... no
  285. checking for sys/fstyp.h... no
  286. checking sys/fs_types.h usability... no
  287. checking sys/fs_types.h presence... no
  288. checking for sys/fs_types.h... no
  289. checking sys/mntent.h usability... no
  290. checking sys/mntent.h presence... no
  291. checking for sys/mntent.h... no
  292. checking sys/mnttab.h usability... no
  293. checking sys/mnttab.h presence... no
  294. checking for sys/mnttab.h... no
  295. checking sys/statfs.h usability... yes
  296. checking sys/statfs.h presence... yes
  297. checking for sys/statfs.h... yes
  298. checking sys/statvfs.h usability... yes
  299. checking sys/statvfs.h presence... yes
  300. checking for sys/statvfs.h... yes
  301. checking sys/vfs.h usability... yes
  302. checking sys/vfs.h presence... yes
  303. checking for sys/vfs.h... yes
  304. checking sys/vfstab.h usability... no
  305. checking sys/vfstab.h presence... no
  306. checking for sys/vfstab.h... no
  307. checking kvm.h usability... no
  308. checking kvm.h presence... no
  309. checking for kvm.h... no
  310. checking wordexp.h usability... yes
  311. checking wordexp.h presence... yes
  312. checking for wordexp.h... yes
  313. checking arpa/nameser.h usability... yes
  314. checking arpa/nameser.h presence... yes
  315. checking for arpa/nameser.h... yes
  316. checking for arpa/nameser_compat.h... yes
  317. checking for net/if_arp.h... yes
  318. checking net/ppp_defs.h usability... yes
  319. checking net/ppp_defs.h presence... yes
  320. checking for net/ppp_defs.h... yes
  321. checking for net/if_ppp.h... yes
  322. checking for netinet/if_ether.h... yes
  323. checking netinet/ip_compat.h usability... no
  324. checking netinet/ip_compat.h presence... no
  325. checking for netinet/ip_compat.h... no
  326. checking net/pfvar.h usability... no
  327. checking net/pfvar.h presence... no
  328. checking for net/pfvar.h... no
  329. checking termios.h usability... yes
  330. checking termios.h presence... yes
  331. checking for termios.h... yes
  332. checking for an ANSI C-conforming const... yes
  333. checking for pid_t... yes
  334. checking for size_t... yes
  335. checking for uid_t in sys/types.h... yes
  336. checking whether time.h and sys/time.h may both be included... yes
  337. checking whether gcc needs -traditional... no
  338. checking for gettimeofday... yes
  339. checking for select... yes
  340. checking for strdup... yes
  341. checking for strtol... yes
  342. checking for getaddrinfo... yes
  343. checking for getnameinfo... yes
  344. checking for strchr... yes
  345. checking for memcpy... yes
  346. checking for strstr... yes
  347. checking for strcmp... yes
  348. checking for strncmp... yes
  349. checking for strncpy... yes
  350. checking for strlen... yes
  351. checking for strncasecmp... yes
  352. checking for strcasecmp... yes
  353. checking for openlog... yes
  354. checking for closelog... yes
  355. checking for sysconf... yes
  356. checking for setenv... yes
  357. checking for if_indextoname... yes
  358. checking whether strerror_r is declared... yes
  359. checking for strerror_r... yes
  360. checking whether strerror_r returns char *... no
  361. checking for strtok_r... yes
  362. checking for getpwnam_r... yes
  363. checking for getgrnam_r... yes
  364. checking for setgroups... yes
  365. checking for regcomp... yes
  366. checking for regerror... yes
  367. checking for regexec... yes
  368. checking for regfree... yes
  369. checking for socket... yes
  370. checking for clock_gettime... no
  371. checking for clock_gettime in -lrt... yes
  372. checking for nanosleep... yes
  373. checking for sysctl... yes
  374. checking for sysctlbyname... no
  375. checking for host_statistics... no
  376. checking for processor_info... no
  377. checking for thread_info... no
  378. checking for statfs... yes
  379. checking for statvfs... yes
  380. checking for getifaddrs... yes
  381. checking for getloadavg... yes
  382. checking for syslog... yes
  383. checking for getutent... yes
  384. checking for getutxent... yes
  385. checking for strptime... yes
  386. checking whether strptime is exported by default... no
  387. checking whether strptime needs standards mode... yes
  388. checking for swapctl... no
  389. checking whether NAN is defined by default... no
  390. checking whether NAN is defined by __USE_ISOC99... yes
  391. checking if doubles are stored in x86 representation... yes
  392. checking for getfsstat... no
  393. checking for getvfsstat... no
  394. checking for listmntent... no
  395. checking for getmntent... yes
  396. checking whether getmntent takes one argument... yes
  397. checking whether getmntent takes two arguments... no
  398. checking if have htonll defined... no
  399. checking for struct if_data.ifi_ibytes... no
  400. checking for struct if_data.ifi_opackets... no
  401. checking for struct if_data.ifi_ierrors... no
  402. checking for struct net_device_stats.rx_bytes... yes
  403. checking for struct net_device_stats.tx_packets... yes
  404. checking for struct net_device_stats.rx_errors... yes
  405. checking for struct ip_mreqn.imr_ifindex... yes
  406. checking for struct kinfo_proc.ki_pid... no
  407. checking for struct kinfo_proc.ki_rssize... no
  408. checking for struct kinfo_proc.ki_rusage... no
  409. checking for struct kinfo_proc.kp_proc... no
  410. checking for struct kinfo_proc.kp_eproc... no
  411. checking for struct udphdr.uh_dport... yes
  412. checking for struct udphdr.uh_sport... yes
  413. checking for struct udphdr.dest... no
  414. checking for struct udphdr.source... no
  415. checking for kstat_io_t.nwritten... no
  416. checking for kstat_io_t.writes... no
  417. checking for kstat_io_t.nwrites... no
  418. checking for kstat_io_t.wtime... no
  419. checking for res_search in -lresolv... no
  420. checking for libhal_device_property_exists in -lhal... no
  421. checking for IOServiceGetMatchingServices in -lIOKit... no
  422. checking for kvm_getprocs in -lkvm... no
  423. checking for kvm_getswapinfo in -lkvm... no
  424. checking for kvm_nlist in -lkvm... no
  425. checking for kvm_openfiles in -lkvm... no
  426. checking credis.h usability... no
  427. checking credis.h presence... no
  428. checking for credis.h... no
  429. checking dbi/dbi.h usability... no
  430. checking dbi/dbi.h presence... no
  431. checking for dbi/dbi.h... no
  432. checking for smtp_create_session in -lesmtp... no
  433. checking gm_protocol.h usability... no
  434. checking gm_protocol.h presence... no
  435. checking for gm_protocol.h... no
  436. checking gcrypt.h usability... no
  437. checking gcrypt.h presence... no
  438. checking for gcrypt.h... no
  439. checking for javac... no
  440. checking for jar... no
  441. checking libmemcached/memcached.h usability... no
  442. checking libmemcached/memcached.h presence... no
  443. checking for libmemcached/memcached.h... no
  444. checking for mongo.h... no
  445. checking for libnetlink.h... no
  446. checking for iproute/libnetlink.h... no
  447. checking for linux/libnetlink.h... no
  448. checking for linux/gen_stats.h... yes
  449. checking for linux/pkt_sched.h... yes
  450. checking netapp_api.h usability... no
  451. checking netapp_api.h presence... no
  452. checking for netapp_api.h... no
  453. checking for oconfig_parse_fh in -loconfig... no
  454. checking oping.h usability... no
  455. checking oping.h presence... no
  456. checking for oping.h... no
  457. checking owcapi.h usability... no
  458. checking owcapi.h presence... no
  459. checking for owcapi.h... no
  460. checking for pcap_open_live in -lpcap... no
  461. checking for perl... yes (/usr/bin/perl)
  462. checking for libperl... no
  463. configure: WARNING: pg_config returned with status 127
  464. checking libpq-fe.h usability... no
  465. checking libpq-fe.h presence... no
  466. checking for libpq-fe.h... no
  467. checking for pthread_create in -lpthread... yes
  468. checking pthread.h usability... yes
  469. checking pthread.h presence... yes
  470. checking for pthread.h... yes
  471. checking for python... not found
  472. checking amqp.h usability... no
  473. checking amqp.h presence... no
  474. checking for amqp.h... no
  475. checking routeros_api.h usability... no
  476. checking routeros_api.h presence... no
  477. checking for routeros_api.h... no
  478. checking rrd.h usability... no
  479. checking rrd.h presence... no
  480. checking for rrd.h... no
  481. checking sensors/sensors.h usability... no
  482. checking sensors/sensors.h presence... no
  483. checking for sensors/sensors.h... no
  484. configure: pkg-config not available, trying to guess flags for the statgrab library.
  485. checking statgrab.h usability... no
  486. checking statgrab.h presence... no
  487. checking for statgrab.h... no
  488. ./configure: line 23130: --exists: command not found
  489. checking tcrdb.h usability... no
  490. checking tcrdb.h presence... no
  491. checking for tcrdb.h... no
  492. checking yajl/yajl_parse.h usability... no
  493. checking yajl/yajl_parse.h presence... no
  494. checking for yajl/yajl_parse.h... no
  495. checking yajl/yajl_version.h usability... no
  496. checking yajl/yajl_version.h presence... no
  497. checking for yajl/yajl_version.h... no
  498. checking for pkg-config... no
  499. checking for LIBNOTIFY... checking which default log plugin to load... syslog
  500. checking which default write plugin to load... network
  501. configure: creating ./config.status
  502. config.status: creating src/libcollectdclient/collectd/lcc_features.h
  503. config.status: creating Makefile
  504. config.status: creating src/Makefile
  505. config.status: creating src/collectd.conf
  506. config.status: creating src/libcollectdclient/Makefile
  507. config.status: creating src/libcollectdclient/libcollectdclient.pc
  508. config.status: creating src/liboconfig/Makefile
  509. config.status: creating bindings/Makefile
  510. config.status: creating bindings/java/Makefile
  511. config.status: creating src/config.h
  512. config.status: src/config.h is unchanged
  513. config.status: executing libtool commands
  514. config.status: executing depfiles commands
  515. === configuring in libltdl (/usr/local/src/collectd-5.2.0/libltdl)
  516. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/collectd-5.2.0' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  517. checking for a BSD-compatible install... /usr/bin/install -c
  518. checking whether build environment is sane... yes
  519. checking for a thread-safe mkdir -p... /bin/mkdir -p
  520. checking for gawk... no
  521. checking for mawk... mawk
  522. checking whether make sets $(MAKE)... yes
  523. checking build system type... x86_64-unknown-linux-gnu
  524. checking host system type... x86_64-unknown-linux-gnu
  525. checking for style of include used by make... GNU
  526. checking for gcc... gcc
  527. checking whether the C compiler works... yes
  528. checking for C compiler default output file name... a.out
  529. checking for suffix of executables...
  530. checking whether we are cross compiling... no
  531. checking for suffix of object files... o
  532. checking whether we are using the GNU C compiler... yes
  533. checking whether gcc accepts -g... yes
  534. checking for gcc option to accept ISO C89... none needed
  535. checking dependency style of gcc... gcc3
  536. checking for a sed that does not truncate output... /bin/sed
  537. checking for grep that handles long lines and -e... /bin/grep
  538. checking for egrep... /bin/grep -E
  539. checking for fgrep... /bin/grep -F
  540. checking for ld used by gcc... /usr/bin/ld
  541. checking if the linker (/usr/bin/ld) is GNU ld... yes
  542. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  543. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  544. checking whether ln -s works... yes
  545. checking the maximum length of command line arguments... 98304
  546. checking whether the shell understands some XSI constructs... yes
  547. checking whether the shell understands "+="... yes
  548. checking for /usr/bin/ld option to reload object files... -r
  549. checking for objdump... objdump
  550. checking how to recognize dependent libraries... pass_all
  551. checking for ar... ar
  552. checking for strip... strip
  553. checking for ranlib... ranlib
  554. checking command to parse /usr/bin/nm -B output from gcc object... ok
  555. checking how to run the C preprocessor... gcc -E
  556. checking for ANSI C header files... yes
  557. checking for sys/types.h... yes
  558. checking for sys/stat.h... yes
  559. checking for stdlib.h... yes
  560. checking for string.h... yes
  561. checking for memory.h... yes
  562. checking for strings.h... yes
  563. checking for inttypes.h... yes
  564. checking for stdint.h... yes
  565. checking for unistd.h... yes
  566. checking for dlfcn.h... yes
  567. checking for objdir... .libs
  568. checking if gcc supports -fno-rtti -fno-exceptions... no
  569. checking for gcc option to produce PIC... -fPIC -DPIC
  570. checking if gcc PIC flag -fPIC -DPIC works... yes
  571. checking if gcc static flag -static works... yes
  572. checking if gcc supports -c -o file.o... yes
  573. checking if gcc supports -c -o file.o... (cached) yes
  574. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  575. checking whether -lc should be explicitly linked in... no
  576. checking dynamic linker characteristics... GNU/Linux ld.so
  577. checking how to hardcode library paths into programs... immediate
  578. checking for shl_load... no
  579. checking for shl_load in -ldld... no
  580. checking for dlopen... no
  581. checking for dlopen in -ldl... yes
  582. checking whether a program can dlopen itself... yes
  583. checking whether a statically linked program can dlopen itself... no
  584. checking whether stripping libraries is possible... yes
  585. checking if libtool supports shared libraries... yes
  586. checking whether to build shared libraries... yes
  587. checking whether to build static libraries... yes
  588. checking which extension is used for runtime loadable modules... .so
  589. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  590. checking for the default library search path... /lib /usr/lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu
  591. checking for library containing dlopen... -ldl
  592. checking for dlerror... yes
  593. checking for shl_load... (cached) no
  594. checking for shl_load in -ldld... (cached) no
  595. checking for dld_link in -ldld... no
  596. checking for _ prefix in compiled symbols... no
  597. checking whether deplibs are loaded by dlopen... yes
  598. checking for argz.h... yes
  599. checking for error_t... yes
  600. checking for argz_add... yes
  601. checking for argz_append... yes
  602. checking for argz_count... yes
  603. checking for argz_create_sep... yes
  604. checking for argz_insert... yes
  605. checking for argz_next... yes
  606. checking for argz_stringify... yes
  607. checking if argz actually works... yes
  608. checking whether libtool supports -dlopen/-dlpreopen... yes
  609. checking for unistd.h... (cached) yes
  610. checking for dl.h... no
  611. checking for sys/dl.h... no
  612. checking for dld.h... no
  613. checking for mach-o/dyld.h... no
  614. checking for dirent.h... yes
  615. checking for closedir... yes
  616. checking for opendir... yes
  617. checking for readdir... yes
  618. checking for strlcat... no
  619. checking for strlcpy... no
  620. configure: creating ./config.status
  621. config.status: creating Makefile
  622. config.status: creating config.h
  623. config.status: config.h is unchanged
  624. config.status: executing depfiles commands
  625. config.status: executing libtool commands
  626.  
  627. Configuration:
  628. Libraries:
  629. libcurl . . . . . . . no (curl-config failed)
  630. libdbi . . . . . . . no (dbi/dbi.h not found)
  631. libcredis . . . . . . no (credis.h not found)
  632. libesmtp . . . . . . no (libesmtp not found)
  633. libganglia . . . . . no (gm_protocol.h not found)
  634. libgcrypt . . . . . . no (gcrypt.h not found)
  635. libiokit . . . . . . no
  636. libiptc . . . . . . . no (Don't have pkg-config)
  637. libjvm . . . . . . . no (jar not found)
  638. libkstat . . . . . . no (Solaris only)
  639. libkvm . . . . . . . no
  640. libmemcached . . . . no (libmemcached/memcached.h not found)
  641. libmodbus . . . . . . no (Don't have pkg-config)
  642. libmysql . . . . . . no (mysql_config failed)
  643. libnetapp . . . . . . no (netapp_api.h not found)
  644. libnetlink . . . . . no (libnetlink.h not found)
  645. libnetsnmp . . . . . no (net-snmp-config failed)
  646. libnotify . . . . . . no
  647. liboconfig . . . . . yes (shipped version)
  648. libopenipmi . . . . . no
  649. liboping . . . . . . no (oping.h not found)
  650. libpcap . . . . . . . no (libpcap not found)
  651. libperfstat . . . . . no (AIX only)
  652. libperl . . . . . . . no
  653. libpq . . . . . . . . no (libpq-fe.h not found)
  654. libpthread . . . . . yes
  655. librabbitmq . . . . . no (amqp.h not found)
  656. librouteros . . . . . no (routeros_api.h not found)
  657. librrd . . . . . . . no (rrd.h not found)
  658. libsensors . . . . . no (sensors/sensors.h not found)
  659. libstatgrab . . . . . no (statgrab.h not found)
  660. libtokyotyrant . . . no (tcrdb.h not found)
  661. libupsclient . . . . no (Don't have pkg-config)
  662. libvarnish . . . . . no (Don't have pkg-config)
  663. libvirt . . . . . . . no (pkg-config isn't available)
  664. libxml2 . . . . . . . no (pkg-config isn't available)
  665. libxmms . . . . . . . no
  666. libyajl . . . . . . . no (yajl/yajl_parse.h not found)
  667. libevent . . . . . .
  668. protobuf-c . . . . . no
  669. oracle . . . . . . . no (ORACLE_HOME is not set)
  670. python . . . . . . . no (interpreter not found)
  671.  
  672. Features:
  673. daemon mode . . . . . yes
  674. debug . . . . . . . . no
  675.  
  676. Bindings:
  677. perl . . . . . . . . yes
  678.  
  679. Modules:
  680. aggregation . . . . . yes
  681. amqp . . . . . . . no
  682. apache . . . . . . . no
  683. apcups . . . . . . . yes
  684. apple_sensors . . . . no
  685. ascent . . . . . . . no
  686. battery . . . . . . . yes
  687. bind . . . . . . . . no
  688. conntrack . . . . . . yes
  689. contextswitch . . . . yes
  690. cpu . . . . . . . . . yes
  691. cpufreq . . . . . . . yes
  692. csv . . . . . . . . . yes
  693. curl . . . . . . . . no
  694. curl_json . . . . . . no
  695. curl_xml . . . . . . no
  696. dbi . . . . . . . . . no
  697. df . . . . . . . . . yes
  698. disk . . . . . . . . yes
  699. dns . . . . . . . . . no
  700. email . . . . . . . . yes
  701. entropy . . . . . . . yes
  702. ethstat . . . . . . . yes
  703. exec . . . . . . . . yes
  704. filecount . . . . . . yes
  705. fscache . . . . . . . yes
  706. gmond . . . . . . . . no
  707. hddtemp . . . . . . . yes
  708. interface . . . . . . yes
  709. ipmi . . . . . . . . no
  710. iptables . . . . . . no
  711. ipvs . . . . . . . . no (ip_vs.h not found)
  712. irq . . . . . . . . . yes
  713. java . . . . . . . . no
  714. libvirt . . . . . . . no
  715. load . . . . . . . . yes
  716. logfile . . . . . . . yes
  717. lpar... . . . . . . . no
  718. madwifi . . . . . . . yes
  719. match_empty_counter . yes
  720. match_hashed . . . . yes
  721. match_regex . . . . . yes
  722. match_timediff . . . yes
  723. match_value . . . . . yes
  724. mbmon . . . . . . . . yes
  725. md . . . . . . . . . yes
  726. memcachec . . . . . . no
  727. memcached . . . . . . yes
  728. memory . . . . . . . yes
  729. modbus . . . . . . . no
  730. multimeter . . . . . yes
  731. mysql . . . . . . . . no
  732. netapp . . . . . . . no
  733. netlink . . . . . . . no
  734. network . . . . . . . yes
  735. nfs . . . . . . . . . yes
  736. nginx . . . . . . . . no
  737. notify_desktop . . . no
  738. notify_email . . . . no
  739. ntpd . . . . . . . . yes
  740. numa . . . . . . . . yes
  741. nut . . . . . . . . . no
  742. olsrd . . . . . . . . yes
  743. onewire . . . . . . . no
  744. openvpn . . . . . . . yes
  745. oracle . . . . . . . no
  746. perl . . . . . . . . no (needs libperl)
  747. pf . . . . . . . . . no
  748. pinba . . . . . . . . no
  749. ping . . . . . . . . no
  750. postgresql . . . . . no
  751. powerdns . . . . . . yes
  752. processes . . . . . . yes
  753. protocols . . . . . . yes
  754. python . . . . . . . no
  755. redis . . . . . . . . no
  756. routeros . . . . . . no
  757. rrdcached . . . . . . no
  758. rrdtool . . . . . . . no
  759. sensors . . . . . . . no
  760. serial . . . . . . . yes
  761. snmp . . . . . . . . no
  762. swap . . . . . . . . yes
  763. syslog . . . . . . . yes
  764. table . . . . . . . . yes
  765. tail . . . . . . . . yes
  766. tape . . . . . . . . no
  767. target_notification . yes
  768. target_replace . . . yes
  769. target_scale . . . . yes
  770. target_set . . . . . yes
  771. target_v5upgrade . . yes
  772. tcpconns . . . . . . yes
  773. teamspeak2 . . . . . yes
  774. ted . . . . . . . . . yes
  775. thermal . . . . . . . yes
  776. threshold . . . . . . yes
  777. tokyotyrant . . . . . no
  778. unixsock . . . . . . yes
  779. uptime . . . . . . . yes
  780. users . . . . . . . . yes
  781. uuid . . . . . . . . yes
  782. varnish . . . . . . . no
  783. vmem . . . . . . . . yes
  784. vserver . . . . . . . yes
  785. wireless . . . . . . yes
  786. write_graphite . . . yes
  787. write_http . . . . . no
  788. write_redis . . . . . no
  789. write_mongodb . . . . no
  790. xmms . . . . . . . . no
  791. zfs_arc . . . . . . . no
  792.  
  793. Making all in libltdl
  794. make[1]: Entering directory `/usr/local/src/collectd-5.2.0/libltdl'
  795. make all-am
  796. make[2]: Entering directory `/usr/local/src/collectd-5.2.0/libltdl'
  797. make[2]: Leaving directory `/usr/local/src/collectd-5.2.0/libltdl'
  798. make[1]: Leaving directory `/usr/local/src/collectd-5.2.0/libltdl'
  799. Making all in src
  800. make[1]: Entering directory `/usr/local/src/collectd-5.2.0/src'
  801. make all-recursive
  802. make[2]: Entering directory `/usr/local/src/collectd-5.2.0/src'
  803. Making all in libcollectdclient
  804. make[3]: Entering directory `/usr/local/src/collectd-5.2.0/src/libcollectdclient'
  805. make all-am
  806. make[4]: Entering directory `/usr/local/src/collectd-5.2.0/src/libcollectdclient'
  807. /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c -o libcollectdclient_la-network_buffer.lo `test -f 'network_buffer.c' || echo './'`network_buffer.c
  808. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Werror -g -O2 -c network_buffer.c -fPIC -DPIC -o .libs/libcollectdclient_la-network_buffer.o
  809. network_buffer.c:109: error: expected specifier-qualifier-list before ‘gcry_cipher_hd_t’
  810. cc1: warnings being treated as errors
  811. network_buffer.c: In function ‘have_gcrypt’:
  812. network_buffer.c:131: error: implicit declaration of function ‘gcry_control’
  813. network_buffer.c:131: error: ‘GCRYCTL_SET_THREAD_CBS’ undeclared (first use in this function)
  814. network_buffer.c:131: error: (Each undeclared identifier is reported only once
  815. network_buffer.c:131: error: for each function it appears in.)
  816. network_buffer.c:131: error: ‘gcry_threads_pthread’ undeclared (first use in this function)
  817. network_buffer.c:133: error: implicit declaration of function ‘gcry_check_version’
  818. network_buffer.c:133: error: ‘GCRYPT_VERSION’ undeclared (first use in this function)
  819. network_buffer.c:136: error: ‘GCRYCTL_INIT_SECMEM’ undeclared (first use in this function)
  820. network_buffer.c:137: error: ‘GCRYCTL_INITIALIZATION_FINISHED’ undeclared (first use in this function)
  821. network_buffer.c: In function ‘nb_add_signature’:
  822. network_buffer.c:502: error: ‘gcry_md_hd_t’ undeclared (first use in this function)
  823. network_buffer.c:502: error: expected ‘;’ before ‘hd’
  824. network_buffer.c:503: error: ‘gcry_error_t’ undeclared (first use in this function)
  825. network_buffer.c:503: error: expected ‘;’ before ‘err’
  826. network_buffer.c:515: error: ‘hd’ undeclared (first use in this function)
  827. network_buffer.c:516: error: ‘err’ undeclared (first use in this function)
  828. network_buffer.c:516: error: implicit declaration of function ‘gcry_md_open’
  829. network_buffer.c:516: error: ‘GCRY_MD_SHA256’ undeclared (first use in this function)
  830. network_buffer.c:516: error: ‘GCRY_MD_FLAG_HMAC’ undeclared (first use in this function)
  831. network_buffer.c:521: error: implicit declaration of function ‘gcry_md_setkey’
  832. network_buffer.c:524: error: implicit declaration of function ‘gcry_md_close’
  833. network_buffer.c:528: error: implicit declaration of function ‘gcry_md_write’
  834. network_buffer.c:529: error: implicit declaration of function ‘gcry_md_read’
  835. network_buffer.c:529: error: assignment makes pointer from integer without a cast
  836. network_buffer.c: In function ‘nb_add_encryption’:
  837. network_buffer.c:554: error: ‘gcry_error_t’ undeclared (first use in this function)
  838. network_buffer.c:554: error: expected ‘;’ before ‘err’
  839. network_buffer.c:563: error: ‘lcc_network_buffer_t’ has no member named ‘encr_header_len’
  840. network_buffer.c:570: error: implicit declaration of function ‘gcry_md_hash_buffer’
  841. network_buffer.c:570: error: ‘GCRY_MD_SHA1’ undeclared (first use in this function)
  842. network_buffer.c:573: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  843. network_buffer.c:577: error: ‘err’ undeclared (first use in this function)
  844. network_buffer.c:577: error: implicit declaration of function ‘gcry_cipher_open’
  845. network_buffer.c:577: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  846. network_buffer.c:578: error: ‘GCRY_CIPHER_AES256’ undeclared (first use in this function)
  847. network_buffer.c:578: error: ‘GCRY_CIPHER_MODE_OFB’ undeclared (first use in this function)
  848. network_buffer.c:583: error: ‘GCRY_MD_SHA256’ undeclared (first use in this function)
  849. network_buffer.c:586: error: implicit declaration of function ‘gcry_cipher_setkey’
  850. network_buffer.c:586: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  851. network_buffer.c:590: error: implicit declaration of function ‘gcry_cipher_close’
  852. network_buffer.c:590: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  853. network_buffer.c:591: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  854. network_buffer.c:597: error: implicit declaration of function ‘gcry_cipher_reset’
  855. network_buffer.c:597: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  856. network_buffer.c:601: error: implicit declaration of function ‘gcry_cipher_setiv’
  857. network_buffer.c:601: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  858. network_buffer.c:602: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  859. network_buffer.c:602: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  860. network_buffer.c:605: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  861. network_buffer.c:606: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  862. network_buffer.c:611: error: implicit declaration of function ‘gcry_cipher_encrypt’
  863. network_buffer.c:611: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  864. network_buffer.c:616: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  865. network_buffer.c:617: error: ‘lcc_network_buffer_t’ has no member named ‘encr_cypher’
  866. network_buffer.c: In function ‘lcc_network_buffer_initialize’:
  867. network_buffer.c:751: error: ‘lcc_network_buffer_t’ has no member named ‘encr_header_len’
  868. network_buffer.c:752: error: ‘lcc_network_buffer_t’ has no member named ‘encr_header_len’
  869. network_buffer.c:754: error: implicit declaration of function ‘gcry_randomize’
  870. network_buffer.c:754: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  871. network_buffer.c:754: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  872. network_buffer.c:755: error: ‘GCRY_STRONG_RANDOM’ undeclared (first use in this function)
  873. network_buffer.c:764: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  874. network_buffer.c:764: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  875. network_buffer.c:764: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  876. network_buffer.c:764: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  877. network_buffer.c:764: error: ‘lcc_network_buffer_t’ has no member named ‘encr_iv’
  878. network_buffer.c:766: error: ‘lcc_network_buffer_t’ has no member named ‘encr_header_len’
  879. make[4]: *** [libcollectdclient_la-network_buffer.lo] Error 1
  880. make[4]: Leaving directory `/usr/local/src/collectd-5.2.0/src/libcollectdclient'
  881. make[3]: *** [all] Error 2
  882. make[3]: Leaving directory `/usr/local/src/collectd-5.2.0/src/libcollectdclient'
  883. make[2]: *** [all-recursive] Error 1
  884. make[2]: Leaving directory `/usr/local/src/collectd-5.2.0/src'
  885. make[1]: *** [all] Error 2
  886. make[1]: Leaving directory `/usr/local/src/collectd-5.2.0/src'
  887. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement