Advertisement
Guest User

configure output

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