Advertisement
bm_rec

config.log

Nov 10th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 289.89 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by Zabbix configure 3.4.3, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl --with-libxml2
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = zabbix
  14. uname -m = x86_64
  15. uname -r = 3.12.69-60.64.35-default
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu Mar 23 13:28:20 UTC 2017 (4cebac5)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = x86_64
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /sbin
  31. PATH: /usr/sbin
  32. PATH: /usr/local/sbin
  33. PATH: /root/bin
  34. PATH: /usr/local/bin
  35. PATH: /usr/bin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2682: checking for a BSD-compatible install
  45. configure:2750: result: /usr/bin/install -c
  46. configure:2761: checking whether build environment is sane
  47. configure:2816: result: yes
  48. configure:2967: checking for a thread-safe mkdir -p
  49. configure:3006: result: /usr/bin/mkdir -p
  50. configure:3013: checking for gawk
  51. configure:3029: found /usr/bin/gawk
  52. configure:3040: result: gawk
  53. configure:3051: checking whether make sets $(MAKE)
  54. configure:3073: result: yes
  55. configure:3102: checking whether make supports nested variables
  56. configure:3119: result: yes
  57. configure:3245: Configuring Zabbix 3.4.3
  58. configure:3248: checking whether make sets $(MAKE)
  59. configure:3270: result: yes
  60. configure:3287: checking build system type
  61. configure:3301: result: x86_64-unknown-linux-gnu
  62. configure:3321: checking host system type
  63. configure:3334: result: x86_64-unknown-linux-gnu
  64. configure:3404: checking for gcc
  65. configure:3420: found /usr/bin/gcc
  66. configure:3431: result: gcc
  67. configure:3660: checking for C compiler version
  68. configure:3669: gcc --version >&5
  69. gcc (SUSE Linux) 4.8.5
  70. Copyright (C) 2015 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions.  There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:3680: $? = 0
  75. configure:3669: gcc -v >&5
  76. Using built-in specs.
  77. COLLECT_GCC=gcc
  78. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.8/lto-wrapper
  79. Target: x86_64-suse-linux
  80. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.8 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --enable-linux-futex --program-suffix=-4.8 --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
  81. Thread model: posix
  82. gcc version 4.8.5 (SUSE Linux)
  83. configure:3680: $? = 0
  84. configure:3669: gcc -V >&5
  85. gcc: error: unrecognized command line option '-V'
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3680: $? = 1
  89. configure:3669: gcc -qversion >&5
  90. gcc: error: unrecognized command line option '-qversion'
  91. gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:3680: $? = 1
  94. configure:3700: checking whether the C compiler works
  95. configure:3722: gcc    conftest.c  >&5
  96. configure:3726: $? = 0
  97. configure:3774: result: yes
  98. configure:3777: checking for C compiler default output file name
  99. configure:3779: result: a.out
  100. configure:3785: checking for suffix of executables
  101. configure:3792: gcc -o conftest    conftest.c  >&5
  102. configure:3796: $? = 0
  103. configure:3818: result:
  104. configure:3840: checking whether we are cross compiling
  105. configure:3848: gcc -o conftest    conftest.c  >&5
  106. configure:3852: $? = 0
  107. configure:3859: ./conftest
  108. configure:3863: $? = 0
  109. configure:3878: result: no
  110. configure:3883: checking for suffix of object files
  111. configure:3905: gcc -c   conftest.c >&5
  112. configure:3909: $? = 0
  113. configure:3930: result: o
  114. configure:3934: checking whether we are using the GNU C compiler
  115. configure:3953: gcc -c   conftest.c >&5
  116. configure:3953: $? = 0
  117. configure:3962: result: yes
  118. configure:3971: checking whether gcc accepts -g
  119. configure:3991: gcc -c -g  conftest.c >&5
  120. configure:3991: $? = 0
  121. configure:4032: result: yes
  122. configure:4049: checking for gcc option to accept ISO C89
  123. configure:4112: gcc  -c -g -O2  conftest.c >&5
  124. configure:4112: $? = 0
  125. configure:4125: result: none needed
  126. configure:4150: checking whether gcc understands -c and -o together
  127. configure:4172: gcc -c conftest.c -o conftest2.o
  128. configure:4175: $? = 0
  129. configure:4172: gcc -c conftest.c -o conftest2.o
  130. configure:4175: $? = 0
  131. configure:4187: result: yes
  132. configure:4215: checking for style of include used by make
  133. configure:4243: result: GNU
  134. configure:4269: checking dependency style of gcc
  135. configure:4380: result: gcc3
  136. configure:4404: checking how to run the C preprocessor
  137. configure:4435: gcc -E  conftest.c
  138. configure:4435: $? = 0
  139. configure:4449: gcc -E  conftest.c
  140. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  141.  #include <ac_nonexistent.h>
  142.                             ^
  143. compilation terminated.
  144. configure:4449: $? = 1
  145. configure: failed program was:
  146. | /* confdefs.h */
  147. | #define PACKAGE_NAME "Zabbix"
  148. | #define PACKAGE_TARNAME "zabbix"
  149. | #define PACKAGE_VERSION "3.4.3"
  150. | #define PACKAGE_STRING "Zabbix 3.4.3"
  151. | #define PACKAGE_BUGREPORT ""
  152. | #define PACKAGE_URL ""
  153. | #define PACKAGE "zabbix"
  154. | #define VERSION "3.4.3"
  155. | /* end confdefs.h.  */
  156. | #include <ac_nonexistent.h>
  157. configure:4474: result: gcc -E
  158. configure:4494: gcc -E  conftest.c
  159. configure:4494: $? = 0
  160. configure:4508: gcc -E  conftest.c
  161. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  162.  #include <ac_nonexistent.h>
  163.                             ^
  164. compilation terminated.
  165. configure:4508: $? = 1
  166. configure: failed program was:
  167. | /* confdefs.h */
  168. | #define PACKAGE_NAME "Zabbix"
  169. | #define PACKAGE_TARNAME "zabbix"
  170. | #define PACKAGE_VERSION "3.4.3"
  171. | #define PACKAGE_STRING "Zabbix 3.4.3"
  172. | #define PACKAGE_BUGREPORT ""
  173. | #define PACKAGE_URL ""
  174. | #define PACKAGE "zabbix"
  175. | #define VERSION "3.4.3"
  176. | /* end confdefs.h.  */
  177. | #include <ac_nonexistent.h>
  178. configure:4537: checking for grep that handles long lines and -e
  179. configure:4595: result: /usr/bin/grep
  180. configure:4600: checking for egrep
  181. configure:4662: result: /usr/bin/grep -E
  182. configure:4667: checking for ANSI C header files
  183. configure:4687: gcc -c -g -O2  conftest.c >&5
  184. configure:4687: $? = 0
  185. configure:4760: gcc -o conftest -g -O2   conftest.c  >&5
  186. configure:4760: $? = 0
  187. configure:4760: ./conftest
  188. configure:4760: $? = 0
  189. configure:4771: result: yes
  190. configure:4784: checking for sys/types.h
  191. configure:4784: gcc -c -g -O2  conftest.c >&5
  192. configure:4784: $? = 0
  193. configure:4784: result: yes
  194. configure:4784: checking for sys/stat.h
  195. configure:4784: gcc -c -g -O2  conftest.c >&5
  196. configure:4784: $? = 0
  197. configure:4784: result: yes
  198. configure:4784: checking for stdlib.h
  199. configure:4784: gcc -c -g -O2  conftest.c >&5
  200. configure:4784: $? = 0
  201. configure:4784: result: yes
  202. configure:4784: checking for string.h
  203. configure:4784: gcc -c -g -O2  conftest.c >&5
  204. configure:4784: $? = 0
  205. configure:4784: result: yes
  206. configure:4784: checking for memory.h
  207. configure:4784: gcc -c -g -O2  conftest.c >&5
  208. configure:4784: $? = 0
  209. configure:4784: result: yes
  210. configure:4784: checking for strings.h
  211. configure:4784: gcc -c -g -O2  conftest.c >&5
  212. configure:4784: $? = 0
  213. configure:4784: result: yes
  214. configure:4784: checking for inttypes.h
  215. configure:4784: gcc -c -g -O2  conftest.c >&5
  216. configure:4784: $? = 0
  217. configure:4784: result: yes
  218. configure:4784: checking for stdint.h
  219. configure:4784: gcc -c -g -O2  conftest.c >&5
  220. configure:4784: $? = 0
  221. configure:4784: result: yes
  222. configure:4784: checking for unistd.h
  223. configure:4784: gcc -c -g -O2  conftest.c >&5
  224. configure:4784: $? = 0
  225. configure:4784: result: yes
  226. configure:4814: checking stdio.h usability
  227. configure:4814: gcc -c -g -O2  conftest.c >&5
  228. configure:4814: $? = 0
  229. configure:4814: result: yes
  230. configure:4814: checking stdio.h presence
  231. configure:4814: gcc -E  conftest.c
  232. configure:4814: $? = 0
  233. configure:4814: result: yes
  234. configure:4814: checking for stdio.h
  235. configure:4814: result: yes
  236. configure:4814: checking for stdlib.h
  237. configure:4814: result: yes
  238. configure:4814: checking for string.h
  239. configure:4814: result: yes
  240. configure:4814: checking for unistd.h
  241. configure:4814: result: yes
  242. configure:4814: checking netdb.h usability
  243. configure:4814: gcc -c -g -O2  conftest.c >&5
  244. configure:4814: $? = 0
  245. configure:4814: result: yes
  246. configure:4814: checking netdb.h presence
  247. configure:4814: gcc -E  conftest.c
  248. configure:4814: $? = 0
  249. configure:4814: result: yes
  250. configure:4814: checking for netdb.h
  251. configure:4814: result: yes
  252. configure:4814: checking signal.h usability
  253. configure:4814: gcc -c -g -O2  conftest.c >&5
  254. configure:4814: $? = 0
  255. configure:4814: result: yes
  256. configure:4814: checking signal.h presence
  257. configure:4814: gcc -E  conftest.c
  258. configure:4814: $? = 0
  259. configure:4814: result: yes
  260. configure:4814: checking for signal.h
  261. configure:4814: result: yes
  262. configure:4814: checking syslog.h usability
  263. configure:4814: gcc -c -g -O2  conftest.c >&5
  264. configure:4814: $? = 0
  265. configure:4814: result: yes
  266. configure:4814: checking syslog.h presence
  267. configure:4814: gcc -E  conftest.c
  268. configure:4814: $? = 0
  269. configure:4814: result: yes
  270. configure:4814: checking for syslog.h
  271. configure:4814: result: yes
  272. configure:4814: checking time.h usability
  273. configure:4814: gcc -c -g -O2  conftest.c >&5
  274. configure:4814: $? = 0
  275. configure:4814: result: yes
  276. configure:4814: checking time.h presence
  277. configure:4814: gcc -E  conftest.c
  278. configure:4814: $? = 0
  279. configure:4814: result: yes
  280. configure:4814: checking for time.h
  281. configure:4814: result: yes
  282. configure:4814: checking errno.h usability
  283. configure:4814: gcc -c -g -O2  conftest.c >&5
  284. configure:4814: $? = 0
  285. configure:4814: result: yes
  286. configure:4814: checking errno.h presence
  287. configure:4814: gcc -E  conftest.c
  288. configure:4814: $? = 0
  289. configure:4814: result: yes
  290. configure:4814: checking for errno.h
  291. configure:4814: result: yes
  292. configure:4814: checking for sys/types.h
  293. configure:4814: result: yes
  294. configure:4814: checking for sys/stat.h
  295. configure:4814: result: yes
  296. configure:4814: checking netinet/in.h usability
  297. configure:4814: gcc -c -g -O2  conftest.c >&5
  298. configure:4814: $? = 0
  299. configure:4814: result: yes
  300. configure:4814: checking netinet/in.h presence
  301. configure:4814: gcc -E  conftest.c
  302. configure:4814: $? = 0
  303. configure:4814: result: yes
  304. configure:4814: checking for netinet/in.h
  305. configure:4814: result: yes
  306. configure:4814: checking math.h usability
  307. configure:4814: gcc -c -g -O2  conftest.c >&5
  308. configure:4814: $? = 0
  309. configure:4814: result: yes
  310. configure:4814: checking math.h presence
  311. configure:4814: gcc -E  conftest.c
  312. configure:4814: $? = 0
  313. configure:4814: result: yes
  314. configure:4814: checking for math.h
  315. configure:4814: result: yes
  316. configure:4814: checking sys/socket.h usability
  317. configure:4814: gcc -c -g -O2  conftest.c >&5
  318. configure:4814: $? = 0
  319. configure:4814: result: yes
  320. configure:4814: checking sys/socket.h presence
  321. configure:4814: gcc -E  conftest.c
  322. configure:4814: $? = 0
  323. configure:4814: result: yes
  324. configure:4814: checking for sys/socket.h
  325. configure:4814: result: yes
  326. configure:4814: checking dirent.h usability
  327. configure:4814: gcc -c -g -O2  conftest.c >&5
  328. configure:4814: $? = 0
  329. configure:4814: result: yes
  330. configure:4814: checking dirent.h presence
  331. configure:4814: gcc -E  conftest.c
  332. configure:4814: $? = 0
  333. configure:4814: result: yes
  334. configure:4814: checking for dirent.h
  335. configure:4814: result: yes
  336. configure:4814: checking ctype.h usability
  337. configure:4814: gcc -c -g -O2  conftest.c >&5
  338. configure:4814: $? = 0
  339. configure:4814: result: yes
  340. configure:4814: checking ctype.h presence
  341. configure:4814: gcc -E  conftest.c
  342. configure:4814: $? = 0
  343. configure:4814: result: yes
  344. configure:4814: checking for ctype.h
  345. configure:4814: result: yes
  346. configure:4814: checking mtent.h usability
  347. configure:4814: gcc -c -g -O2  conftest.c >&5
  348. conftest.c:70:19: fatal error: mtent.h: No such file or directory
  349.  #include <mtent.h>
  350.                    ^
  351. compilation terminated.
  352. configure:4814: $? = 1
  353. configure: failed program was:
  354. | /* confdefs.h */
  355. | #define PACKAGE_NAME "Zabbix"
  356. | #define PACKAGE_TARNAME "zabbix"
  357. | #define PACKAGE_VERSION "3.4.3"
  358. | #define PACKAGE_STRING "Zabbix 3.4.3"
  359. | #define PACKAGE_BUGREPORT ""
  360. | #define PACKAGE_URL ""
  361. | #define PACKAGE "zabbix"
  362. | #define VERSION "3.4.3"
  363. | #define STDC_HEADERS 1
  364. | #define HAVE_SYS_TYPES_H 1
  365. | #define HAVE_SYS_STAT_H 1
  366. | #define HAVE_STDLIB_H 1
  367. | #define HAVE_STRING_H 1
  368. | #define HAVE_MEMORY_H 1
  369. | #define HAVE_STRINGS_H 1
  370. | #define HAVE_INTTYPES_H 1
  371. | #define HAVE_STDINT_H 1
  372. | #define HAVE_UNISTD_H 1
  373. | #define HAVE_STDIO_H 1
  374. | #define HAVE_STDLIB_H 1
  375. | #define HAVE_STRING_H 1
  376. | #define HAVE_UNISTD_H 1
  377. | #define HAVE_NETDB_H 1
  378. | #define HAVE_SIGNAL_H 1
  379. | #define HAVE_SYSLOG_H 1
  380. | #define HAVE_TIME_H 1
  381. | #define HAVE_ERRNO_H 1
  382. | #define HAVE_SYS_TYPES_H 1
  383. | #define HAVE_SYS_STAT_H 1
  384. | #define HAVE_NETINET_IN_H 1
  385. | #define HAVE_MATH_H 1
  386. | #define HAVE_SYS_SOCKET_H 1
  387. | #define HAVE_DIRENT_H 1
  388. | #define HAVE_CTYPE_H 1
  389. | /* end confdefs.h.  */
  390. | #include <stdio.h>
  391. | #ifdef HAVE_SYS_TYPES_H
  392. | # include <sys/types.h>
  393. | #endif
  394. | #ifdef HAVE_SYS_STAT_H
  395. | # include <sys/stat.h>
  396. | #endif
  397. | #ifdef STDC_HEADERS
  398. | # include <stdlib.h>
  399. | # include <stddef.h>
  400. | #else
  401. | # ifdef HAVE_STDLIB_H
  402. | #  include <stdlib.h>
  403. | # endif
  404. | #endif
  405. | #ifdef HAVE_STRING_H
  406. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  407. | #  include <memory.h>
  408. | # endif
  409. | # include <string.h>
  410. | #endif
  411. | #ifdef HAVE_STRINGS_H
  412. | # include <strings.h>
  413. | #endif
  414. | #ifdef HAVE_INTTYPES_H
  415. | # include <inttypes.h>
  416. | #endif
  417. | #ifdef HAVE_STDINT_H
  418. | # include <stdint.h>
  419. | #endif
  420. | #ifdef HAVE_UNISTD_H
  421. | # include <unistd.h>
  422. | #endif
  423. | #include <mtent.h>
  424. configure:4814: result: no
  425. configure:4814: checking mtent.h presence
  426. configure:4814: gcc -E  conftest.c
  427. conftest.c:37:19: fatal error: mtent.h: No such file or directory
  428.  #include <mtent.h>
  429.                    ^
  430. compilation terminated.
  431. configure:4814: $? = 1
  432. configure: failed program was:
  433. | /* confdefs.h */
  434. | #define PACKAGE_NAME "Zabbix"
  435. | #define PACKAGE_TARNAME "zabbix"
  436. | #define PACKAGE_VERSION "3.4.3"
  437. | #define PACKAGE_STRING "Zabbix 3.4.3"
  438. | #define PACKAGE_BUGREPORT ""
  439. | #define PACKAGE_URL ""
  440. | #define PACKAGE "zabbix"
  441. | #define VERSION "3.4.3"
  442. | #define STDC_HEADERS 1
  443. | #define HAVE_SYS_TYPES_H 1
  444. | #define HAVE_SYS_STAT_H 1
  445. | #define HAVE_STDLIB_H 1
  446. | #define HAVE_STRING_H 1
  447. | #define HAVE_MEMORY_H 1
  448. | #define HAVE_STRINGS_H 1
  449. | #define HAVE_INTTYPES_H 1
  450. | #define HAVE_STDINT_H 1
  451. | #define HAVE_UNISTD_H 1
  452. | #define HAVE_STDIO_H 1
  453. | #define HAVE_STDLIB_H 1
  454. | #define HAVE_STRING_H 1
  455. | #define HAVE_UNISTD_H 1
  456. | #define HAVE_NETDB_H 1
  457. | #define HAVE_SIGNAL_H 1
  458. | #define HAVE_SYSLOG_H 1
  459. | #define HAVE_TIME_H 1
  460. | #define HAVE_ERRNO_H 1
  461. | #define HAVE_SYS_TYPES_H 1
  462. | #define HAVE_SYS_STAT_H 1
  463. | #define HAVE_NETINET_IN_H 1
  464. | #define HAVE_MATH_H 1
  465. | #define HAVE_SYS_SOCKET_H 1
  466. | #define HAVE_DIRENT_H 1
  467. | #define HAVE_CTYPE_H 1
  468. | /* end confdefs.h.  */
  469. | #include <mtent.h>
  470. configure:4814: result: no
  471. configure:4814: checking for mtent.h
  472. configure:4814: result: no
  473. configure:4814: checking fcntl.h usability
  474. configure:4814: gcc -c -g -O2  conftest.c >&5
  475. configure:4814: $? = 0
  476. configure:4814: result: yes
  477. configure:4814: checking fcntl.h presence
  478. configure:4814: gcc -E  conftest.c
  479. configure:4814: $? = 0
  480. configure:4814: result: yes
  481. configure:4814: checking for fcntl.h
  482. configure:4814: result: yes
  483. configure:4814: checking sys/param.h usability
  484. configure:4814: gcc -c -g -O2  conftest.c >&5
  485. configure:4814: $? = 0
  486. configure:4814: result: yes
  487. configure:4814: checking sys/param.h presence
  488. configure:4814: gcc -E  conftest.c
  489. configure:4814: $? = 0
  490. configure:4814: result: yes
  491. configure:4814: checking for sys/param.h
  492. configure:4814: result: yes
  493. configure:4814: checking arpa/inet.h usability
  494. configure:4814: gcc -c -g -O2  conftest.c >&5
  495. configure:4814: $? = 0
  496. configure:4814: result: yes
  497. configure:4814: checking arpa/inet.h presence
  498. configure:4814: gcc -E  conftest.c
  499. configure:4814: $? = 0
  500. configure:4814: result: yes
  501. configure:4814: checking for arpa/inet.h
  502. configure:4814: result: yes
  503. configure:4814: checking sys/vfs.h usability
  504. configure:4814: gcc -c -g -O2  conftest.c >&5
  505. configure:4814: $? = 0
  506. configure:4814: result: yes
  507. configure:4814: checking sys/vfs.h presence
  508. configure:4814: gcc -E  conftest.c
  509. configure:4814: $? = 0
  510. configure:4814: result: yes
  511. configure:4814: checking for sys/vfs.h
  512. configure:4814: result: yes
  513. configure:4814: checking sys/pstat.h usability
  514. configure:4814: gcc -c -g -O2  conftest.c >&5
  515. conftest.c:74:23: fatal error: sys/pstat.h: No such file or directory
  516.  #include <sys/pstat.h>
  517.                        ^
  518. compilation terminated.
  519. configure:4814: $? = 1
  520. configure: failed program was:
  521. | /* confdefs.h */
  522. | #define PACKAGE_NAME "Zabbix"
  523. | #define PACKAGE_TARNAME "zabbix"
  524. | #define PACKAGE_VERSION "3.4.3"
  525. | #define PACKAGE_STRING "Zabbix 3.4.3"
  526. | #define PACKAGE_BUGREPORT ""
  527. | #define PACKAGE_URL ""
  528. | #define PACKAGE "zabbix"
  529. | #define VERSION "3.4.3"
  530. | #define STDC_HEADERS 1
  531. | #define HAVE_SYS_TYPES_H 1
  532. | #define HAVE_SYS_STAT_H 1
  533. | #define HAVE_STDLIB_H 1
  534. | #define HAVE_STRING_H 1
  535. | #define HAVE_MEMORY_H 1
  536. | #define HAVE_STRINGS_H 1
  537. | #define HAVE_INTTYPES_H 1
  538. | #define HAVE_STDINT_H 1
  539. | #define HAVE_UNISTD_H 1
  540. | #define HAVE_STDIO_H 1
  541. | #define HAVE_STDLIB_H 1
  542. | #define HAVE_STRING_H 1
  543. | #define HAVE_UNISTD_H 1
  544. | #define HAVE_NETDB_H 1
  545. | #define HAVE_SIGNAL_H 1
  546. | #define HAVE_SYSLOG_H 1
  547. | #define HAVE_TIME_H 1
  548. | #define HAVE_ERRNO_H 1
  549. | #define HAVE_SYS_TYPES_H 1
  550. | #define HAVE_SYS_STAT_H 1
  551. | #define HAVE_NETINET_IN_H 1
  552. | #define HAVE_MATH_H 1
  553. | #define HAVE_SYS_SOCKET_H 1
  554. | #define HAVE_DIRENT_H 1
  555. | #define HAVE_CTYPE_H 1
  556. | #define HAVE_FCNTL_H 1
  557. | #define HAVE_SYS_PARAM_H 1
  558. | #define HAVE_ARPA_INET_H 1
  559. | #define HAVE_SYS_VFS_H 1
  560. | /* end confdefs.h.  */
  561. | #include <stdio.h>
  562. | #ifdef HAVE_SYS_TYPES_H
  563. | # include <sys/types.h>
  564. | #endif
  565. | #ifdef HAVE_SYS_STAT_H
  566. | # include <sys/stat.h>
  567. | #endif
  568. | #ifdef STDC_HEADERS
  569. | # include <stdlib.h>
  570. | # include <stddef.h>
  571. | #else
  572. | # ifdef HAVE_STDLIB_H
  573. | #  include <stdlib.h>
  574. | # endif
  575. | #endif
  576. | #ifdef HAVE_STRING_H
  577. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  578. | #  include <memory.h>
  579. | # endif
  580. | # include <string.h>
  581. | #endif
  582. | #ifdef HAVE_STRINGS_H
  583. | # include <strings.h>
  584. | #endif
  585. | #ifdef HAVE_INTTYPES_H
  586. | # include <inttypes.h>
  587. | #endif
  588. | #ifdef HAVE_STDINT_H
  589. | # include <stdint.h>
  590. | #endif
  591. | #ifdef HAVE_UNISTD_H
  592. | # include <unistd.h>
  593. | #endif
  594. | #include <sys/pstat.h>
  595. configure:4814: result: no
  596. configure:4814: checking sys/pstat.h presence
  597. configure:4814: gcc -E  conftest.c
  598. conftest.c:41:23: fatal error: sys/pstat.h: No such file or directory
  599.  #include <sys/pstat.h>
  600.                        ^
  601. compilation terminated.
  602. configure:4814: $? = 1
  603. configure: failed program was:
  604. | /* confdefs.h */
  605. | #define PACKAGE_NAME "Zabbix"
  606. | #define PACKAGE_TARNAME "zabbix"
  607. | #define PACKAGE_VERSION "3.4.3"
  608. | #define PACKAGE_STRING "Zabbix 3.4.3"
  609. | #define PACKAGE_BUGREPORT ""
  610. | #define PACKAGE_URL ""
  611. | #define PACKAGE "zabbix"
  612. | #define VERSION "3.4.3"
  613. | #define STDC_HEADERS 1
  614. | #define HAVE_SYS_TYPES_H 1
  615. | #define HAVE_SYS_STAT_H 1
  616. | #define HAVE_STDLIB_H 1
  617. | #define HAVE_STRING_H 1
  618. | #define HAVE_MEMORY_H 1
  619. | #define HAVE_STRINGS_H 1
  620. | #define HAVE_INTTYPES_H 1
  621. | #define HAVE_STDINT_H 1
  622. | #define HAVE_UNISTD_H 1
  623. | #define HAVE_STDIO_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_UNISTD_H 1
  627. | #define HAVE_NETDB_H 1
  628. | #define HAVE_SIGNAL_H 1
  629. | #define HAVE_SYSLOG_H 1
  630. | #define HAVE_TIME_H 1
  631. | #define HAVE_ERRNO_H 1
  632. | #define HAVE_SYS_TYPES_H 1
  633. | #define HAVE_SYS_STAT_H 1
  634. | #define HAVE_NETINET_IN_H 1
  635. | #define HAVE_MATH_H 1
  636. | #define HAVE_SYS_SOCKET_H 1
  637. | #define HAVE_DIRENT_H 1
  638. | #define HAVE_CTYPE_H 1
  639. | #define HAVE_FCNTL_H 1
  640. | #define HAVE_SYS_PARAM_H 1
  641. | #define HAVE_ARPA_INET_H 1
  642. | #define HAVE_SYS_VFS_H 1
  643. | /* end confdefs.h.  */
  644. | #include <sys/pstat.h>
  645. configure:4814: result: no
  646. configure:4814: checking for sys/pstat.h
  647. configure:4814: result: no
  648. configure:4814: checking sys/sysinfo.h usability
  649. configure:4814: gcc -c -g -O2  conftest.c >&5
  650. configure:4814: $? = 0
  651. configure:4814: result: yes
  652. configure:4814: checking sys/sysinfo.h presence
  653. configure:4814: gcc -E  conftest.c
  654. configure:4814: $? = 0
  655. configure:4814: result: yes
  656. configure:4814: checking for sys/sysinfo.h
  657. configure:4814: result: yes
  658. configure:4814: checking sys/statvfs.h usability
  659. configure:4814: gcc -c -g -O2  conftest.c >&5
  660. configure:4814: $? = 0
  661. configure:4814: result: yes
  662. configure:4814: checking sys/statvfs.h presence
  663. configure:4814: gcc -E  conftest.c
  664. configure:4814: $? = 0
  665. configure:4814: result: yes
  666. configure:4814: checking for sys/statvfs.h
  667. configure:4814: result: yes
  668. configure:4814: checking sys/statfs.h usability
  669. configure:4814: gcc -c -g -O2  conftest.c >&5
  670. configure:4814: $? = 0
  671. configure:4814: result: yes
  672. configure:4814: checking sys/statfs.h presence
  673. configure:4814: gcc -E  conftest.c
  674. configure:4814: $? = 0
  675. configure:4814: result: yes
  676. configure:4814: checking for sys/statfs.h
  677. configure:4814: result: yes
  678. configure:4814: checking for sys/socket.h
  679. configure:4814: result: yes
  680. configure:4814: checking sys/loadavg.h usability
  681. configure:4814: gcc -c -g -O2  conftest.c >&5
  682. conftest.c:78:25: fatal error: sys/loadavg.h: No such file or directory
  683.  #include <sys/loadavg.h>
  684.                          ^
  685. compilation terminated.
  686. configure:4814: $? = 1
  687. configure: failed program was:
  688. | /* confdefs.h */
  689. | #define PACKAGE_NAME "Zabbix"
  690. | #define PACKAGE_TARNAME "zabbix"
  691. | #define PACKAGE_VERSION "3.4.3"
  692. | #define PACKAGE_STRING "Zabbix 3.4.3"
  693. | #define PACKAGE_BUGREPORT ""
  694. | #define PACKAGE_URL ""
  695. | #define PACKAGE "zabbix"
  696. | #define VERSION "3.4.3"
  697. | #define STDC_HEADERS 1
  698. | #define HAVE_SYS_TYPES_H 1
  699. | #define HAVE_SYS_STAT_H 1
  700. | #define HAVE_STDLIB_H 1
  701. | #define HAVE_STRING_H 1
  702. | #define HAVE_MEMORY_H 1
  703. | #define HAVE_STRINGS_H 1
  704. | #define HAVE_INTTYPES_H 1
  705. | #define HAVE_STDINT_H 1
  706. | #define HAVE_UNISTD_H 1
  707. | #define HAVE_STDIO_H 1
  708. | #define HAVE_STDLIB_H 1
  709. | #define HAVE_STRING_H 1
  710. | #define HAVE_UNISTD_H 1
  711. | #define HAVE_NETDB_H 1
  712. | #define HAVE_SIGNAL_H 1
  713. | #define HAVE_SYSLOG_H 1
  714. | #define HAVE_TIME_H 1
  715. | #define HAVE_ERRNO_H 1
  716. | #define HAVE_SYS_TYPES_H 1
  717. | #define HAVE_SYS_STAT_H 1
  718. | #define HAVE_NETINET_IN_H 1
  719. | #define HAVE_MATH_H 1
  720. | #define HAVE_SYS_SOCKET_H 1
  721. | #define HAVE_DIRENT_H 1
  722. | #define HAVE_CTYPE_H 1
  723. | #define HAVE_FCNTL_H 1
  724. | #define HAVE_SYS_PARAM_H 1
  725. | #define HAVE_ARPA_INET_H 1
  726. | #define HAVE_SYS_VFS_H 1
  727. | #define HAVE_SYS_SYSINFO_H 1
  728. | #define HAVE_SYS_STATVFS_H 1
  729. | #define HAVE_SYS_STATFS_H 1
  730. | #define HAVE_SYS_SOCKET_H 1
  731. | /* end confdefs.h.  */
  732. | #include <stdio.h>
  733. | #ifdef HAVE_SYS_TYPES_H
  734. | # include <sys/types.h>
  735. | #endif
  736. | #ifdef HAVE_SYS_STAT_H
  737. | # include <sys/stat.h>
  738. | #endif
  739. | #ifdef STDC_HEADERS
  740. | # include <stdlib.h>
  741. | # include <stddef.h>
  742. | #else
  743. | # ifdef HAVE_STDLIB_H
  744. | #  include <stdlib.h>
  745. | # endif
  746. | #endif
  747. | #ifdef HAVE_STRING_H
  748. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  749. | #  include <memory.h>
  750. | # endif
  751. | # include <string.h>
  752. | #endif
  753. | #ifdef HAVE_STRINGS_H
  754. | # include <strings.h>
  755. | #endif
  756. | #ifdef HAVE_INTTYPES_H
  757. | # include <inttypes.h>
  758. | #endif
  759. | #ifdef HAVE_STDINT_H
  760. | # include <stdint.h>
  761. | #endif
  762. | #ifdef HAVE_UNISTD_H
  763. | # include <unistd.h>
  764. | #endif
  765. | #include <sys/loadavg.h>
  766. configure:4814: result: no
  767. configure:4814: checking sys/loadavg.h presence
  768. configure:4814: gcc -E  conftest.c
  769. conftest.c:45:25: fatal error: sys/loadavg.h: No such file or directory
  770.  #include <sys/loadavg.h>
  771.                          ^
  772. compilation terminated.
  773. configure:4814: $? = 1
  774. configure: failed program was:
  775. | /* confdefs.h */
  776. | #define PACKAGE_NAME "Zabbix"
  777. | #define PACKAGE_TARNAME "zabbix"
  778. | #define PACKAGE_VERSION "3.4.3"
  779. | #define PACKAGE_STRING "Zabbix 3.4.3"
  780. | #define PACKAGE_BUGREPORT ""
  781. | #define PACKAGE_URL ""
  782. | #define PACKAGE "zabbix"
  783. | #define VERSION "3.4.3"
  784. | #define STDC_HEADERS 1
  785. | #define HAVE_SYS_TYPES_H 1
  786. | #define HAVE_SYS_STAT_H 1
  787. | #define HAVE_STDLIB_H 1
  788. | #define HAVE_STRING_H 1
  789. | #define HAVE_MEMORY_H 1
  790. | #define HAVE_STRINGS_H 1
  791. | #define HAVE_INTTYPES_H 1
  792. | #define HAVE_STDINT_H 1
  793. | #define HAVE_UNISTD_H 1
  794. | #define HAVE_STDIO_H 1
  795. | #define HAVE_STDLIB_H 1
  796. | #define HAVE_STRING_H 1
  797. | #define HAVE_UNISTD_H 1
  798. | #define HAVE_NETDB_H 1
  799. | #define HAVE_SIGNAL_H 1
  800. | #define HAVE_SYSLOG_H 1
  801. | #define HAVE_TIME_H 1
  802. | #define HAVE_ERRNO_H 1
  803. | #define HAVE_SYS_TYPES_H 1
  804. | #define HAVE_SYS_STAT_H 1
  805. | #define HAVE_NETINET_IN_H 1
  806. | #define HAVE_MATH_H 1
  807. | #define HAVE_SYS_SOCKET_H 1
  808. | #define HAVE_DIRENT_H 1
  809. | #define HAVE_CTYPE_H 1
  810. | #define HAVE_FCNTL_H 1
  811. | #define HAVE_SYS_PARAM_H 1
  812. | #define HAVE_ARPA_INET_H 1
  813. | #define HAVE_SYS_VFS_H 1
  814. | #define HAVE_SYS_SYSINFO_H 1
  815. | #define HAVE_SYS_STATVFS_H 1
  816. | #define HAVE_SYS_STATFS_H 1
  817. | #define HAVE_SYS_SOCKET_H 1
  818. | /* end confdefs.h.  */
  819. | #include <sys/loadavg.h>
  820. configure:4814: result: no
  821. configure:4814: checking for sys/loadavg.h
  822. configure:4814: result: no
  823. configure:4814: checking for arpa/inet.h
  824. configure:4814: result: yes
  825. configure:4814: checking sys/vmmeter.h usability
  826. configure:4814: gcc -c -g -O2  conftest.c >&5
  827. conftest.c:79:25: fatal error: sys/vmmeter.h: No such file or directory
  828.  #include <sys/vmmeter.h>
  829.                          ^
  830. compilation terminated.
  831. configure:4814: $? = 1
  832. configure: failed program was:
  833. | /* confdefs.h */
  834. | #define PACKAGE_NAME "Zabbix"
  835. | #define PACKAGE_TARNAME "zabbix"
  836. | #define PACKAGE_VERSION "3.4.3"
  837. | #define PACKAGE_STRING "Zabbix 3.4.3"
  838. | #define PACKAGE_BUGREPORT ""
  839. | #define PACKAGE_URL ""
  840. | #define PACKAGE "zabbix"
  841. | #define VERSION "3.4.3"
  842. | #define STDC_HEADERS 1
  843. | #define HAVE_SYS_TYPES_H 1
  844. | #define HAVE_SYS_STAT_H 1
  845. | #define HAVE_STDLIB_H 1
  846. | #define HAVE_STRING_H 1
  847. | #define HAVE_MEMORY_H 1
  848. | #define HAVE_STRINGS_H 1
  849. | #define HAVE_INTTYPES_H 1
  850. | #define HAVE_STDINT_H 1
  851. | #define HAVE_UNISTD_H 1
  852. | #define HAVE_STDIO_H 1
  853. | #define HAVE_STDLIB_H 1
  854. | #define HAVE_STRING_H 1
  855. | #define HAVE_UNISTD_H 1
  856. | #define HAVE_NETDB_H 1
  857. | #define HAVE_SIGNAL_H 1
  858. | #define HAVE_SYSLOG_H 1
  859. | #define HAVE_TIME_H 1
  860. | #define HAVE_ERRNO_H 1
  861. | #define HAVE_SYS_TYPES_H 1
  862. | #define HAVE_SYS_STAT_H 1
  863. | #define HAVE_NETINET_IN_H 1
  864. | #define HAVE_MATH_H 1
  865. | #define HAVE_SYS_SOCKET_H 1
  866. | #define HAVE_DIRENT_H 1
  867. | #define HAVE_CTYPE_H 1
  868. | #define HAVE_FCNTL_H 1
  869. | #define HAVE_SYS_PARAM_H 1
  870. | #define HAVE_ARPA_INET_H 1
  871. | #define HAVE_SYS_VFS_H 1
  872. | #define HAVE_SYS_SYSINFO_H 1
  873. | #define HAVE_SYS_STATVFS_H 1
  874. | #define HAVE_SYS_STATFS_H 1
  875. | #define HAVE_SYS_SOCKET_H 1
  876. | #define HAVE_ARPA_INET_H 1
  877. | /* end confdefs.h.  */
  878. | #include <stdio.h>
  879. | #ifdef HAVE_SYS_TYPES_H
  880. | # include <sys/types.h>
  881. | #endif
  882. | #ifdef HAVE_SYS_STAT_H
  883. | # include <sys/stat.h>
  884. | #endif
  885. | #ifdef STDC_HEADERS
  886. | # include <stdlib.h>
  887. | # include <stddef.h>
  888. | #else
  889. | # ifdef HAVE_STDLIB_H
  890. | #  include <stdlib.h>
  891. | # endif
  892. | #endif
  893. | #ifdef HAVE_STRING_H
  894. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  895. | #  include <memory.h>
  896. | # endif
  897. | # include <string.h>
  898. | #endif
  899. | #ifdef HAVE_STRINGS_H
  900. | # include <strings.h>
  901. | #endif
  902. | #ifdef HAVE_INTTYPES_H
  903. | # include <inttypes.h>
  904. | #endif
  905. | #ifdef HAVE_STDINT_H
  906. | # include <stdint.h>
  907. | #endif
  908. | #ifdef HAVE_UNISTD_H
  909. | # include <unistd.h>
  910. | #endif
  911. | #include <sys/vmmeter.h>
  912. configure:4814: result: no
  913. configure:4814: checking sys/vmmeter.h presence
  914. configure:4814: gcc -E  conftest.c
  915. conftest.c:46:25: fatal error: sys/vmmeter.h: No such file or directory
  916.  #include <sys/vmmeter.h>
  917.                          ^
  918. compilation terminated.
  919. configure:4814: $? = 1
  920. configure: failed program was:
  921. | /* confdefs.h */
  922. | #define PACKAGE_NAME "Zabbix"
  923. | #define PACKAGE_TARNAME "zabbix"
  924. | #define PACKAGE_VERSION "3.4.3"
  925. | #define PACKAGE_STRING "Zabbix 3.4.3"
  926. | #define PACKAGE_BUGREPORT ""
  927. | #define PACKAGE_URL ""
  928. | #define PACKAGE "zabbix"
  929. | #define VERSION "3.4.3"
  930. | #define STDC_HEADERS 1
  931. | #define HAVE_SYS_TYPES_H 1
  932. | #define HAVE_SYS_STAT_H 1
  933. | #define HAVE_STDLIB_H 1
  934. | #define HAVE_STRING_H 1
  935. | #define HAVE_MEMORY_H 1
  936. | #define HAVE_STRINGS_H 1
  937. | #define HAVE_INTTYPES_H 1
  938. | #define HAVE_STDINT_H 1
  939. | #define HAVE_UNISTD_H 1
  940. | #define HAVE_STDIO_H 1
  941. | #define HAVE_STDLIB_H 1
  942. | #define HAVE_STRING_H 1
  943. | #define HAVE_UNISTD_H 1
  944. | #define HAVE_NETDB_H 1
  945. | #define HAVE_SIGNAL_H 1
  946. | #define HAVE_SYSLOG_H 1
  947. | #define HAVE_TIME_H 1
  948. | #define HAVE_ERRNO_H 1
  949. | #define HAVE_SYS_TYPES_H 1
  950. | #define HAVE_SYS_STAT_H 1
  951. | #define HAVE_NETINET_IN_H 1
  952. | #define HAVE_MATH_H 1
  953. | #define HAVE_SYS_SOCKET_H 1
  954. | #define HAVE_DIRENT_H 1
  955. | #define HAVE_CTYPE_H 1
  956. | #define HAVE_FCNTL_H 1
  957. | #define HAVE_SYS_PARAM_H 1
  958. | #define HAVE_ARPA_INET_H 1
  959. | #define HAVE_SYS_VFS_H 1
  960. | #define HAVE_SYS_SYSINFO_H 1
  961. | #define HAVE_SYS_STATVFS_H 1
  962. | #define HAVE_SYS_STATFS_H 1
  963. | #define HAVE_SYS_SOCKET_H 1
  964. | #define HAVE_ARPA_INET_H 1
  965. | /* end confdefs.h.  */
  966. | #include <sys/vmmeter.h>
  967. configure:4814: result: no
  968. configure:4814: checking for sys/vmmeter.h
  969. configure:4814: result: no
  970. configure:4814: checking for strings.h
  971. configure:4814: result: yes
  972. configure:4814: checking vm/vm_param.h usability
  973. configure:4814: gcc -c -g -O2  conftest.c >&5
  974. conftest.c:80:25: fatal error: vm/vm_param.h: No such file or directory
  975.  #include <vm/vm_param.h>
  976.                          ^
  977. compilation terminated.
  978. configure:4814: $? = 1
  979. configure: failed program was:
  980. | /* confdefs.h */
  981. | #define PACKAGE_NAME "Zabbix"
  982. | #define PACKAGE_TARNAME "zabbix"
  983. | #define PACKAGE_VERSION "3.4.3"
  984. | #define PACKAGE_STRING "Zabbix 3.4.3"
  985. | #define PACKAGE_BUGREPORT ""
  986. | #define PACKAGE_URL ""
  987. | #define PACKAGE "zabbix"
  988. | #define VERSION "3.4.3"
  989. | #define STDC_HEADERS 1
  990. | #define HAVE_SYS_TYPES_H 1
  991. | #define HAVE_SYS_STAT_H 1
  992. | #define HAVE_STDLIB_H 1
  993. | #define HAVE_STRING_H 1
  994. | #define HAVE_MEMORY_H 1
  995. | #define HAVE_STRINGS_H 1
  996. | #define HAVE_INTTYPES_H 1
  997. | #define HAVE_STDINT_H 1
  998. | #define HAVE_UNISTD_H 1
  999. | #define HAVE_STDIO_H 1
  1000. | #define HAVE_STDLIB_H 1
  1001. | #define HAVE_STRING_H 1
  1002. | #define HAVE_UNISTD_H 1
  1003. | #define HAVE_NETDB_H 1
  1004. | #define HAVE_SIGNAL_H 1
  1005. | #define HAVE_SYSLOG_H 1
  1006. | #define HAVE_TIME_H 1
  1007. | #define HAVE_ERRNO_H 1
  1008. | #define HAVE_SYS_TYPES_H 1
  1009. | #define HAVE_SYS_STAT_H 1
  1010. | #define HAVE_NETINET_IN_H 1
  1011. | #define HAVE_MATH_H 1
  1012. | #define HAVE_SYS_SOCKET_H 1
  1013. | #define HAVE_DIRENT_H 1
  1014. | #define HAVE_CTYPE_H 1
  1015. | #define HAVE_FCNTL_H 1
  1016. | #define HAVE_SYS_PARAM_H 1
  1017. | #define HAVE_ARPA_INET_H 1
  1018. | #define HAVE_SYS_VFS_H 1
  1019. | #define HAVE_SYS_SYSINFO_H 1
  1020. | #define HAVE_SYS_STATVFS_H 1
  1021. | #define HAVE_SYS_STATFS_H 1
  1022. | #define HAVE_SYS_SOCKET_H 1
  1023. | #define HAVE_ARPA_INET_H 1
  1024. | #define HAVE_STRINGS_H 1
  1025. | /* end confdefs.h.  */
  1026. | #include <stdio.h>
  1027. | #ifdef HAVE_SYS_TYPES_H
  1028. | # include <sys/types.h>
  1029. | #endif
  1030. | #ifdef HAVE_SYS_STAT_H
  1031. | # include <sys/stat.h>
  1032. | #endif
  1033. | #ifdef STDC_HEADERS
  1034. | # include <stdlib.h>
  1035. | # include <stddef.h>
  1036. | #else
  1037. | # ifdef HAVE_STDLIB_H
  1038. | #  include <stdlib.h>
  1039. | # endif
  1040. | #endif
  1041. | #ifdef HAVE_STRING_H
  1042. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1043. | #  include <memory.h>
  1044. | # endif
  1045. | # include <string.h>
  1046. | #endif
  1047. | #ifdef HAVE_STRINGS_H
  1048. | # include <strings.h>
  1049. | #endif
  1050. | #ifdef HAVE_INTTYPES_H
  1051. | # include <inttypes.h>
  1052. | #endif
  1053. | #ifdef HAVE_STDINT_H
  1054. | # include <stdint.h>
  1055. | #endif
  1056. | #ifdef HAVE_UNISTD_H
  1057. | # include <unistd.h>
  1058. | #endif
  1059. | #include <vm/vm_param.h>
  1060. configure:4814: result: no
  1061. configure:4814: checking vm/vm_param.h presence
  1062. configure:4814: gcc -E  conftest.c
  1063. conftest.c:47:25: fatal error: vm/vm_param.h: No such file or directory
  1064.  #include <vm/vm_param.h>
  1065.                          ^
  1066. compilation terminated.
  1067. configure:4814: $? = 1
  1068. configure: failed program was:
  1069. | /* confdefs.h */
  1070. | #define PACKAGE_NAME "Zabbix"
  1071. | #define PACKAGE_TARNAME "zabbix"
  1072. | #define PACKAGE_VERSION "3.4.3"
  1073. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1074. | #define PACKAGE_BUGREPORT ""
  1075. | #define PACKAGE_URL ""
  1076. | #define PACKAGE "zabbix"
  1077. | #define VERSION "3.4.3"
  1078. | #define STDC_HEADERS 1
  1079. | #define HAVE_SYS_TYPES_H 1
  1080. | #define HAVE_SYS_STAT_H 1
  1081. | #define HAVE_STDLIB_H 1
  1082. | #define HAVE_STRING_H 1
  1083. | #define HAVE_MEMORY_H 1
  1084. | #define HAVE_STRINGS_H 1
  1085. | #define HAVE_INTTYPES_H 1
  1086. | #define HAVE_STDINT_H 1
  1087. | #define HAVE_UNISTD_H 1
  1088. | #define HAVE_STDIO_H 1
  1089. | #define HAVE_STDLIB_H 1
  1090. | #define HAVE_STRING_H 1
  1091. | #define HAVE_UNISTD_H 1
  1092. | #define HAVE_NETDB_H 1
  1093. | #define HAVE_SIGNAL_H 1
  1094. | #define HAVE_SYSLOG_H 1
  1095. | #define HAVE_TIME_H 1
  1096. | #define HAVE_ERRNO_H 1
  1097. | #define HAVE_SYS_TYPES_H 1
  1098. | #define HAVE_SYS_STAT_H 1
  1099. | #define HAVE_NETINET_IN_H 1
  1100. | #define HAVE_MATH_H 1
  1101. | #define HAVE_SYS_SOCKET_H 1
  1102. | #define HAVE_DIRENT_H 1
  1103. | #define HAVE_CTYPE_H 1
  1104. | #define HAVE_FCNTL_H 1
  1105. | #define HAVE_SYS_PARAM_H 1
  1106. | #define HAVE_ARPA_INET_H 1
  1107. | #define HAVE_SYS_VFS_H 1
  1108. | #define HAVE_SYS_SYSINFO_H 1
  1109. | #define HAVE_SYS_STATVFS_H 1
  1110. | #define HAVE_SYS_STATFS_H 1
  1111. | #define HAVE_SYS_SOCKET_H 1
  1112. | #define HAVE_ARPA_INET_H 1
  1113. | #define HAVE_STRINGS_H 1
  1114. | /* end confdefs.h.  */
  1115. | #include <vm/vm_param.h>
  1116. configure:4814: result: no
  1117. configure:4814: checking for vm/vm_param.h
  1118. configure:4814: result: no
  1119. configure:4814: checking sys/time.h usability
  1120. configure:4814: gcc -c -g -O2  conftest.c >&5
  1121. configure:4814: $? = 0
  1122. configure:4814: result: yes
  1123. configure:4814: checking sys/time.h presence
  1124. configure:4814: gcc -E  conftest.c
  1125. configure:4814: $? = 0
  1126. configure:4814: result: yes
  1127. configure:4814: checking for sys/time.h
  1128. configure:4814: result: yes
  1129. configure:4814: checking kstat.h usability
  1130. configure:4814: gcc -c -g -O2  conftest.c >&5
  1131. conftest.c:81:19: fatal error: kstat.h: No such file or directory
  1132.  #include <kstat.h>
  1133.                    ^
  1134. compilation terminated.
  1135. configure:4814: $? = 1
  1136. configure: failed program was:
  1137. | /* confdefs.h */
  1138. | #define PACKAGE_NAME "Zabbix"
  1139. | #define PACKAGE_TARNAME "zabbix"
  1140. | #define PACKAGE_VERSION "3.4.3"
  1141. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1142. | #define PACKAGE_BUGREPORT ""
  1143. | #define PACKAGE_URL ""
  1144. | #define PACKAGE "zabbix"
  1145. | #define VERSION "3.4.3"
  1146. | #define STDC_HEADERS 1
  1147. | #define HAVE_SYS_TYPES_H 1
  1148. | #define HAVE_SYS_STAT_H 1
  1149. | #define HAVE_STDLIB_H 1
  1150. | #define HAVE_STRING_H 1
  1151. | #define HAVE_MEMORY_H 1
  1152. | #define HAVE_STRINGS_H 1
  1153. | #define HAVE_INTTYPES_H 1
  1154. | #define HAVE_STDINT_H 1
  1155. | #define HAVE_UNISTD_H 1
  1156. | #define HAVE_STDIO_H 1
  1157. | #define HAVE_STDLIB_H 1
  1158. | #define HAVE_STRING_H 1
  1159. | #define HAVE_UNISTD_H 1
  1160. | #define HAVE_NETDB_H 1
  1161. | #define HAVE_SIGNAL_H 1
  1162. | #define HAVE_SYSLOG_H 1
  1163. | #define HAVE_TIME_H 1
  1164. | #define HAVE_ERRNO_H 1
  1165. | #define HAVE_SYS_TYPES_H 1
  1166. | #define HAVE_SYS_STAT_H 1
  1167. | #define HAVE_NETINET_IN_H 1
  1168. | #define HAVE_MATH_H 1
  1169. | #define HAVE_SYS_SOCKET_H 1
  1170. | #define HAVE_DIRENT_H 1
  1171. | #define HAVE_CTYPE_H 1
  1172. | #define HAVE_FCNTL_H 1
  1173. | #define HAVE_SYS_PARAM_H 1
  1174. | #define HAVE_ARPA_INET_H 1
  1175. | #define HAVE_SYS_VFS_H 1
  1176. | #define HAVE_SYS_SYSINFO_H 1
  1177. | #define HAVE_SYS_STATVFS_H 1
  1178. | #define HAVE_SYS_STATFS_H 1
  1179. | #define HAVE_SYS_SOCKET_H 1
  1180. | #define HAVE_ARPA_INET_H 1
  1181. | #define HAVE_STRINGS_H 1
  1182. | #define HAVE_SYS_TIME_H 1
  1183. | /* end confdefs.h.  */
  1184. | #include <stdio.h>
  1185. | #ifdef HAVE_SYS_TYPES_H
  1186. | # include <sys/types.h>
  1187. | #endif
  1188. | #ifdef HAVE_SYS_STAT_H
  1189. | # include <sys/stat.h>
  1190. | #endif
  1191. | #ifdef STDC_HEADERS
  1192. | # include <stdlib.h>
  1193. | # include <stddef.h>
  1194. | #else
  1195. | # ifdef HAVE_STDLIB_H
  1196. | #  include <stdlib.h>
  1197. | # endif
  1198. | #endif
  1199. | #ifdef HAVE_STRING_H
  1200. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1201. | #  include <memory.h>
  1202. | # endif
  1203. | # include <string.h>
  1204. | #endif
  1205. | #ifdef HAVE_STRINGS_H
  1206. | # include <strings.h>
  1207. | #endif
  1208. | #ifdef HAVE_INTTYPES_H
  1209. | # include <inttypes.h>
  1210. | #endif
  1211. | #ifdef HAVE_STDINT_H
  1212. | # include <stdint.h>
  1213. | #endif
  1214. | #ifdef HAVE_UNISTD_H
  1215. | # include <unistd.h>
  1216. | #endif
  1217. | #include <kstat.h>
  1218. configure:4814: result: no
  1219. configure:4814: checking kstat.h presence
  1220. configure:4814: gcc -E  conftest.c
  1221. conftest.c:48:19: fatal error: kstat.h: No such file or directory
  1222.  #include <kstat.h>
  1223.                    ^
  1224. compilation terminated.
  1225. configure:4814: $? = 1
  1226. configure: failed program was:
  1227. | /* confdefs.h */
  1228. | #define PACKAGE_NAME "Zabbix"
  1229. | #define PACKAGE_TARNAME "zabbix"
  1230. | #define PACKAGE_VERSION "3.4.3"
  1231. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1232. | #define PACKAGE_BUGREPORT ""
  1233. | #define PACKAGE_URL ""
  1234. | #define PACKAGE "zabbix"
  1235. | #define VERSION "3.4.3"
  1236. | #define STDC_HEADERS 1
  1237. | #define HAVE_SYS_TYPES_H 1
  1238. | #define HAVE_SYS_STAT_H 1
  1239. | #define HAVE_STDLIB_H 1
  1240. | #define HAVE_STRING_H 1
  1241. | #define HAVE_MEMORY_H 1
  1242. | #define HAVE_STRINGS_H 1
  1243. | #define HAVE_INTTYPES_H 1
  1244. | #define HAVE_STDINT_H 1
  1245. | #define HAVE_UNISTD_H 1
  1246. | #define HAVE_STDIO_H 1
  1247. | #define HAVE_STDLIB_H 1
  1248. | #define HAVE_STRING_H 1
  1249. | #define HAVE_UNISTD_H 1
  1250. | #define HAVE_NETDB_H 1
  1251. | #define HAVE_SIGNAL_H 1
  1252. | #define HAVE_SYSLOG_H 1
  1253. | #define HAVE_TIME_H 1
  1254. | #define HAVE_ERRNO_H 1
  1255. | #define HAVE_SYS_TYPES_H 1
  1256. | #define HAVE_SYS_STAT_H 1
  1257. | #define HAVE_NETINET_IN_H 1
  1258. | #define HAVE_MATH_H 1
  1259. | #define HAVE_SYS_SOCKET_H 1
  1260. | #define HAVE_DIRENT_H 1
  1261. | #define HAVE_CTYPE_H 1
  1262. | #define HAVE_FCNTL_H 1
  1263. | #define HAVE_SYS_PARAM_H 1
  1264. | #define HAVE_ARPA_INET_H 1
  1265. | #define HAVE_SYS_VFS_H 1
  1266. | #define HAVE_SYS_SYSINFO_H 1
  1267. | #define HAVE_SYS_STATVFS_H 1
  1268. | #define HAVE_SYS_STATFS_H 1
  1269. | #define HAVE_SYS_SOCKET_H 1
  1270. | #define HAVE_ARPA_INET_H 1
  1271. | #define HAVE_STRINGS_H 1
  1272. | #define HAVE_SYS_TIME_H 1
  1273. | /* end confdefs.h.  */
  1274. | #include <kstat.h>
  1275. configure:4814: result: no
  1276. configure:4814: checking for kstat.h
  1277. configure:4814: result: no
  1278. configure:4814: checking sys/syscall.h usability
  1279. configure:4814: gcc -c -g -O2  conftest.c >&5
  1280. configure:4814: $? = 0
  1281. configure:4814: result: yes
  1282. configure:4814: checking sys/syscall.h presence
  1283. configure:4814: gcc -E  conftest.c
  1284. configure:4814: $? = 0
  1285. configure:4814: result: yes
  1286. configure:4814: checking for sys/syscall.h
  1287. configure:4814: result: yes
  1288. configure:4814: checking sys/sysmacros.h usability
  1289. configure:4814: gcc -c -g -O2  conftest.c >&5
  1290. configure:4814: $? = 0
  1291. configure:4814: result: yes
  1292. configure:4814: checking sys/sysmacros.h presence
  1293. configure:4814: gcc -E  conftest.c
  1294. configure:4814: $? = 0
  1295. configure:4814: result: yes
  1296. configure:4814: checking for sys/sysmacros.h
  1297. configure:4814: result: yes
  1298. configure:4814: checking for stdint.h
  1299. configure:4814: result: yes
  1300. configure:4814: checking mach/host_info.h usability
  1301. configure:4814: gcc -c -g -O2  conftest.c >&5
  1302. conftest.c:84:28: fatal error: mach/host_info.h: No such file or directory
  1303.  #include <mach/host_info.h>
  1304.                             ^
  1305. compilation terminated.
  1306. configure:4814: $? = 1
  1307. configure: failed program was:
  1308. | /* confdefs.h */
  1309. | #define PACKAGE_NAME "Zabbix"
  1310. | #define PACKAGE_TARNAME "zabbix"
  1311. | #define PACKAGE_VERSION "3.4.3"
  1312. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1313. | #define PACKAGE_BUGREPORT ""
  1314. | #define PACKAGE_URL ""
  1315. | #define PACKAGE "zabbix"
  1316. | #define VERSION "3.4.3"
  1317. | #define STDC_HEADERS 1
  1318. | #define HAVE_SYS_TYPES_H 1
  1319. | #define HAVE_SYS_STAT_H 1
  1320. | #define HAVE_STDLIB_H 1
  1321. | #define HAVE_STRING_H 1
  1322. | #define HAVE_MEMORY_H 1
  1323. | #define HAVE_STRINGS_H 1
  1324. | #define HAVE_INTTYPES_H 1
  1325. | #define HAVE_STDINT_H 1
  1326. | #define HAVE_UNISTD_H 1
  1327. | #define HAVE_STDIO_H 1
  1328. | #define HAVE_STDLIB_H 1
  1329. | #define HAVE_STRING_H 1
  1330. | #define HAVE_UNISTD_H 1
  1331. | #define HAVE_NETDB_H 1
  1332. | #define HAVE_SIGNAL_H 1
  1333. | #define HAVE_SYSLOG_H 1
  1334. | #define HAVE_TIME_H 1
  1335. | #define HAVE_ERRNO_H 1
  1336. | #define HAVE_SYS_TYPES_H 1
  1337. | #define HAVE_SYS_STAT_H 1
  1338. | #define HAVE_NETINET_IN_H 1
  1339. | #define HAVE_MATH_H 1
  1340. | #define HAVE_SYS_SOCKET_H 1
  1341. | #define HAVE_DIRENT_H 1
  1342. | #define HAVE_CTYPE_H 1
  1343. | #define HAVE_FCNTL_H 1
  1344. | #define HAVE_SYS_PARAM_H 1
  1345. | #define HAVE_ARPA_INET_H 1
  1346. | #define HAVE_SYS_VFS_H 1
  1347. | #define HAVE_SYS_SYSINFO_H 1
  1348. | #define HAVE_SYS_STATVFS_H 1
  1349. | #define HAVE_SYS_STATFS_H 1
  1350. | #define HAVE_SYS_SOCKET_H 1
  1351. | #define HAVE_ARPA_INET_H 1
  1352. | #define HAVE_STRINGS_H 1
  1353. | #define HAVE_SYS_TIME_H 1
  1354. | #define HAVE_SYS_SYSCALL_H 1
  1355. | #define HAVE_SYS_SYSMACROS_H 1
  1356. | #define HAVE_STDINT_H 1
  1357. | /* end confdefs.h.  */
  1358. | #include <stdio.h>
  1359. | #ifdef HAVE_SYS_TYPES_H
  1360. | # include <sys/types.h>
  1361. | #endif
  1362. | #ifdef HAVE_SYS_STAT_H
  1363. | # include <sys/stat.h>
  1364. | #endif
  1365. | #ifdef STDC_HEADERS
  1366. | # include <stdlib.h>
  1367. | # include <stddef.h>
  1368. | #else
  1369. | # ifdef HAVE_STDLIB_H
  1370. | #  include <stdlib.h>
  1371. | # endif
  1372. | #endif
  1373. | #ifdef HAVE_STRING_H
  1374. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1375. | #  include <memory.h>
  1376. | # endif
  1377. | # include <string.h>
  1378. | #endif
  1379. | #ifdef HAVE_STRINGS_H
  1380. | # include <strings.h>
  1381. | #endif
  1382. | #ifdef HAVE_INTTYPES_H
  1383. | # include <inttypes.h>
  1384. | #endif
  1385. | #ifdef HAVE_STDINT_H
  1386. | # include <stdint.h>
  1387. | #endif
  1388. | #ifdef HAVE_UNISTD_H
  1389. | # include <unistd.h>
  1390. | #endif
  1391. | #include <mach/host_info.h>
  1392. configure:4814: result: no
  1393. configure:4814: checking mach/host_info.h presence
  1394. configure:4814: gcc -E  conftest.c
  1395. conftest.c:51:28: fatal error: mach/host_info.h: No such file or directory
  1396.  #include <mach/host_info.h>
  1397.                             ^
  1398. compilation terminated.
  1399. configure:4814: $? = 1
  1400. configure: failed program was:
  1401. | /* confdefs.h */
  1402. | #define PACKAGE_NAME "Zabbix"
  1403. | #define PACKAGE_TARNAME "zabbix"
  1404. | #define PACKAGE_VERSION "3.4.3"
  1405. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1406. | #define PACKAGE_BUGREPORT ""
  1407. | #define PACKAGE_URL ""
  1408. | #define PACKAGE "zabbix"
  1409. | #define VERSION "3.4.3"
  1410. | #define STDC_HEADERS 1
  1411. | #define HAVE_SYS_TYPES_H 1
  1412. | #define HAVE_SYS_STAT_H 1
  1413. | #define HAVE_STDLIB_H 1
  1414. | #define HAVE_STRING_H 1
  1415. | #define HAVE_MEMORY_H 1
  1416. | #define HAVE_STRINGS_H 1
  1417. | #define HAVE_INTTYPES_H 1
  1418. | #define HAVE_STDINT_H 1
  1419. | #define HAVE_UNISTD_H 1
  1420. | #define HAVE_STDIO_H 1
  1421. | #define HAVE_STDLIB_H 1
  1422. | #define HAVE_STRING_H 1
  1423. | #define HAVE_UNISTD_H 1
  1424. | #define HAVE_NETDB_H 1
  1425. | #define HAVE_SIGNAL_H 1
  1426. | #define HAVE_SYSLOG_H 1
  1427. | #define HAVE_TIME_H 1
  1428. | #define HAVE_ERRNO_H 1
  1429. | #define HAVE_SYS_TYPES_H 1
  1430. | #define HAVE_SYS_STAT_H 1
  1431. | #define HAVE_NETINET_IN_H 1
  1432. | #define HAVE_MATH_H 1
  1433. | #define HAVE_SYS_SOCKET_H 1
  1434. | #define HAVE_DIRENT_H 1
  1435. | #define HAVE_CTYPE_H 1
  1436. | #define HAVE_FCNTL_H 1
  1437. | #define HAVE_SYS_PARAM_H 1
  1438. | #define HAVE_ARPA_INET_H 1
  1439. | #define HAVE_SYS_VFS_H 1
  1440. | #define HAVE_SYS_SYSINFO_H 1
  1441. | #define HAVE_SYS_STATVFS_H 1
  1442. | #define HAVE_SYS_STATFS_H 1
  1443. | #define HAVE_SYS_SOCKET_H 1
  1444. | #define HAVE_ARPA_INET_H 1
  1445. | #define HAVE_STRINGS_H 1
  1446. | #define HAVE_SYS_TIME_H 1
  1447. | #define HAVE_SYS_SYSCALL_H 1
  1448. | #define HAVE_SYS_SYSMACROS_H 1
  1449. | #define HAVE_STDINT_H 1
  1450. | /* end confdefs.h.  */
  1451. | #include <mach/host_info.h>
  1452. configure:4814: result: no
  1453. configure:4814: checking for mach/host_info.h
  1454. configure:4814: result: no
  1455. configure:4814: checking mach/mach_host.h usability
  1456. configure:4814: gcc -c -g -O2  conftest.c >&5
  1457. conftest.c:84:28: fatal error: mach/mach_host.h: No such file or directory
  1458.  #include <mach/mach_host.h>
  1459.                             ^
  1460. compilation terminated.
  1461. configure:4814: $? = 1
  1462. configure: failed program was:
  1463. | /* confdefs.h */
  1464. | #define PACKAGE_NAME "Zabbix"
  1465. | #define PACKAGE_TARNAME "zabbix"
  1466. | #define PACKAGE_VERSION "3.4.3"
  1467. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1468. | #define PACKAGE_BUGREPORT ""
  1469. | #define PACKAGE_URL ""
  1470. | #define PACKAGE "zabbix"
  1471. | #define VERSION "3.4.3"
  1472. | #define STDC_HEADERS 1
  1473. | #define HAVE_SYS_TYPES_H 1
  1474. | #define HAVE_SYS_STAT_H 1
  1475. | #define HAVE_STDLIB_H 1
  1476. | #define HAVE_STRING_H 1
  1477. | #define HAVE_MEMORY_H 1
  1478. | #define HAVE_STRINGS_H 1
  1479. | #define HAVE_INTTYPES_H 1
  1480. | #define HAVE_STDINT_H 1
  1481. | #define HAVE_UNISTD_H 1
  1482. | #define HAVE_STDIO_H 1
  1483. | #define HAVE_STDLIB_H 1
  1484. | #define HAVE_STRING_H 1
  1485. | #define HAVE_UNISTD_H 1
  1486. | #define HAVE_NETDB_H 1
  1487. | #define HAVE_SIGNAL_H 1
  1488. | #define HAVE_SYSLOG_H 1
  1489. | #define HAVE_TIME_H 1
  1490. | #define HAVE_ERRNO_H 1
  1491. | #define HAVE_SYS_TYPES_H 1
  1492. | #define HAVE_SYS_STAT_H 1
  1493. | #define HAVE_NETINET_IN_H 1
  1494. | #define HAVE_MATH_H 1
  1495. | #define HAVE_SYS_SOCKET_H 1
  1496. | #define HAVE_DIRENT_H 1
  1497. | #define HAVE_CTYPE_H 1
  1498. | #define HAVE_FCNTL_H 1
  1499. | #define HAVE_SYS_PARAM_H 1
  1500. | #define HAVE_ARPA_INET_H 1
  1501. | #define HAVE_SYS_VFS_H 1
  1502. | #define HAVE_SYS_SYSINFO_H 1
  1503. | #define HAVE_SYS_STATVFS_H 1
  1504. | #define HAVE_SYS_STATFS_H 1
  1505. | #define HAVE_SYS_SOCKET_H 1
  1506. | #define HAVE_ARPA_INET_H 1
  1507. | #define HAVE_STRINGS_H 1
  1508. | #define HAVE_SYS_TIME_H 1
  1509. | #define HAVE_SYS_SYSCALL_H 1
  1510. | #define HAVE_SYS_SYSMACROS_H 1
  1511. | #define HAVE_STDINT_H 1
  1512. | /* end confdefs.h.  */
  1513. | #include <stdio.h>
  1514. | #ifdef HAVE_SYS_TYPES_H
  1515. | # include <sys/types.h>
  1516. | #endif
  1517. | #ifdef HAVE_SYS_STAT_H
  1518. | # include <sys/stat.h>
  1519. | #endif
  1520. | #ifdef STDC_HEADERS
  1521. | # include <stdlib.h>
  1522. | # include <stddef.h>
  1523. | #else
  1524. | # ifdef HAVE_STDLIB_H
  1525. | #  include <stdlib.h>
  1526. | # endif
  1527. | #endif
  1528. | #ifdef HAVE_STRING_H
  1529. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1530. | #  include <memory.h>
  1531. | # endif
  1532. | # include <string.h>
  1533. | #endif
  1534. | #ifdef HAVE_STRINGS_H
  1535. | # include <strings.h>
  1536. | #endif
  1537. | #ifdef HAVE_INTTYPES_H
  1538. | # include <inttypes.h>
  1539. | #endif
  1540. | #ifdef HAVE_STDINT_H
  1541. | # include <stdint.h>
  1542. | #endif
  1543. | #ifdef HAVE_UNISTD_H
  1544. | # include <unistd.h>
  1545. | #endif
  1546. | #include <mach/mach_host.h>
  1547. configure:4814: result: no
  1548. configure:4814: checking mach/mach_host.h presence
  1549. configure:4814: gcc -E  conftest.c
  1550. conftest.c:51:28: fatal error: mach/mach_host.h: No such file or directory
  1551.  #include <mach/mach_host.h>
  1552.                             ^
  1553. compilation terminated.
  1554. configure:4814: $? = 1
  1555. configure: failed program was:
  1556. | /* confdefs.h */
  1557. | #define PACKAGE_NAME "Zabbix"
  1558. | #define PACKAGE_TARNAME "zabbix"
  1559. | #define PACKAGE_VERSION "3.4.3"
  1560. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1561. | #define PACKAGE_BUGREPORT ""
  1562. | #define PACKAGE_URL ""
  1563. | #define PACKAGE "zabbix"
  1564. | #define VERSION "3.4.3"
  1565. | #define STDC_HEADERS 1
  1566. | #define HAVE_SYS_TYPES_H 1
  1567. | #define HAVE_SYS_STAT_H 1
  1568. | #define HAVE_STDLIB_H 1
  1569. | #define HAVE_STRING_H 1
  1570. | #define HAVE_MEMORY_H 1
  1571. | #define HAVE_STRINGS_H 1
  1572. | #define HAVE_INTTYPES_H 1
  1573. | #define HAVE_STDINT_H 1
  1574. | #define HAVE_UNISTD_H 1
  1575. | #define HAVE_STDIO_H 1
  1576. | #define HAVE_STDLIB_H 1
  1577. | #define HAVE_STRING_H 1
  1578. | #define HAVE_UNISTD_H 1
  1579. | #define HAVE_NETDB_H 1
  1580. | #define HAVE_SIGNAL_H 1
  1581. | #define HAVE_SYSLOG_H 1
  1582. | #define HAVE_TIME_H 1
  1583. | #define HAVE_ERRNO_H 1
  1584. | #define HAVE_SYS_TYPES_H 1
  1585. | #define HAVE_SYS_STAT_H 1
  1586. | #define HAVE_NETINET_IN_H 1
  1587. | #define HAVE_MATH_H 1
  1588. | #define HAVE_SYS_SOCKET_H 1
  1589. | #define HAVE_DIRENT_H 1
  1590. | #define HAVE_CTYPE_H 1
  1591. | #define HAVE_FCNTL_H 1
  1592. | #define HAVE_SYS_PARAM_H 1
  1593. | #define HAVE_ARPA_INET_H 1
  1594. | #define HAVE_SYS_VFS_H 1
  1595. | #define HAVE_SYS_SYSINFO_H 1
  1596. | #define HAVE_SYS_STATVFS_H 1
  1597. | #define HAVE_SYS_STATFS_H 1
  1598. | #define HAVE_SYS_SOCKET_H 1
  1599. | #define HAVE_ARPA_INET_H 1
  1600. | #define HAVE_STRINGS_H 1
  1601. | #define HAVE_SYS_TIME_H 1
  1602. | #define HAVE_SYS_SYSCALL_H 1
  1603. | #define HAVE_SYS_SYSMACROS_H 1
  1604. | #define HAVE_STDINT_H 1
  1605. | /* end confdefs.h.  */
  1606. | #include <mach/mach_host.h>
  1607. configure:4814: result: no
  1608. configure:4814: checking for mach/mach_host.h
  1609. configure:4814: result: no
  1610. configure:4814: checking knlist.h usability
  1611. configure:4814: gcc -c -g -O2  conftest.c >&5
  1612. conftest.c:84:20: fatal error: knlist.h: No such file or directory
  1613.  #include <knlist.h>
  1614.                     ^
  1615. compilation terminated.
  1616. configure:4814: $? = 1
  1617. configure: failed program was:
  1618. | /* confdefs.h */
  1619. | #define PACKAGE_NAME "Zabbix"
  1620. | #define PACKAGE_TARNAME "zabbix"
  1621. | #define PACKAGE_VERSION "3.4.3"
  1622. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1623. | #define PACKAGE_BUGREPORT ""
  1624. | #define PACKAGE_URL ""
  1625. | #define PACKAGE "zabbix"
  1626. | #define VERSION "3.4.3"
  1627. | #define STDC_HEADERS 1
  1628. | #define HAVE_SYS_TYPES_H 1
  1629. | #define HAVE_SYS_STAT_H 1
  1630. | #define HAVE_STDLIB_H 1
  1631. | #define HAVE_STRING_H 1
  1632. | #define HAVE_MEMORY_H 1
  1633. | #define HAVE_STRINGS_H 1
  1634. | #define HAVE_INTTYPES_H 1
  1635. | #define HAVE_STDINT_H 1
  1636. | #define HAVE_UNISTD_H 1
  1637. | #define HAVE_STDIO_H 1
  1638. | #define HAVE_STDLIB_H 1
  1639. | #define HAVE_STRING_H 1
  1640. | #define HAVE_UNISTD_H 1
  1641. | #define HAVE_NETDB_H 1
  1642. | #define HAVE_SIGNAL_H 1
  1643. | #define HAVE_SYSLOG_H 1
  1644. | #define HAVE_TIME_H 1
  1645. | #define HAVE_ERRNO_H 1
  1646. | #define HAVE_SYS_TYPES_H 1
  1647. | #define HAVE_SYS_STAT_H 1
  1648. | #define HAVE_NETINET_IN_H 1
  1649. | #define HAVE_MATH_H 1
  1650. | #define HAVE_SYS_SOCKET_H 1
  1651. | #define HAVE_DIRENT_H 1
  1652. | #define HAVE_CTYPE_H 1
  1653. | #define HAVE_FCNTL_H 1
  1654. | #define HAVE_SYS_PARAM_H 1
  1655. | #define HAVE_ARPA_INET_H 1
  1656. | #define HAVE_SYS_VFS_H 1
  1657. | #define HAVE_SYS_SYSINFO_H 1
  1658. | #define HAVE_SYS_STATVFS_H 1
  1659. | #define HAVE_SYS_STATFS_H 1
  1660. | #define HAVE_SYS_SOCKET_H 1
  1661. | #define HAVE_ARPA_INET_H 1
  1662. | #define HAVE_STRINGS_H 1
  1663. | #define HAVE_SYS_TIME_H 1
  1664. | #define HAVE_SYS_SYSCALL_H 1
  1665. | #define HAVE_SYS_SYSMACROS_H 1
  1666. | #define HAVE_STDINT_H 1
  1667. | /* end confdefs.h.  */
  1668. | #include <stdio.h>
  1669. | #ifdef HAVE_SYS_TYPES_H
  1670. | # include <sys/types.h>
  1671. | #endif
  1672. | #ifdef HAVE_SYS_STAT_H
  1673. | # include <sys/stat.h>
  1674. | #endif
  1675. | #ifdef STDC_HEADERS
  1676. | # include <stdlib.h>
  1677. | # include <stddef.h>
  1678. | #else
  1679. | # ifdef HAVE_STDLIB_H
  1680. | #  include <stdlib.h>
  1681. | # endif
  1682. | #endif
  1683. | #ifdef HAVE_STRING_H
  1684. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1685. | #  include <memory.h>
  1686. | # endif
  1687. | # include <string.h>
  1688. | #endif
  1689. | #ifdef HAVE_STRINGS_H
  1690. | # include <strings.h>
  1691. | #endif
  1692. | #ifdef HAVE_INTTYPES_H
  1693. | # include <inttypes.h>
  1694. | #endif
  1695. | #ifdef HAVE_STDINT_H
  1696. | # include <stdint.h>
  1697. | #endif
  1698. | #ifdef HAVE_UNISTD_H
  1699. | # include <unistd.h>
  1700. | #endif
  1701. | #include <knlist.h>
  1702. configure:4814: result: no
  1703. configure:4814: checking knlist.h presence
  1704. configure:4814: gcc -E  conftest.c
  1705. conftest.c:51:20: fatal error: knlist.h: No such file or directory
  1706.  #include <knlist.h>
  1707.                     ^
  1708. compilation terminated.
  1709. configure:4814: $? = 1
  1710. configure: failed program was:
  1711. | /* confdefs.h */
  1712. | #define PACKAGE_NAME "Zabbix"
  1713. | #define PACKAGE_TARNAME "zabbix"
  1714. | #define PACKAGE_VERSION "3.4.3"
  1715. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1716. | #define PACKAGE_BUGREPORT ""
  1717. | #define PACKAGE_URL ""
  1718. | #define PACKAGE "zabbix"
  1719. | #define VERSION "3.4.3"
  1720. | #define STDC_HEADERS 1
  1721. | #define HAVE_SYS_TYPES_H 1
  1722. | #define HAVE_SYS_STAT_H 1
  1723. | #define HAVE_STDLIB_H 1
  1724. | #define HAVE_STRING_H 1
  1725. | #define HAVE_MEMORY_H 1
  1726. | #define HAVE_STRINGS_H 1
  1727. | #define HAVE_INTTYPES_H 1
  1728. | #define HAVE_STDINT_H 1
  1729. | #define HAVE_UNISTD_H 1
  1730. | #define HAVE_STDIO_H 1
  1731. | #define HAVE_STDLIB_H 1
  1732. | #define HAVE_STRING_H 1
  1733. | #define HAVE_UNISTD_H 1
  1734. | #define HAVE_NETDB_H 1
  1735. | #define HAVE_SIGNAL_H 1
  1736. | #define HAVE_SYSLOG_H 1
  1737. | #define HAVE_TIME_H 1
  1738. | #define HAVE_ERRNO_H 1
  1739. | #define HAVE_SYS_TYPES_H 1
  1740. | #define HAVE_SYS_STAT_H 1
  1741. | #define HAVE_NETINET_IN_H 1
  1742. | #define HAVE_MATH_H 1
  1743. | #define HAVE_SYS_SOCKET_H 1
  1744. | #define HAVE_DIRENT_H 1
  1745. | #define HAVE_CTYPE_H 1
  1746. | #define HAVE_FCNTL_H 1
  1747. | #define HAVE_SYS_PARAM_H 1
  1748. | #define HAVE_ARPA_INET_H 1
  1749. | #define HAVE_SYS_VFS_H 1
  1750. | #define HAVE_SYS_SYSINFO_H 1
  1751. | #define HAVE_SYS_STATVFS_H 1
  1752. | #define HAVE_SYS_STATFS_H 1
  1753. | #define HAVE_SYS_SOCKET_H 1
  1754. | #define HAVE_ARPA_INET_H 1
  1755. | #define HAVE_STRINGS_H 1
  1756. | #define HAVE_SYS_TIME_H 1
  1757. | #define HAVE_SYS_SYSCALL_H 1
  1758. | #define HAVE_SYS_SYSMACROS_H 1
  1759. | #define HAVE_STDINT_H 1
  1760. | /* end confdefs.h.  */
  1761. | #include <knlist.h>
  1762. configure:4814: result: no
  1763. configure:4814: checking for knlist.h
  1764. configure:4814: result: no
  1765. configure:4814: checking pwd.h usability
  1766. configure:4814: gcc -c -g -O2  conftest.c >&5
  1767. configure:4814: $? = 0
  1768. configure:4814: result: yes
  1769. configure:4814: checking pwd.h presence
  1770. configure:4814: gcc -E  conftest.c
  1771. configure:4814: $? = 0
  1772. configure:4814: result: yes
  1773. configure:4814: checking for pwd.h
  1774. configure:4814: result: yes
  1775. configure:4814: checking sys/var.h usability
  1776. configure:4814: gcc -c -g -O2  conftest.c >&5
  1777. conftest.c:85:21: fatal error: sys/var.h: No such file or directory
  1778.  #include <sys/var.h>
  1779.                      ^
  1780. compilation terminated.
  1781. configure:4814: $? = 1
  1782. configure: failed program was:
  1783. | /* confdefs.h */
  1784. | #define PACKAGE_NAME "Zabbix"
  1785. | #define PACKAGE_TARNAME "zabbix"
  1786. | #define PACKAGE_VERSION "3.4.3"
  1787. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1788. | #define PACKAGE_BUGREPORT ""
  1789. | #define PACKAGE_URL ""
  1790. | #define PACKAGE "zabbix"
  1791. | #define VERSION "3.4.3"
  1792. | #define STDC_HEADERS 1
  1793. | #define HAVE_SYS_TYPES_H 1
  1794. | #define HAVE_SYS_STAT_H 1
  1795. | #define HAVE_STDLIB_H 1
  1796. | #define HAVE_STRING_H 1
  1797. | #define HAVE_MEMORY_H 1
  1798. | #define HAVE_STRINGS_H 1
  1799. | #define HAVE_INTTYPES_H 1
  1800. | #define HAVE_STDINT_H 1
  1801. | #define HAVE_UNISTD_H 1
  1802. | #define HAVE_STDIO_H 1
  1803. | #define HAVE_STDLIB_H 1
  1804. | #define HAVE_STRING_H 1
  1805. | #define HAVE_UNISTD_H 1
  1806. | #define HAVE_NETDB_H 1
  1807. | #define HAVE_SIGNAL_H 1
  1808. | #define HAVE_SYSLOG_H 1
  1809. | #define HAVE_TIME_H 1
  1810. | #define HAVE_ERRNO_H 1
  1811. | #define HAVE_SYS_TYPES_H 1
  1812. | #define HAVE_SYS_STAT_H 1
  1813. | #define HAVE_NETINET_IN_H 1
  1814. | #define HAVE_MATH_H 1
  1815. | #define HAVE_SYS_SOCKET_H 1
  1816. | #define HAVE_DIRENT_H 1
  1817. | #define HAVE_CTYPE_H 1
  1818. | #define HAVE_FCNTL_H 1
  1819. | #define HAVE_SYS_PARAM_H 1
  1820. | #define HAVE_ARPA_INET_H 1
  1821. | #define HAVE_SYS_VFS_H 1
  1822. | #define HAVE_SYS_SYSINFO_H 1
  1823. | #define HAVE_SYS_STATVFS_H 1
  1824. | #define HAVE_SYS_STATFS_H 1
  1825. | #define HAVE_SYS_SOCKET_H 1
  1826. | #define HAVE_ARPA_INET_H 1
  1827. | #define HAVE_STRINGS_H 1
  1828. | #define HAVE_SYS_TIME_H 1
  1829. | #define HAVE_SYS_SYSCALL_H 1
  1830. | #define HAVE_SYS_SYSMACROS_H 1
  1831. | #define HAVE_STDINT_H 1
  1832. | #define HAVE_PWD_H 1
  1833. | /* end confdefs.h.  */
  1834. | #include <stdio.h>
  1835. | #ifdef HAVE_SYS_TYPES_H
  1836. | # include <sys/types.h>
  1837. | #endif
  1838. | #ifdef HAVE_SYS_STAT_H
  1839. | # include <sys/stat.h>
  1840. | #endif
  1841. | #ifdef STDC_HEADERS
  1842. | # include <stdlib.h>
  1843. | # include <stddef.h>
  1844. | #else
  1845. | # ifdef HAVE_STDLIB_H
  1846. | #  include <stdlib.h>
  1847. | # endif
  1848. | #endif
  1849. | #ifdef HAVE_STRING_H
  1850. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1851. | #  include <memory.h>
  1852. | # endif
  1853. | # include <string.h>
  1854. | #endif
  1855. | #ifdef HAVE_STRINGS_H
  1856. | # include <strings.h>
  1857. | #endif
  1858. | #ifdef HAVE_INTTYPES_H
  1859. | # include <inttypes.h>
  1860. | #endif
  1861. | #ifdef HAVE_STDINT_H
  1862. | # include <stdint.h>
  1863. | #endif
  1864. | #ifdef HAVE_UNISTD_H
  1865. | # include <unistd.h>
  1866. | #endif
  1867. | #include <sys/var.h>
  1868. configure:4814: result: no
  1869. configure:4814: checking sys/var.h presence
  1870. configure:4814: gcc -E  conftest.c
  1871. conftest.c:52:21: fatal error: sys/var.h: No such file or directory
  1872.  #include <sys/var.h>
  1873.                      ^
  1874. compilation terminated.
  1875. configure:4814: $? = 1
  1876. configure: failed program was:
  1877. | /* confdefs.h */
  1878. | #define PACKAGE_NAME "Zabbix"
  1879. | #define PACKAGE_TARNAME "zabbix"
  1880. | #define PACKAGE_VERSION "3.4.3"
  1881. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1882. | #define PACKAGE_BUGREPORT ""
  1883. | #define PACKAGE_URL ""
  1884. | #define PACKAGE "zabbix"
  1885. | #define VERSION "3.4.3"
  1886. | #define STDC_HEADERS 1
  1887. | #define HAVE_SYS_TYPES_H 1
  1888. | #define HAVE_SYS_STAT_H 1
  1889. | #define HAVE_STDLIB_H 1
  1890. | #define HAVE_STRING_H 1
  1891. | #define HAVE_MEMORY_H 1
  1892. | #define HAVE_STRINGS_H 1
  1893. | #define HAVE_INTTYPES_H 1
  1894. | #define HAVE_STDINT_H 1
  1895. | #define HAVE_UNISTD_H 1
  1896. | #define HAVE_STDIO_H 1
  1897. | #define HAVE_STDLIB_H 1
  1898. | #define HAVE_STRING_H 1
  1899. | #define HAVE_UNISTD_H 1
  1900. | #define HAVE_NETDB_H 1
  1901. | #define HAVE_SIGNAL_H 1
  1902. | #define HAVE_SYSLOG_H 1
  1903. | #define HAVE_TIME_H 1
  1904. | #define HAVE_ERRNO_H 1
  1905. | #define HAVE_SYS_TYPES_H 1
  1906. | #define HAVE_SYS_STAT_H 1
  1907. | #define HAVE_NETINET_IN_H 1
  1908. | #define HAVE_MATH_H 1
  1909. | #define HAVE_SYS_SOCKET_H 1
  1910. | #define HAVE_DIRENT_H 1
  1911. | #define HAVE_CTYPE_H 1
  1912. | #define HAVE_FCNTL_H 1
  1913. | #define HAVE_SYS_PARAM_H 1
  1914. | #define HAVE_ARPA_INET_H 1
  1915. | #define HAVE_SYS_VFS_H 1
  1916. | #define HAVE_SYS_SYSINFO_H 1
  1917. | #define HAVE_SYS_STATVFS_H 1
  1918. | #define HAVE_SYS_STATFS_H 1
  1919. | #define HAVE_SYS_SOCKET_H 1
  1920. | #define HAVE_ARPA_INET_H 1
  1921. | #define HAVE_STRINGS_H 1
  1922. | #define HAVE_SYS_TIME_H 1
  1923. | #define HAVE_SYS_SYSCALL_H 1
  1924. | #define HAVE_SYS_SYSMACROS_H 1
  1925. | #define HAVE_STDINT_H 1
  1926. | #define HAVE_PWD_H 1
  1927. | /* end confdefs.h.  */
  1928. | #include <sys/var.h>
  1929. configure:4814: result: no
  1930. configure:4814: checking for sys/var.h
  1931. configure:4814: result: no
  1932. configure:4814: checking arpa/nameser.h usability
  1933. configure:4814: gcc -c -g -O2  conftest.c >&5
  1934. configure:4814: $? = 0
  1935. configure:4814: result: yes
  1936. configure:4814: checking arpa/nameser.h presence
  1937. configure:4814: gcc -E  conftest.c
  1938. configure:4814: $? = 0
  1939. configure:4814: result: yes
  1940. configure:4814: checking for arpa/nameser.h
  1941. configure:4814: result: yes
  1942. configure:4814: checking assert.h usability
  1943. configure:4814: gcc -c -g -O2  conftest.c >&5
  1944. configure:4814: $? = 0
  1945. configure:4814: result: yes
  1946. configure:4814: checking assert.h presence
  1947. configure:4814: gcc -E  conftest.c
  1948. configure:4814: $? = 0
  1949. configure:4814: result: yes
  1950. configure:4814: checking for assert.h
  1951. configure:4814: result: yes
  1952. configure:4814: checking sys/dkstat.h usability
  1953. configure:4814: gcc -c -g -O2  conftest.c >&5
  1954. conftest.c:87:24: fatal error: sys/dkstat.h: No such file or directory
  1955.  #include <sys/dkstat.h>
  1956.                         ^
  1957. compilation terminated.
  1958. configure:4814: $? = 1
  1959. configure: failed program was:
  1960. | /* confdefs.h */
  1961. | #define PACKAGE_NAME "Zabbix"
  1962. | #define PACKAGE_TARNAME "zabbix"
  1963. | #define PACKAGE_VERSION "3.4.3"
  1964. | #define PACKAGE_STRING "Zabbix 3.4.3"
  1965. | #define PACKAGE_BUGREPORT ""
  1966. | #define PACKAGE_URL ""
  1967. | #define PACKAGE "zabbix"
  1968. | #define VERSION "3.4.3"
  1969. | #define STDC_HEADERS 1
  1970. | #define HAVE_SYS_TYPES_H 1
  1971. | #define HAVE_SYS_STAT_H 1
  1972. | #define HAVE_STDLIB_H 1
  1973. | #define HAVE_STRING_H 1
  1974. | #define HAVE_MEMORY_H 1
  1975. | #define HAVE_STRINGS_H 1
  1976. | #define HAVE_INTTYPES_H 1
  1977. | #define HAVE_STDINT_H 1
  1978. | #define HAVE_UNISTD_H 1
  1979. | #define HAVE_STDIO_H 1
  1980. | #define HAVE_STDLIB_H 1
  1981. | #define HAVE_STRING_H 1
  1982. | #define HAVE_UNISTD_H 1
  1983. | #define HAVE_NETDB_H 1
  1984. | #define HAVE_SIGNAL_H 1
  1985. | #define HAVE_SYSLOG_H 1
  1986. | #define HAVE_TIME_H 1
  1987. | #define HAVE_ERRNO_H 1
  1988. | #define HAVE_SYS_TYPES_H 1
  1989. | #define HAVE_SYS_STAT_H 1
  1990. | #define HAVE_NETINET_IN_H 1
  1991. | #define HAVE_MATH_H 1
  1992. | #define HAVE_SYS_SOCKET_H 1
  1993. | #define HAVE_DIRENT_H 1
  1994. | #define HAVE_CTYPE_H 1
  1995. | #define HAVE_FCNTL_H 1
  1996. | #define HAVE_SYS_PARAM_H 1
  1997. | #define HAVE_ARPA_INET_H 1
  1998. | #define HAVE_SYS_VFS_H 1
  1999. | #define HAVE_SYS_SYSINFO_H 1
  2000. | #define HAVE_SYS_STATVFS_H 1
  2001. | #define HAVE_SYS_STATFS_H 1
  2002. | #define HAVE_SYS_SOCKET_H 1
  2003. | #define HAVE_ARPA_INET_H 1
  2004. | #define HAVE_STRINGS_H 1
  2005. | #define HAVE_SYS_TIME_H 1
  2006. | #define HAVE_SYS_SYSCALL_H 1
  2007. | #define HAVE_SYS_SYSMACROS_H 1
  2008. | #define HAVE_STDINT_H 1
  2009. | #define HAVE_PWD_H 1
  2010. | #define HAVE_ARPA_NAMESER_H 1
  2011. | #define HAVE_ASSERT_H 1
  2012. | /* end confdefs.h.  */
  2013. | #include <stdio.h>
  2014. | #ifdef HAVE_SYS_TYPES_H
  2015. | # include <sys/types.h>
  2016. | #endif
  2017. | #ifdef HAVE_SYS_STAT_H
  2018. | # include <sys/stat.h>
  2019. | #endif
  2020. | #ifdef STDC_HEADERS
  2021. | # include <stdlib.h>
  2022. | # include <stddef.h>
  2023. | #else
  2024. | # ifdef HAVE_STDLIB_H
  2025. | #  include <stdlib.h>
  2026. | # endif
  2027. | #endif
  2028. | #ifdef HAVE_STRING_H
  2029. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2030. | #  include <memory.h>
  2031. | # endif
  2032. | # include <string.h>
  2033. | #endif
  2034. | #ifdef HAVE_STRINGS_H
  2035. | # include <strings.h>
  2036. | #endif
  2037. | #ifdef HAVE_INTTYPES_H
  2038. | # include <inttypes.h>
  2039. | #endif
  2040. | #ifdef HAVE_STDINT_H
  2041. | # include <stdint.h>
  2042. | #endif
  2043. | #ifdef HAVE_UNISTD_H
  2044. | # include <unistd.h>
  2045. | #endif
  2046. | #include <sys/dkstat.h>
  2047. configure:4814: result: no
  2048. configure:4814: checking sys/dkstat.h presence
  2049. configure:4814: gcc -E  conftest.c
  2050. conftest.c:54:24: fatal error: sys/dkstat.h: No such file or directory
  2051.  #include <sys/dkstat.h>
  2052.                         ^
  2053. compilation terminated.
  2054. configure:4814: $? = 1
  2055. configure: failed program was:
  2056. | /* confdefs.h */
  2057. | #define PACKAGE_NAME "Zabbix"
  2058. | #define PACKAGE_TARNAME "zabbix"
  2059. | #define PACKAGE_VERSION "3.4.3"
  2060. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2061. | #define PACKAGE_BUGREPORT ""
  2062. | #define PACKAGE_URL ""
  2063. | #define PACKAGE "zabbix"
  2064. | #define VERSION "3.4.3"
  2065. | #define STDC_HEADERS 1
  2066. | #define HAVE_SYS_TYPES_H 1
  2067. | #define HAVE_SYS_STAT_H 1
  2068. | #define HAVE_STDLIB_H 1
  2069. | #define HAVE_STRING_H 1
  2070. | #define HAVE_MEMORY_H 1
  2071. | #define HAVE_STRINGS_H 1
  2072. | #define HAVE_INTTYPES_H 1
  2073. | #define HAVE_STDINT_H 1
  2074. | #define HAVE_UNISTD_H 1
  2075. | #define HAVE_STDIO_H 1
  2076. | #define HAVE_STDLIB_H 1
  2077. | #define HAVE_STRING_H 1
  2078. | #define HAVE_UNISTD_H 1
  2079. | #define HAVE_NETDB_H 1
  2080. | #define HAVE_SIGNAL_H 1
  2081. | #define HAVE_SYSLOG_H 1
  2082. | #define HAVE_TIME_H 1
  2083. | #define HAVE_ERRNO_H 1
  2084. | #define HAVE_SYS_TYPES_H 1
  2085. | #define HAVE_SYS_STAT_H 1
  2086. | #define HAVE_NETINET_IN_H 1
  2087. | #define HAVE_MATH_H 1
  2088. | #define HAVE_SYS_SOCKET_H 1
  2089. | #define HAVE_DIRENT_H 1
  2090. | #define HAVE_CTYPE_H 1
  2091. | #define HAVE_FCNTL_H 1
  2092. | #define HAVE_SYS_PARAM_H 1
  2093. | #define HAVE_ARPA_INET_H 1
  2094. | #define HAVE_SYS_VFS_H 1
  2095. | #define HAVE_SYS_SYSINFO_H 1
  2096. | #define HAVE_SYS_STATVFS_H 1
  2097. | #define HAVE_SYS_STATFS_H 1
  2098. | #define HAVE_SYS_SOCKET_H 1
  2099. | #define HAVE_ARPA_INET_H 1
  2100. | #define HAVE_STRINGS_H 1
  2101. | #define HAVE_SYS_TIME_H 1
  2102. | #define HAVE_SYS_SYSCALL_H 1
  2103. | #define HAVE_SYS_SYSMACROS_H 1
  2104. | #define HAVE_STDINT_H 1
  2105. | #define HAVE_PWD_H 1
  2106. | #define HAVE_ARPA_NAMESER_H 1
  2107. | #define HAVE_ASSERT_H 1
  2108. | /* end confdefs.h.  */
  2109. | #include <sys/dkstat.h>
  2110. configure:4814: result: no
  2111. configure:4814: checking for sys/dkstat.h
  2112. configure:4814: result: no
  2113. configure:4814: checking sys/disk.h usability
  2114. configure:4814: gcc -c -g -O2  conftest.c >&5
  2115. conftest.c:87:22: fatal error: sys/disk.h: No such file or directory
  2116.  #include <sys/disk.h>
  2117.                       ^
  2118. compilation terminated.
  2119. configure:4814: $? = 1
  2120. configure: failed program was:
  2121. | /* confdefs.h */
  2122. | #define PACKAGE_NAME "Zabbix"
  2123. | #define PACKAGE_TARNAME "zabbix"
  2124. | #define PACKAGE_VERSION "3.4.3"
  2125. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2126. | #define PACKAGE_BUGREPORT ""
  2127. | #define PACKAGE_URL ""
  2128. | #define PACKAGE "zabbix"
  2129. | #define VERSION "3.4.3"
  2130. | #define STDC_HEADERS 1
  2131. | #define HAVE_SYS_TYPES_H 1
  2132. | #define HAVE_SYS_STAT_H 1
  2133. | #define HAVE_STDLIB_H 1
  2134. | #define HAVE_STRING_H 1
  2135. | #define HAVE_MEMORY_H 1
  2136. | #define HAVE_STRINGS_H 1
  2137. | #define HAVE_INTTYPES_H 1
  2138. | #define HAVE_STDINT_H 1
  2139. | #define HAVE_UNISTD_H 1
  2140. | #define HAVE_STDIO_H 1
  2141. | #define HAVE_STDLIB_H 1
  2142. | #define HAVE_STRING_H 1
  2143. | #define HAVE_UNISTD_H 1
  2144. | #define HAVE_NETDB_H 1
  2145. | #define HAVE_SIGNAL_H 1
  2146. | #define HAVE_SYSLOG_H 1
  2147. | #define HAVE_TIME_H 1
  2148. | #define HAVE_ERRNO_H 1
  2149. | #define HAVE_SYS_TYPES_H 1
  2150. | #define HAVE_SYS_STAT_H 1
  2151. | #define HAVE_NETINET_IN_H 1
  2152. | #define HAVE_MATH_H 1
  2153. | #define HAVE_SYS_SOCKET_H 1
  2154. | #define HAVE_DIRENT_H 1
  2155. | #define HAVE_CTYPE_H 1
  2156. | #define HAVE_FCNTL_H 1
  2157. | #define HAVE_SYS_PARAM_H 1
  2158. | #define HAVE_ARPA_INET_H 1
  2159. | #define HAVE_SYS_VFS_H 1
  2160. | #define HAVE_SYS_SYSINFO_H 1
  2161. | #define HAVE_SYS_STATVFS_H 1
  2162. | #define HAVE_SYS_STATFS_H 1
  2163. | #define HAVE_SYS_SOCKET_H 1
  2164. | #define HAVE_ARPA_INET_H 1
  2165. | #define HAVE_STRINGS_H 1
  2166. | #define HAVE_SYS_TIME_H 1
  2167. | #define HAVE_SYS_SYSCALL_H 1
  2168. | #define HAVE_SYS_SYSMACROS_H 1
  2169. | #define HAVE_STDINT_H 1
  2170. | #define HAVE_PWD_H 1
  2171. | #define HAVE_ARPA_NAMESER_H 1
  2172. | #define HAVE_ASSERT_H 1
  2173. | /* end confdefs.h.  */
  2174. | #include <stdio.h>
  2175. | #ifdef HAVE_SYS_TYPES_H
  2176. | # include <sys/types.h>
  2177. | #endif
  2178. | #ifdef HAVE_SYS_STAT_H
  2179. | # include <sys/stat.h>
  2180. | #endif
  2181. | #ifdef STDC_HEADERS
  2182. | # include <stdlib.h>
  2183. | # include <stddef.h>
  2184. | #else
  2185. | # ifdef HAVE_STDLIB_H
  2186. | #  include <stdlib.h>
  2187. | # endif
  2188. | #endif
  2189. | #ifdef HAVE_STRING_H
  2190. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2191. | #  include <memory.h>
  2192. | # endif
  2193. | # include <string.h>
  2194. | #endif
  2195. | #ifdef HAVE_STRINGS_H
  2196. | # include <strings.h>
  2197. | #endif
  2198. | #ifdef HAVE_INTTYPES_H
  2199. | # include <inttypes.h>
  2200. | #endif
  2201. | #ifdef HAVE_STDINT_H
  2202. | # include <stdint.h>
  2203. | #endif
  2204. | #ifdef HAVE_UNISTD_H
  2205. | # include <unistd.h>
  2206. | #endif
  2207. | #include <sys/disk.h>
  2208. configure:4814: result: no
  2209. configure:4814: checking sys/disk.h presence
  2210. configure:4814: gcc -E  conftest.c
  2211. conftest.c:54:22: fatal error: sys/disk.h: No such file or directory
  2212.  #include <sys/disk.h>
  2213.                       ^
  2214. compilation terminated.
  2215. configure:4814: $? = 1
  2216. configure: failed program was:
  2217. | /* confdefs.h */
  2218. | #define PACKAGE_NAME "Zabbix"
  2219. | #define PACKAGE_TARNAME "zabbix"
  2220. | #define PACKAGE_VERSION "3.4.3"
  2221. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2222. | #define PACKAGE_BUGREPORT ""
  2223. | #define PACKAGE_URL ""
  2224. | #define PACKAGE "zabbix"
  2225. | #define VERSION "3.4.3"
  2226. | #define STDC_HEADERS 1
  2227. | #define HAVE_SYS_TYPES_H 1
  2228. | #define HAVE_SYS_STAT_H 1
  2229. | #define HAVE_STDLIB_H 1
  2230. | #define HAVE_STRING_H 1
  2231. | #define HAVE_MEMORY_H 1
  2232. | #define HAVE_STRINGS_H 1
  2233. | #define HAVE_INTTYPES_H 1
  2234. | #define HAVE_STDINT_H 1
  2235. | #define HAVE_UNISTD_H 1
  2236. | #define HAVE_STDIO_H 1
  2237. | #define HAVE_STDLIB_H 1
  2238. | #define HAVE_STRING_H 1
  2239. | #define HAVE_UNISTD_H 1
  2240. | #define HAVE_NETDB_H 1
  2241. | #define HAVE_SIGNAL_H 1
  2242. | #define HAVE_SYSLOG_H 1
  2243. | #define HAVE_TIME_H 1
  2244. | #define HAVE_ERRNO_H 1
  2245. | #define HAVE_SYS_TYPES_H 1
  2246. | #define HAVE_SYS_STAT_H 1
  2247. | #define HAVE_NETINET_IN_H 1
  2248. | #define HAVE_MATH_H 1
  2249. | #define HAVE_SYS_SOCKET_H 1
  2250. | #define HAVE_DIRENT_H 1
  2251. | #define HAVE_CTYPE_H 1
  2252. | #define HAVE_FCNTL_H 1
  2253. | #define HAVE_SYS_PARAM_H 1
  2254. | #define HAVE_ARPA_INET_H 1
  2255. | #define HAVE_SYS_VFS_H 1
  2256. | #define HAVE_SYS_SYSINFO_H 1
  2257. | #define HAVE_SYS_STATVFS_H 1
  2258. | #define HAVE_SYS_STATFS_H 1
  2259. | #define HAVE_SYS_SOCKET_H 1
  2260. | #define HAVE_ARPA_INET_H 1
  2261. | #define HAVE_STRINGS_H 1
  2262. | #define HAVE_SYS_TIME_H 1
  2263. | #define HAVE_SYS_SYSCALL_H 1
  2264. | #define HAVE_SYS_SYSMACROS_H 1
  2265. | #define HAVE_STDINT_H 1
  2266. | #define HAVE_PWD_H 1
  2267. | #define HAVE_ARPA_NAMESER_H 1
  2268. | #define HAVE_ASSERT_H 1
  2269. | /* end confdefs.h.  */
  2270. | #include <sys/disk.h>
  2271. configure:4814: result: no
  2272. configure:4814: checking for sys/disk.h
  2273. configure:4814: result: no
  2274. configure:4814: checking sys/sched.h usability
  2275. configure:4814: gcc -c -g -O2  conftest.c >&5
  2276. conftest.c:87:23: fatal error: sys/sched.h: No such file or directory
  2277.  #include <sys/sched.h>
  2278.                        ^
  2279. compilation terminated.
  2280. configure:4814: $? = 1
  2281. configure: failed program was:
  2282. | /* confdefs.h */
  2283. | #define PACKAGE_NAME "Zabbix"
  2284. | #define PACKAGE_TARNAME "zabbix"
  2285. | #define PACKAGE_VERSION "3.4.3"
  2286. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2287. | #define PACKAGE_BUGREPORT ""
  2288. | #define PACKAGE_URL ""
  2289. | #define PACKAGE "zabbix"
  2290. | #define VERSION "3.4.3"
  2291. | #define STDC_HEADERS 1
  2292. | #define HAVE_SYS_TYPES_H 1
  2293. | #define HAVE_SYS_STAT_H 1
  2294. | #define HAVE_STDLIB_H 1
  2295. | #define HAVE_STRING_H 1
  2296. | #define HAVE_MEMORY_H 1
  2297. | #define HAVE_STRINGS_H 1
  2298. | #define HAVE_INTTYPES_H 1
  2299. | #define HAVE_STDINT_H 1
  2300. | #define HAVE_UNISTD_H 1
  2301. | #define HAVE_STDIO_H 1
  2302. | #define HAVE_STDLIB_H 1
  2303. | #define HAVE_STRING_H 1
  2304. | #define HAVE_UNISTD_H 1
  2305. | #define HAVE_NETDB_H 1
  2306. | #define HAVE_SIGNAL_H 1
  2307. | #define HAVE_SYSLOG_H 1
  2308. | #define HAVE_TIME_H 1
  2309. | #define HAVE_ERRNO_H 1
  2310. | #define HAVE_SYS_TYPES_H 1
  2311. | #define HAVE_SYS_STAT_H 1
  2312. | #define HAVE_NETINET_IN_H 1
  2313. | #define HAVE_MATH_H 1
  2314. | #define HAVE_SYS_SOCKET_H 1
  2315. | #define HAVE_DIRENT_H 1
  2316. | #define HAVE_CTYPE_H 1
  2317. | #define HAVE_FCNTL_H 1
  2318. | #define HAVE_SYS_PARAM_H 1
  2319. | #define HAVE_ARPA_INET_H 1
  2320. | #define HAVE_SYS_VFS_H 1
  2321. | #define HAVE_SYS_SYSINFO_H 1
  2322. | #define HAVE_SYS_STATVFS_H 1
  2323. | #define HAVE_SYS_STATFS_H 1
  2324. | #define HAVE_SYS_SOCKET_H 1
  2325. | #define HAVE_ARPA_INET_H 1
  2326. | #define HAVE_STRINGS_H 1
  2327. | #define HAVE_SYS_TIME_H 1
  2328. | #define HAVE_SYS_SYSCALL_H 1
  2329. | #define HAVE_SYS_SYSMACROS_H 1
  2330. | #define HAVE_STDINT_H 1
  2331. | #define HAVE_PWD_H 1
  2332. | #define HAVE_ARPA_NAMESER_H 1
  2333. | #define HAVE_ASSERT_H 1
  2334. | /* end confdefs.h.  */
  2335. | #include <stdio.h>
  2336. | #ifdef HAVE_SYS_TYPES_H
  2337. | # include <sys/types.h>
  2338. | #endif
  2339. | #ifdef HAVE_SYS_STAT_H
  2340. | # include <sys/stat.h>
  2341. | #endif
  2342. | #ifdef STDC_HEADERS
  2343. | # include <stdlib.h>
  2344. | # include <stddef.h>
  2345. | #else
  2346. | # ifdef HAVE_STDLIB_H
  2347. | #  include <stdlib.h>
  2348. | # endif
  2349. | #endif
  2350. | #ifdef HAVE_STRING_H
  2351. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2352. | #  include <memory.h>
  2353. | # endif
  2354. | # include <string.h>
  2355. | #endif
  2356. | #ifdef HAVE_STRINGS_H
  2357. | # include <strings.h>
  2358. | #endif
  2359. | #ifdef HAVE_INTTYPES_H
  2360. | # include <inttypes.h>
  2361. | #endif
  2362. | #ifdef HAVE_STDINT_H
  2363. | # include <stdint.h>
  2364. | #endif
  2365. | #ifdef HAVE_UNISTD_H
  2366. | # include <unistd.h>
  2367. | #endif
  2368. | #include <sys/sched.h>
  2369. configure:4814: result: no
  2370. configure:4814: checking sys/sched.h presence
  2371. configure:4814: gcc -E  conftest.c
  2372. conftest.c:54:23: fatal error: sys/sched.h: No such file or directory
  2373.  #include <sys/sched.h>
  2374.                        ^
  2375. compilation terminated.
  2376. configure:4814: $? = 1
  2377. configure: failed program was:
  2378. | /* confdefs.h */
  2379. | #define PACKAGE_NAME "Zabbix"
  2380. | #define PACKAGE_TARNAME "zabbix"
  2381. | #define PACKAGE_VERSION "3.4.3"
  2382. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2383. | #define PACKAGE_BUGREPORT ""
  2384. | #define PACKAGE_URL ""
  2385. | #define PACKAGE "zabbix"
  2386. | #define VERSION "3.4.3"
  2387. | #define STDC_HEADERS 1
  2388. | #define HAVE_SYS_TYPES_H 1
  2389. | #define HAVE_SYS_STAT_H 1
  2390. | #define HAVE_STDLIB_H 1
  2391. | #define HAVE_STRING_H 1
  2392. | #define HAVE_MEMORY_H 1
  2393. | #define HAVE_STRINGS_H 1
  2394. | #define HAVE_INTTYPES_H 1
  2395. | #define HAVE_STDINT_H 1
  2396. | #define HAVE_UNISTD_H 1
  2397. | #define HAVE_STDIO_H 1
  2398. | #define HAVE_STDLIB_H 1
  2399. | #define HAVE_STRING_H 1
  2400. | #define HAVE_UNISTD_H 1
  2401. | #define HAVE_NETDB_H 1
  2402. | #define HAVE_SIGNAL_H 1
  2403. | #define HAVE_SYSLOG_H 1
  2404. | #define HAVE_TIME_H 1
  2405. | #define HAVE_ERRNO_H 1
  2406. | #define HAVE_SYS_TYPES_H 1
  2407. | #define HAVE_SYS_STAT_H 1
  2408. | #define HAVE_NETINET_IN_H 1
  2409. | #define HAVE_MATH_H 1
  2410. | #define HAVE_SYS_SOCKET_H 1
  2411. | #define HAVE_DIRENT_H 1
  2412. | #define HAVE_CTYPE_H 1
  2413. | #define HAVE_FCNTL_H 1
  2414. | #define HAVE_SYS_PARAM_H 1
  2415. | #define HAVE_ARPA_INET_H 1
  2416. | #define HAVE_SYS_VFS_H 1
  2417. | #define HAVE_SYS_SYSINFO_H 1
  2418. | #define HAVE_SYS_STATVFS_H 1
  2419. | #define HAVE_SYS_STATFS_H 1
  2420. | #define HAVE_SYS_SOCKET_H 1
  2421. | #define HAVE_ARPA_INET_H 1
  2422. | #define HAVE_STRINGS_H 1
  2423. | #define HAVE_SYS_TIME_H 1
  2424. | #define HAVE_SYS_SYSCALL_H 1
  2425. | #define HAVE_SYS_SYSMACROS_H 1
  2426. | #define HAVE_STDINT_H 1
  2427. | #define HAVE_PWD_H 1
  2428. | #define HAVE_ARPA_NAMESER_H 1
  2429. | #define HAVE_ASSERT_H 1
  2430. | /* end confdefs.h.  */
  2431. | #include <sys/sched.h>
  2432. configure:4814: result: no
  2433. configure:4814: checking for sys/sched.h
  2434. configure:4814: result: no
  2435. configure:4814: checking zone.h usability
  2436. configure:4814: gcc -c -g -O2  conftest.c >&5
  2437. conftest.c:87:18: fatal error: zone.h: No such file or directory
  2438.  #include <zone.h>
  2439.                   ^
  2440. compilation terminated.
  2441. configure:4814: $? = 1
  2442. configure: failed program was:
  2443. | /* confdefs.h */
  2444. | #define PACKAGE_NAME "Zabbix"
  2445. | #define PACKAGE_TARNAME "zabbix"
  2446. | #define PACKAGE_VERSION "3.4.3"
  2447. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2448. | #define PACKAGE_BUGREPORT ""
  2449. | #define PACKAGE_URL ""
  2450. | #define PACKAGE "zabbix"
  2451. | #define VERSION "3.4.3"
  2452. | #define STDC_HEADERS 1
  2453. | #define HAVE_SYS_TYPES_H 1
  2454. | #define HAVE_SYS_STAT_H 1
  2455. | #define HAVE_STDLIB_H 1
  2456. | #define HAVE_STRING_H 1
  2457. | #define HAVE_MEMORY_H 1
  2458. | #define HAVE_STRINGS_H 1
  2459. | #define HAVE_INTTYPES_H 1
  2460. | #define HAVE_STDINT_H 1
  2461. | #define HAVE_UNISTD_H 1
  2462. | #define HAVE_STDIO_H 1
  2463. | #define HAVE_STDLIB_H 1
  2464. | #define HAVE_STRING_H 1
  2465. | #define HAVE_UNISTD_H 1
  2466. | #define HAVE_NETDB_H 1
  2467. | #define HAVE_SIGNAL_H 1
  2468. | #define HAVE_SYSLOG_H 1
  2469. | #define HAVE_TIME_H 1
  2470. | #define HAVE_ERRNO_H 1
  2471. | #define HAVE_SYS_TYPES_H 1
  2472. | #define HAVE_SYS_STAT_H 1
  2473. | #define HAVE_NETINET_IN_H 1
  2474. | #define HAVE_MATH_H 1
  2475. | #define HAVE_SYS_SOCKET_H 1
  2476. | #define HAVE_DIRENT_H 1
  2477. | #define HAVE_CTYPE_H 1
  2478. | #define HAVE_FCNTL_H 1
  2479. | #define HAVE_SYS_PARAM_H 1
  2480. | #define HAVE_ARPA_INET_H 1
  2481. | #define HAVE_SYS_VFS_H 1
  2482. | #define HAVE_SYS_SYSINFO_H 1
  2483. | #define HAVE_SYS_STATVFS_H 1
  2484. | #define HAVE_SYS_STATFS_H 1
  2485. | #define HAVE_SYS_SOCKET_H 1
  2486. | #define HAVE_ARPA_INET_H 1
  2487. | #define HAVE_STRINGS_H 1
  2488. | #define HAVE_SYS_TIME_H 1
  2489. | #define HAVE_SYS_SYSCALL_H 1
  2490. | #define HAVE_SYS_SYSMACROS_H 1
  2491. | #define HAVE_STDINT_H 1
  2492. | #define HAVE_PWD_H 1
  2493. | #define HAVE_ARPA_NAMESER_H 1
  2494. | #define HAVE_ASSERT_H 1
  2495. | /* end confdefs.h.  */
  2496. | #include <stdio.h>
  2497. | #ifdef HAVE_SYS_TYPES_H
  2498. | # include <sys/types.h>
  2499. | #endif
  2500. | #ifdef HAVE_SYS_STAT_H
  2501. | # include <sys/stat.h>
  2502. | #endif
  2503. | #ifdef STDC_HEADERS
  2504. | # include <stdlib.h>
  2505. | # include <stddef.h>
  2506. | #else
  2507. | # ifdef HAVE_STDLIB_H
  2508. | #  include <stdlib.h>
  2509. | # endif
  2510. | #endif
  2511. | #ifdef HAVE_STRING_H
  2512. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2513. | #  include <memory.h>
  2514. | # endif
  2515. | # include <string.h>
  2516. | #endif
  2517. | #ifdef HAVE_STRINGS_H
  2518. | # include <strings.h>
  2519. | #endif
  2520. | #ifdef HAVE_INTTYPES_H
  2521. | # include <inttypes.h>
  2522. | #endif
  2523. | #ifdef HAVE_STDINT_H
  2524. | # include <stdint.h>
  2525. | #endif
  2526. | #ifdef HAVE_UNISTD_H
  2527. | # include <unistd.h>
  2528. | #endif
  2529. | #include <zone.h>
  2530. configure:4814: result: no
  2531. configure:4814: checking zone.h presence
  2532. configure:4814: gcc -E  conftest.c
  2533. conftest.c:54:18: fatal error: zone.h: No such file or directory
  2534.  #include <zone.h>
  2535.                   ^
  2536. compilation terminated.
  2537. configure:4814: $? = 1
  2538. configure: failed program was:
  2539. | /* confdefs.h */
  2540. | #define PACKAGE_NAME "Zabbix"
  2541. | #define PACKAGE_TARNAME "zabbix"
  2542. | #define PACKAGE_VERSION "3.4.3"
  2543. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2544. | #define PACKAGE_BUGREPORT ""
  2545. | #define PACKAGE_URL ""
  2546. | #define PACKAGE "zabbix"
  2547. | #define VERSION "3.4.3"
  2548. | #define STDC_HEADERS 1
  2549. | #define HAVE_SYS_TYPES_H 1
  2550. | #define HAVE_SYS_STAT_H 1
  2551. | #define HAVE_STDLIB_H 1
  2552. | #define HAVE_STRING_H 1
  2553. | #define HAVE_MEMORY_H 1
  2554. | #define HAVE_STRINGS_H 1
  2555. | #define HAVE_INTTYPES_H 1
  2556. | #define HAVE_STDINT_H 1
  2557. | #define HAVE_UNISTD_H 1
  2558. | #define HAVE_STDIO_H 1
  2559. | #define HAVE_STDLIB_H 1
  2560. | #define HAVE_STRING_H 1
  2561. | #define HAVE_UNISTD_H 1
  2562. | #define HAVE_NETDB_H 1
  2563. | #define HAVE_SIGNAL_H 1
  2564. | #define HAVE_SYSLOG_H 1
  2565. | #define HAVE_TIME_H 1
  2566. | #define HAVE_ERRNO_H 1
  2567. | #define HAVE_SYS_TYPES_H 1
  2568. | #define HAVE_SYS_STAT_H 1
  2569. | #define HAVE_NETINET_IN_H 1
  2570. | #define HAVE_MATH_H 1
  2571. | #define HAVE_SYS_SOCKET_H 1
  2572. | #define HAVE_DIRENT_H 1
  2573. | #define HAVE_CTYPE_H 1
  2574. | #define HAVE_FCNTL_H 1
  2575. | #define HAVE_SYS_PARAM_H 1
  2576. | #define HAVE_ARPA_INET_H 1
  2577. | #define HAVE_SYS_VFS_H 1
  2578. | #define HAVE_SYS_SYSINFO_H 1
  2579. | #define HAVE_SYS_STATVFS_H 1
  2580. | #define HAVE_SYS_STATFS_H 1
  2581. | #define HAVE_SYS_SOCKET_H 1
  2582. | #define HAVE_ARPA_INET_H 1
  2583. | #define HAVE_STRINGS_H 1
  2584. | #define HAVE_SYS_TIME_H 1
  2585. | #define HAVE_SYS_SYSCALL_H 1
  2586. | #define HAVE_SYS_SYSMACROS_H 1
  2587. | #define HAVE_STDINT_H 1
  2588. | #define HAVE_PWD_H 1
  2589. | #define HAVE_ARPA_NAMESER_H 1
  2590. | #define HAVE_ASSERT_H 1
  2591. | /* end confdefs.h.  */
  2592. | #include <zone.h>
  2593. configure:4814: result: no
  2594. configure:4814: checking for zone.h
  2595. configure:4814: result: no
  2596. configure:4814: checking nlist.h usability
  2597. configure:4814: gcc -c -g -O2  conftest.c >&5
  2598. conftest.c:87:19: fatal error: nlist.h: No such file or directory
  2599.  #include <nlist.h>
  2600.                    ^
  2601. compilation terminated.
  2602. configure:4814: $? = 1
  2603. configure: failed program was:
  2604. | /* confdefs.h */
  2605. | #define PACKAGE_NAME "Zabbix"
  2606. | #define PACKAGE_TARNAME "zabbix"
  2607. | #define PACKAGE_VERSION "3.4.3"
  2608. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2609. | #define PACKAGE_BUGREPORT ""
  2610. | #define PACKAGE_URL ""
  2611. | #define PACKAGE "zabbix"
  2612. | #define VERSION "3.4.3"
  2613. | #define STDC_HEADERS 1
  2614. | #define HAVE_SYS_TYPES_H 1
  2615. | #define HAVE_SYS_STAT_H 1
  2616. | #define HAVE_STDLIB_H 1
  2617. | #define HAVE_STRING_H 1
  2618. | #define HAVE_MEMORY_H 1
  2619. | #define HAVE_STRINGS_H 1
  2620. | #define HAVE_INTTYPES_H 1
  2621. | #define HAVE_STDINT_H 1
  2622. | #define HAVE_UNISTD_H 1
  2623. | #define HAVE_STDIO_H 1
  2624. | #define HAVE_STDLIB_H 1
  2625. | #define HAVE_STRING_H 1
  2626. | #define HAVE_UNISTD_H 1
  2627. | #define HAVE_NETDB_H 1
  2628. | #define HAVE_SIGNAL_H 1
  2629. | #define HAVE_SYSLOG_H 1
  2630. | #define HAVE_TIME_H 1
  2631. | #define HAVE_ERRNO_H 1
  2632. | #define HAVE_SYS_TYPES_H 1
  2633. | #define HAVE_SYS_STAT_H 1
  2634. | #define HAVE_NETINET_IN_H 1
  2635. | #define HAVE_MATH_H 1
  2636. | #define HAVE_SYS_SOCKET_H 1
  2637. | #define HAVE_DIRENT_H 1
  2638. | #define HAVE_CTYPE_H 1
  2639. | #define HAVE_FCNTL_H 1
  2640. | #define HAVE_SYS_PARAM_H 1
  2641. | #define HAVE_ARPA_INET_H 1
  2642. | #define HAVE_SYS_VFS_H 1
  2643. | #define HAVE_SYS_SYSINFO_H 1
  2644. | #define HAVE_SYS_STATVFS_H 1
  2645. | #define HAVE_SYS_STATFS_H 1
  2646. | #define HAVE_SYS_SOCKET_H 1
  2647. | #define HAVE_ARPA_INET_H 1
  2648. | #define HAVE_STRINGS_H 1
  2649. | #define HAVE_SYS_TIME_H 1
  2650. | #define HAVE_SYS_SYSCALL_H 1
  2651. | #define HAVE_SYS_SYSMACROS_H 1
  2652. | #define HAVE_STDINT_H 1
  2653. | #define HAVE_PWD_H 1
  2654. | #define HAVE_ARPA_NAMESER_H 1
  2655. | #define HAVE_ASSERT_H 1
  2656. | /* end confdefs.h.  */
  2657. | #include <stdio.h>
  2658. | #ifdef HAVE_SYS_TYPES_H
  2659. | # include <sys/types.h>
  2660. | #endif
  2661. | #ifdef HAVE_SYS_STAT_H
  2662. | # include <sys/stat.h>
  2663. | #endif
  2664. | #ifdef STDC_HEADERS
  2665. | # include <stdlib.h>
  2666. | # include <stddef.h>
  2667. | #else
  2668. | # ifdef HAVE_STDLIB_H
  2669. | #  include <stdlib.h>
  2670. | # endif
  2671. | #endif
  2672. | #ifdef HAVE_STRING_H
  2673. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2674. | #  include <memory.h>
  2675. | # endif
  2676. | # include <string.h>
  2677. | #endif
  2678. | #ifdef HAVE_STRINGS_H
  2679. | # include <strings.h>
  2680. | #endif
  2681. | #ifdef HAVE_INTTYPES_H
  2682. | # include <inttypes.h>
  2683. | #endif
  2684. | #ifdef HAVE_STDINT_H
  2685. | # include <stdint.h>
  2686. | #endif
  2687. | #ifdef HAVE_UNISTD_H
  2688. | # include <unistd.h>
  2689. | #endif
  2690. | #include <nlist.h>
  2691. configure:4814: result: no
  2692. configure:4814: checking nlist.h presence
  2693. configure:4814: gcc -E  conftest.c
  2694. conftest.c:54:19: fatal error: nlist.h: No such file or directory
  2695.  #include <nlist.h>
  2696.                    ^
  2697. compilation terminated.
  2698. configure:4814: $? = 1
  2699. configure: failed program was:
  2700. | /* confdefs.h */
  2701. | #define PACKAGE_NAME "Zabbix"
  2702. | #define PACKAGE_TARNAME "zabbix"
  2703. | #define PACKAGE_VERSION "3.4.3"
  2704. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2705. | #define PACKAGE_BUGREPORT ""
  2706. | #define PACKAGE_URL ""
  2707. | #define PACKAGE "zabbix"
  2708. | #define VERSION "3.4.3"
  2709. | #define STDC_HEADERS 1
  2710. | #define HAVE_SYS_TYPES_H 1
  2711. | #define HAVE_SYS_STAT_H 1
  2712. | #define HAVE_STDLIB_H 1
  2713. | #define HAVE_STRING_H 1
  2714. | #define HAVE_MEMORY_H 1
  2715. | #define HAVE_STRINGS_H 1
  2716. | #define HAVE_INTTYPES_H 1
  2717. | #define HAVE_STDINT_H 1
  2718. | #define HAVE_UNISTD_H 1
  2719. | #define HAVE_STDIO_H 1
  2720. | #define HAVE_STDLIB_H 1
  2721. | #define HAVE_STRING_H 1
  2722. | #define HAVE_UNISTD_H 1
  2723. | #define HAVE_NETDB_H 1
  2724. | #define HAVE_SIGNAL_H 1
  2725. | #define HAVE_SYSLOG_H 1
  2726. | #define HAVE_TIME_H 1
  2727. | #define HAVE_ERRNO_H 1
  2728. | #define HAVE_SYS_TYPES_H 1
  2729. | #define HAVE_SYS_STAT_H 1
  2730. | #define HAVE_NETINET_IN_H 1
  2731. | #define HAVE_MATH_H 1
  2732. | #define HAVE_SYS_SOCKET_H 1
  2733. | #define HAVE_DIRENT_H 1
  2734. | #define HAVE_CTYPE_H 1
  2735. | #define HAVE_FCNTL_H 1
  2736. | #define HAVE_SYS_PARAM_H 1
  2737. | #define HAVE_ARPA_INET_H 1
  2738. | #define HAVE_SYS_VFS_H 1
  2739. | #define HAVE_SYS_SYSINFO_H 1
  2740. | #define HAVE_SYS_STATVFS_H 1
  2741. | #define HAVE_SYS_STATFS_H 1
  2742. | #define HAVE_SYS_SOCKET_H 1
  2743. | #define HAVE_ARPA_INET_H 1
  2744. | #define HAVE_STRINGS_H 1
  2745. | #define HAVE_SYS_TIME_H 1
  2746. | #define HAVE_SYS_SYSCALL_H 1
  2747. | #define HAVE_SYS_SYSMACROS_H 1
  2748. | #define HAVE_STDINT_H 1
  2749. | #define HAVE_PWD_H 1
  2750. | #define HAVE_ARPA_NAMESER_H 1
  2751. | #define HAVE_ASSERT_H 1
  2752. | /* end confdefs.h.  */
  2753. | #include <nlist.h>
  2754. configure:4814: result: no
  2755. configure:4814: checking for nlist.h
  2756. configure:4814: result: no
  2757. configure:4814: checking kvm.h usability
  2758. configure:4814: gcc -c -g -O2  conftest.c >&5
  2759. conftest.c:87:17: fatal error: kvm.h: No such file or directory
  2760.  #include <kvm.h>
  2761.                  ^
  2762. compilation terminated.
  2763. configure:4814: $? = 1
  2764. configure: failed program was:
  2765. | /* confdefs.h */
  2766. | #define PACKAGE_NAME "Zabbix"
  2767. | #define PACKAGE_TARNAME "zabbix"
  2768. | #define PACKAGE_VERSION "3.4.3"
  2769. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2770. | #define PACKAGE_BUGREPORT ""
  2771. | #define PACKAGE_URL ""
  2772. | #define PACKAGE "zabbix"
  2773. | #define VERSION "3.4.3"
  2774. | #define STDC_HEADERS 1
  2775. | #define HAVE_SYS_TYPES_H 1
  2776. | #define HAVE_SYS_STAT_H 1
  2777. | #define HAVE_STDLIB_H 1
  2778. | #define HAVE_STRING_H 1
  2779. | #define HAVE_MEMORY_H 1
  2780. | #define HAVE_STRINGS_H 1
  2781. | #define HAVE_INTTYPES_H 1
  2782. | #define HAVE_STDINT_H 1
  2783. | #define HAVE_UNISTD_H 1
  2784. | #define HAVE_STDIO_H 1
  2785. | #define HAVE_STDLIB_H 1
  2786. | #define HAVE_STRING_H 1
  2787. | #define HAVE_UNISTD_H 1
  2788. | #define HAVE_NETDB_H 1
  2789. | #define HAVE_SIGNAL_H 1
  2790. | #define HAVE_SYSLOG_H 1
  2791. | #define HAVE_TIME_H 1
  2792. | #define HAVE_ERRNO_H 1
  2793. | #define HAVE_SYS_TYPES_H 1
  2794. | #define HAVE_SYS_STAT_H 1
  2795. | #define HAVE_NETINET_IN_H 1
  2796. | #define HAVE_MATH_H 1
  2797. | #define HAVE_SYS_SOCKET_H 1
  2798. | #define HAVE_DIRENT_H 1
  2799. | #define HAVE_CTYPE_H 1
  2800. | #define HAVE_FCNTL_H 1
  2801. | #define HAVE_SYS_PARAM_H 1
  2802. | #define HAVE_ARPA_INET_H 1
  2803. | #define HAVE_SYS_VFS_H 1
  2804. | #define HAVE_SYS_SYSINFO_H 1
  2805. | #define HAVE_SYS_STATVFS_H 1
  2806. | #define HAVE_SYS_STATFS_H 1
  2807. | #define HAVE_SYS_SOCKET_H 1
  2808. | #define HAVE_ARPA_INET_H 1
  2809. | #define HAVE_STRINGS_H 1
  2810. | #define HAVE_SYS_TIME_H 1
  2811. | #define HAVE_SYS_SYSCALL_H 1
  2812. | #define HAVE_SYS_SYSMACROS_H 1
  2813. | #define HAVE_STDINT_H 1
  2814. | #define HAVE_PWD_H 1
  2815. | #define HAVE_ARPA_NAMESER_H 1
  2816. | #define HAVE_ASSERT_H 1
  2817. | /* end confdefs.h.  */
  2818. | #include <stdio.h>
  2819. | #ifdef HAVE_SYS_TYPES_H
  2820. | # include <sys/types.h>
  2821. | #endif
  2822. | #ifdef HAVE_SYS_STAT_H
  2823. | # include <sys/stat.h>
  2824. | #endif
  2825. | #ifdef STDC_HEADERS
  2826. | # include <stdlib.h>
  2827. | # include <stddef.h>
  2828. | #else
  2829. | # ifdef HAVE_STDLIB_H
  2830. | #  include <stdlib.h>
  2831. | # endif
  2832. | #endif
  2833. | #ifdef HAVE_STRING_H
  2834. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2835. | #  include <memory.h>
  2836. | # endif
  2837. | # include <string.h>
  2838. | #endif
  2839. | #ifdef HAVE_STRINGS_H
  2840. | # include <strings.h>
  2841. | #endif
  2842. | #ifdef HAVE_INTTYPES_H
  2843. | # include <inttypes.h>
  2844. | #endif
  2845. | #ifdef HAVE_STDINT_H
  2846. | # include <stdint.h>
  2847. | #endif
  2848. | #ifdef HAVE_UNISTD_H
  2849. | # include <unistd.h>
  2850. | #endif
  2851. | #include <kvm.h>
  2852. configure:4814: result: no
  2853. configure:4814: checking kvm.h presence
  2854. configure:4814: gcc -E  conftest.c
  2855. conftest.c:54:17: fatal error: kvm.h: No such file or directory
  2856.  #include <kvm.h>
  2857.                  ^
  2858. compilation terminated.
  2859. configure:4814: $? = 1
  2860. configure: failed program was:
  2861. | /* confdefs.h */
  2862. | #define PACKAGE_NAME "Zabbix"
  2863. | #define PACKAGE_TARNAME "zabbix"
  2864. | #define PACKAGE_VERSION "3.4.3"
  2865. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2866. | #define PACKAGE_BUGREPORT ""
  2867. | #define PACKAGE_URL ""
  2868. | #define PACKAGE "zabbix"
  2869. | #define VERSION "3.4.3"
  2870. | #define STDC_HEADERS 1
  2871. | #define HAVE_SYS_TYPES_H 1
  2872. | #define HAVE_SYS_STAT_H 1
  2873. | #define HAVE_STDLIB_H 1
  2874. | #define HAVE_STRING_H 1
  2875. | #define HAVE_MEMORY_H 1
  2876. | #define HAVE_STRINGS_H 1
  2877. | #define HAVE_INTTYPES_H 1
  2878. | #define HAVE_STDINT_H 1
  2879. | #define HAVE_UNISTD_H 1
  2880. | #define HAVE_STDIO_H 1
  2881. | #define HAVE_STDLIB_H 1
  2882. | #define HAVE_STRING_H 1
  2883. | #define HAVE_UNISTD_H 1
  2884. | #define HAVE_NETDB_H 1
  2885. | #define HAVE_SIGNAL_H 1
  2886. | #define HAVE_SYSLOG_H 1
  2887. | #define HAVE_TIME_H 1
  2888. | #define HAVE_ERRNO_H 1
  2889. | #define HAVE_SYS_TYPES_H 1
  2890. | #define HAVE_SYS_STAT_H 1
  2891. | #define HAVE_NETINET_IN_H 1
  2892. | #define HAVE_MATH_H 1
  2893. | #define HAVE_SYS_SOCKET_H 1
  2894. | #define HAVE_DIRENT_H 1
  2895. | #define HAVE_CTYPE_H 1
  2896. | #define HAVE_FCNTL_H 1
  2897. | #define HAVE_SYS_PARAM_H 1
  2898. | #define HAVE_ARPA_INET_H 1
  2899. | #define HAVE_SYS_VFS_H 1
  2900. | #define HAVE_SYS_SYSINFO_H 1
  2901. | #define HAVE_SYS_STATVFS_H 1
  2902. | #define HAVE_SYS_STATFS_H 1
  2903. | #define HAVE_SYS_SOCKET_H 1
  2904. | #define HAVE_ARPA_INET_H 1
  2905. | #define HAVE_STRINGS_H 1
  2906. | #define HAVE_SYS_TIME_H 1
  2907. | #define HAVE_SYS_SYSCALL_H 1
  2908. | #define HAVE_SYS_SYSMACROS_H 1
  2909. | #define HAVE_STDINT_H 1
  2910. | #define HAVE_PWD_H 1
  2911. | #define HAVE_ARPA_NAMESER_H 1
  2912. | #define HAVE_ASSERT_H 1
  2913. | /* end confdefs.h.  */
  2914. | #include <kvm.h>
  2915. configure:4814: result: no
  2916. configure:4814: checking for kvm.h
  2917. configure:4814: result: no
  2918. configure:4814: checking linux/kernel.h usability
  2919. configure:4814: gcc -c -g -O2  conftest.c >&5
  2920. configure:4814: $? = 0
  2921. configure:4814: result: yes
  2922. configure:4814: checking linux/kernel.h presence
  2923. configure:4814: gcc -E  conftest.c
  2924. configure:4814: $? = 0
  2925. configure:4814: result: yes
  2926. configure:4814: checking for linux/kernel.h
  2927. configure:4814: result: yes
  2928. configure:4814: checking procinfo.h usability
  2929. configure:4814: gcc -c -g -O2  conftest.c >&5
  2930. conftest.c:88:22: fatal error: procinfo.h: No such file or directory
  2931.  #include <procinfo.h>
  2932.                       ^
  2933. compilation terminated.
  2934. configure:4814: $? = 1
  2935. configure: failed program was:
  2936. | /* confdefs.h */
  2937. | #define PACKAGE_NAME "Zabbix"
  2938. | #define PACKAGE_TARNAME "zabbix"
  2939. | #define PACKAGE_VERSION "3.4.3"
  2940. | #define PACKAGE_STRING "Zabbix 3.4.3"
  2941. | #define PACKAGE_BUGREPORT ""
  2942. | #define PACKAGE_URL ""
  2943. | #define PACKAGE "zabbix"
  2944. | #define VERSION "3.4.3"
  2945. | #define STDC_HEADERS 1
  2946. | #define HAVE_SYS_TYPES_H 1
  2947. | #define HAVE_SYS_STAT_H 1
  2948. | #define HAVE_STDLIB_H 1
  2949. | #define HAVE_STRING_H 1
  2950. | #define HAVE_MEMORY_H 1
  2951. | #define HAVE_STRINGS_H 1
  2952. | #define HAVE_INTTYPES_H 1
  2953. | #define HAVE_STDINT_H 1
  2954. | #define HAVE_UNISTD_H 1
  2955. | #define HAVE_STDIO_H 1
  2956. | #define HAVE_STDLIB_H 1
  2957. | #define HAVE_STRING_H 1
  2958. | #define HAVE_UNISTD_H 1
  2959. | #define HAVE_NETDB_H 1
  2960. | #define HAVE_SIGNAL_H 1
  2961. | #define HAVE_SYSLOG_H 1
  2962. | #define HAVE_TIME_H 1
  2963. | #define HAVE_ERRNO_H 1
  2964. | #define HAVE_SYS_TYPES_H 1
  2965. | #define HAVE_SYS_STAT_H 1
  2966. | #define HAVE_NETINET_IN_H 1
  2967. | #define HAVE_MATH_H 1
  2968. | #define HAVE_SYS_SOCKET_H 1
  2969. | #define HAVE_DIRENT_H 1
  2970. | #define HAVE_CTYPE_H 1
  2971. | #define HAVE_FCNTL_H 1
  2972. | #define HAVE_SYS_PARAM_H 1
  2973. | #define HAVE_ARPA_INET_H 1
  2974. | #define HAVE_SYS_VFS_H 1
  2975. | #define HAVE_SYS_SYSINFO_H 1
  2976. | #define HAVE_SYS_STATVFS_H 1
  2977. | #define HAVE_SYS_STATFS_H 1
  2978. | #define HAVE_SYS_SOCKET_H 1
  2979. | #define HAVE_ARPA_INET_H 1
  2980. | #define HAVE_STRINGS_H 1
  2981. | #define HAVE_SYS_TIME_H 1
  2982. | #define HAVE_SYS_SYSCALL_H 1
  2983. | #define HAVE_SYS_SYSMACROS_H 1
  2984. | #define HAVE_STDINT_H 1
  2985. | #define HAVE_PWD_H 1
  2986. | #define HAVE_ARPA_NAMESER_H 1
  2987. | #define HAVE_ASSERT_H 1
  2988. | #define HAVE_LINUX_KERNEL_H 1
  2989. | /* end confdefs.h.  */
  2990. | #include <stdio.h>
  2991. | #ifdef HAVE_SYS_TYPES_H
  2992. | # include <sys/types.h>
  2993. | #endif
  2994. | #ifdef HAVE_SYS_STAT_H
  2995. | # include <sys/stat.h>
  2996. | #endif
  2997. | #ifdef STDC_HEADERS
  2998. | # include <stdlib.h>
  2999. | # include <stddef.h>
  3000. | #else
  3001. | # ifdef HAVE_STDLIB_H
  3002. | #  include <stdlib.h>
  3003. | # endif
  3004. | #endif
  3005. | #ifdef HAVE_STRING_H
  3006. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3007. | #  include <memory.h>
  3008. | # endif
  3009. | # include <string.h>
  3010. | #endif
  3011. | #ifdef HAVE_STRINGS_H
  3012. | # include <strings.h>
  3013. | #endif
  3014. | #ifdef HAVE_INTTYPES_H
  3015. | # include <inttypes.h>
  3016. | #endif
  3017. | #ifdef HAVE_STDINT_H
  3018. | # include <stdint.h>
  3019. | #endif
  3020. | #ifdef HAVE_UNISTD_H
  3021. | # include <unistd.h>
  3022. | #endif
  3023. | #include <procinfo.h>
  3024. configure:4814: result: no
  3025. configure:4814: checking procinfo.h presence
  3026. configure:4814: gcc -E  conftest.c
  3027. conftest.c:55:22: fatal error: procinfo.h: No such file or directory
  3028.  #include <procinfo.h>
  3029.                       ^
  3030. compilation terminated.
  3031. configure:4814: $? = 1
  3032. configure: failed program was:
  3033. | /* confdefs.h */
  3034. | #define PACKAGE_NAME "Zabbix"
  3035. | #define PACKAGE_TARNAME "zabbix"
  3036. | #define PACKAGE_VERSION "3.4.3"
  3037. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3038. | #define PACKAGE_BUGREPORT ""
  3039. | #define PACKAGE_URL ""
  3040. | #define PACKAGE "zabbix"
  3041. | #define VERSION "3.4.3"
  3042. | #define STDC_HEADERS 1
  3043. | #define HAVE_SYS_TYPES_H 1
  3044. | #define HAVE_SYS_STAT_H 1
  3045. | #define HAVE_STDLIB_H 1
  3046. | #define HAVE_STRING_H 1
  3047. | #define HAVE_MEMORY_H 1
  3048. | #define HAVE_STRINGS_H 1
  3049. | #define HAVE_INTTYPES_H 1
  3050. | #define HAVE_STDINT_H 1
  3051. | #define HAVE_UNISTD_H 1
  3052. | #define HAVE_STDIO_H 1
  3053. | #define HAVE_STDLIB_H 1
  3054. | #define HAVE_STRING_H 1
  3055. | #define HAVE_UNISTD_H 1
  3056. | #define HAVE_NETDB_H 1
  3057. | #define HAVE_SIGNAL_H 1
  3058. | #define HAVE_SYSLOG_H 1
  3059. | #define HAVE_TIME_H 1
  3060. | #define HAVE_ERRNO_H 1
  3061. | #define HAVE_SYS_TYPES_H 1
  3062. | #define HAVE_SYS_STAT_H 1
  3063. | #define HAVE_NETINET_IN_H 1
  3064. | #define HAVE_MATH_H 1
  3065. | #define HAVE_SYS_SOCKET_H 1
  3066. | #define HAVE_DIRENT_H 1
  3067. | #define HAVE_CTYPE_H 1
  3068. | #define HAVE_FCNTL_H 1
  3069. | #define HAVE_SYS_PARAM_H 1
  3070. | #define HAVE_ARPA_INET_H 1
  3071. | #define HAVE_SYS_VFS_H 1
  3072. | #define HAVE_SYS_SYSINFO_H 1
  3073. | #define HAVE_SYS_STATVFS_H 1
  3074. | #define HAVE_SYS_STATFS_H 1
  3075. | #define HAVE_SYS_SOCKET_H 1
  3076. | #define HAVE_ARPA_INET_H 1
  3077. | #define HAVE_STRINGS_H 1
  3078. | #define HAVE_SYS_TIME_H 1
  3079. | #define HAVE_SYS_SYSCALL_H 1
  3080. | #define HAVE_SYS_SYSMACROS_H 1
  3081. | #define HAVE_STDINT_H 1
  3082. | #define HAVE_PWD_H 1
  3083. | #define HAVE_ARPA_NAMESER_H 1
  3084. | #define HAVE_ASSERT_H 1
  3085. | #define HAVE_LINUX_KERNEL_H 1
  3086. | /* end confdefs.h.  */
  3087. | #include <procinfo.h>
  3088. configure:4814: result: no
  3089. configure:4814: checking for procinfo.h
  3090. configure:4814: result: no
  3091. configure:4814: checking sys/dk.h usability
  3092. configure:4814: gcc -c -g -O2  conftest.c >&5
  3093. conftest.c:88:20: fatal error: sys/dk.h: No such file or directory
  3094.  #include <sys/dk.h>
  3095.                     ^
  3096. compilation terminated.
  3097. configure:4814: $? = 1
  3098. configure: failed program was:
  3099. | /* confdefs.h */
  3100. | #define PACKAGE_NAME "Zabbix"
  3101. | #define PACKAGE_TARNAME "zabbix"
  3102. | #define PACKAGE_VERSION "3.4.3"
  3103. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3104. | #define PACKAGE_BUGREPORT ""
  3105. | #define PACKAGE_URL ""
  3106. | #define PACKAGE "zabbix"
  3107. | #define VERSION "3.4.3"
  3108. | #define STDC_HEADERS 1
  3109. | #define HAVE_SYS_TYPES_H 1
  3110. | #define HAVE_SYS_STAT_H 1
  3111. | #define HAVE_STDLIB_H 1
  3112. | #define HAVE_STRING_H 1
  3113. | #define HAVE_MEMORY_H 1
  3114. | #define HAVE_STRINGS_H 1
  3115. | #define HAVE_INTTYPES_H 1
  3116. | #define HAVE_STDINT_H 1
  3117. | #define HAVE_UNISTD_H 1
  3118. | #define HAVE_STDIO_H 1
  3119. | #define HAVE_STDLIB_H 1
  3120. | #define HAVE_STRING_H 1
  3121. | #define HAVE_UNISTD_H 1
  3122. | #define HAVE_NETDB_H 1
  3123. | #define HAVE_SIGNAL_H 1
  3124. | #define HAVE_SYSLOG_H 1
  3125. | #define HAVE_TIME_H 1
  3126. | #define HAVE_ERRNO_H 1
  3127. | #define HAVE_SYS_TYPES_H 1
  3128. | #define HAVE_SYS_STAT_H 1
  3129. | #define HAVE_NETINET_IN_H 1
  3130. | #define HAVE_MATH_H 1
  3131. | #define HAVE_SYS_SOCKET_H 1
  3132. | #define HAVE_DIRENT_H 1
  3133. | #define HAVE_CTYPE_H 1
  3134. | #define HAVE_FCNTL_H 1
  3135. | #define HAVE_SYS_PARAM_H 1
  3136. | #define HAVE_ARPA_INET_H 1
  3137. | #define HAVE_SYS_VFS_H 1
  3138. | #define HAVE_SYS_SYSINFO_H 1
  3139. | #define HAVE_SYS_STATVFS_H 1
  3140. | #define HAVE_SYS_STATFS_H 1
  3141. | #define HAVE_SYS_SOCKET_H 1
  3142. | #define HAVE_ARPA_INET_H 1
  3143. | #define HAVE_STRINGS_H 1
  3144. | #define HAVE_SYS_TIME_H 1
  3145. | #define HAVE_SYS_SYSCALL_H 1
  3146. | #define HAVE_SYS_SYSMACROS_H 1
  3147. | #define HAVE_STDINT_H 1
  3148. | #define HAVE_PWD_H 1
  3149. | #define HAVE_ARPA_NAMESER_H 1
  3150. | #define HAVE_ASSERT_H 1
  3151. | #define HAVE_LINUX_KERNEL_H 1
  3152. | /* end confdefs.h.  */
  3153. | #include <stdio.h>
  3154. | #ifdef HAVE_SYS_TYPES_H
  3155. | # include <sys/types.h>
  3156. | #endif
  3157. | #ifdef HAVE_SYS_STAT_H
  3158. | # include <sys/stat.h>
  3159. | #endif
  3160. | #ifdef STDC_HEADERS
  3161. | # include <stdlib.h>
  3162. | # include <stddef.h>
  3163. | #else
  3164. | # ifdef HAVE_STDLIB_H
  3165. | #  include <stdlib.h>
  3166. | # endif
  3167. | #endif
  3168. | #ifdef HAVE_STRING_H
  3169. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3170. | #  include <memory.h>
  3171. | # endif
  3172. | # include <string.h>
  3173. | #endif
  3174. | #ifdef HAVE_STRINGS_H
  3175. | # include <strings.h>
  3176. | #endif
  3177. | #ifdef HAVE_INTTYPES_H
  3178. | # include <inttypes.h>
  3179. | #endif
  3180. | #ifdef HAVE_STDINT_H
  3181. | # include <stdint.h>
  3182. | #endif
  3183. | #ifdef HAVE_UNISTD_H
  3184. | # include <unistd.h>
  3185. | #endif
  3186. | #include <sys/dk.h>
  3187. configure:4814: result: no
  3188. configure:4814: checking sys/dk.h presence
  3189. configure:4814: gcc -E  conftest.c
  3190. conftest.c:55:20: fatal error: sys/dk.h: No such file or directory
  3191.  #include <sys/dk.h>
  3192.                     ^
  3193. compilation terminated.
  3194. configure:4814: $? = 1
  3195. configure: failed program was:
  3196. | /* confdefs.h */
  3197. | #define PACKAGE_NAME "Zabbix"
  3198. | #define PACKAGE_TARNAME "zabbix"
  3199. | #define PACKAGE_VERSION "3.4.3"
  3200. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3201. | #define PACKAGE_BUGREPORT ""
  3202. | #define PACKAGE_URL ""
  3203. | #define PACKAGE "zabbix"
  3204. | #define VERSION "3.4.3"
  3205. | #define STDC_HEADERS 1
  3206. | #define HAVE_SYS_TYPES_H 1
  3207. | #define HAVE_SYS_STAT_H 1
  3208. | #define HAVE_STDLIB_H 1
  3209. | #define HAVE_STRING_H 1
  3210. | #define HAVE_MEMORY_H 1
  3211. | #define HAVE_STRINGS_H 1
  3212. | #define HAVE_INTTYPES_H 1
  3213. | #define HAVE_STDINT_H 1
  3214. | #define HAVE_UNISTD_H 1
  3215. | #define HAVE_STDIO_H 1
  3216. | #define HAVE_STDLIB_H 1
  3217. | #define HAVE_STRING_H 1
  3218. | #define HAVE_UNISTD_H 1
  3219. | #define HAVE_NETDB_H 1
  3220. | #define HAVE_SIGNAL_H 1
  3221. | #define HAVE_SYSLOG_H 1
  3222. | #define HAVE_TIME_H 1
  3223. | #define HAVE_ERRNO_H 1
  3224. | #define HAVE_SYS_TYPES_H 1
  3225. | #define HAVE_SYS_STAT_H 1
  3226. | #define HAVE_NETINET_IN_H 1
  3227. | #define HAVE_MATH_H 1
  3228. | #define HAVE_SYS_SOCKET_H 1
  3229. | #define HAVE_DIRENT_H 1
  3230. | #define HAVE_CTYPE_H 1
  3231. | #define HAVE_FCNTL_H 1
  3232. | #define HAVE_SYS_PARAM_H 1
  3233. | #define HAVE_ARPA_INET_H 1
  3234. | #define HAVE_SYS_VFS_H 1
  3235. | #define HAVE_SYS_SYSINFO_H 1
  3236. | #define HAVE_SYS_STATVFS_H 1
  3237. | #define HAVE_SYS_STATFS_H 1
  3238. | #define HAVE_SYS_SOCKET_H 1
  3239. | #define HAVE_ARPA_INET_H 1
  3240. | #define HAVE_STRINGS_H 1
  3241. | #define HAVE_SYS_TIME_H 1
  3242. | #define HAVE_SYS_SYSCALL_H 1
  3243. | #define HAVE_SYS_SYSMACROS_H 1
  3244. | #define HAVE_STDINT_H 1
  3245. | #define HAVE_PWD_H 1
  3246. | #define HAVE_ARPA_NAMESER_H 1
  3247. | #define HAVE_ASSERT_H 1
  3248. | #define HAVE_LINUX_KERNEL_H 1
  3249. | /* end confdefs.h.  */
  3250. | #include <sys/dk.h>
  3251. configure:4814: result: no
  3252. configure:4814: checking for sys/dk.h
  3253. configure:4814: result: no
  3254. configure:4814: checking sys/resource.h usability
  3255. configure:4814: gcc -c -g -O2  conftest.c >&5
  3256. configure:4814: $? = 0
  3257. configure:4814: result: yes
  3258. configure:4814: checking sys/resource.h presence
  3259. configure:4814: gcc -E  conftest.c
  3260. configure:4814: $? = 0
  3261. configure:4814: result: yes
  3262. configure:4814: checking for sys/resource.h
  3263. configure:4814: result: yes
  3264. configure:4814: checking pthread.h usability
  3265. configure:4814: gcc -c -g -O2  conftest.c >&5
  3266. configure:4814: $? = 0
  3267. configure:4814: result: yes
  3268. configure:4814: checking pthread.h presence
  3269. configure:4814: gcc -E  conftest.c
  3270. configure:4814: $? = 0
  3271. configure:4814: result: yes
  3272. configure:4814: checking for pthread.h
  3273. configure:4814: result: yes
  3274. configure:4814: checking windows.h usability
  3275. configure:4814: gcc -c -g -O2  conftest.c >&5
  3276. conftest.c:90:21: fatal error: windows.h: No such file or directory
  3277.  #include <windows.h>
  3278.                      ^
  3279. compilation terminated.
  3280. configure:4814: $? = 1
  3281. configure: failed program was:
  3282. | /* confdefs.h */
  3283. | #define PACKAGE_NAME "Zabbix"
  3284. | #define PACKAGE_TARNAME "zabbix"
  3285. | #define PACKAGE_VERSION "3.4.3"
  3286. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3287. | #define PACKAGE_BUGREPORT ""
  3288. | #define PACKAGE_URL ""
  3289. | #define PACKAGE "zabbix"
  3290. | #define VERSION "3.4.3"
  3291. | #define STDC_HEADERS 1
  3292. | #define HAVE_SYS_TYPES_H 1
  3293. | #define HAVE_SYS_STAT_H 1
  3294. | #define HAVE_STDLIB_H 1
  3295. | #define HAVE_STRING_H 1
  3296. | #define HAVE_MEMORY_H 1
  3297. | #define HAVE_STRINGS_H 1
  3298. | #define HAVE_INTTYPES_H 1
  3299. | #define HAVE_STDINT_H 1
  3300. | #define HAVE_UNISTD_H 1
  3301. | #define HAVE_STDIO_H 1
  3302. | #define HAVE_STDLIB_H 1
  3303. | #define HAVE_STRING_H 1
  3304. | #define HAVE_UNISTD_H 1
  3305. | #define HAVE_NETDB_H 1
  3306. | #define HAVE_SIGNAL_H 1
  3307. | #define HAVE_SYSLOG_H 1
  3308. | #define HAVE_TIME_H 1
  3309. | #define HAVE_ERRNO_H 1
  3310. | #define HAVE_SYS_TYPES_H 1
  3311. | #define HAVE_SYS_STAT_H 1
  3312. | #define HAVE_NETINET_IN_H 1
  3313. | #define HAVE_MATH_H 1
  3314. | #define HAVE_SYS_SOCKET_H 1
  3315. | #define HAVE_DIRENT_H 1
  3316. | #define HAVE_CTYPE_H 1
  3317. | #define HAVE_FCNTL_H 1
  3318. | #define HAVE_SYS_PARAM_H 1
  3319. | #define HAVE_ARPA_INET_H 1
  3320. | #define HAVE_SYS_VFS_H 1
  3321. | #define HAVE_SYS_SYSINFO_H 1
  3322. | #define HAVE_SYS_STATVFS_H 1
  3323. | #define HAVE_SYS_STATFS_H 1
  3324. | #define HAVE_SYS_SOCKET_H 1
  3325. | #define HAVE_ARPA_INET_H 1
  3326. | #define HAVE_STRINGS_H 1
  3327. | #define HAVE_SYS_TIME_H 1
  3328. | #define HAVE_SYS_SYSCALL_H 1
  3329. | #define HAVE_SYS_SYSMACROS_H 1
  3330. | #define HAVE_STDINT_H 1
  3331. | #define HAVE_PWD_H 1
  3332. | #define HAVE_ARPA_NAMESER_H 1
  3333. | #define HAVE_ASSERT_H 1
  3334. | #define HAVE_LINUX_KERNEL_H 1
  3335. | #define HAVE_SYS_RESOURCE_H 1
  3336. | #define HAVE_PTHREAD_H 1
  3337. | /* end confdefs.h.  */
  3338. | #include <stdio.h>
  3339. | #ifdef HAVE_SYS_TYPES_H
  3340. | # include <sys/types.h>
  3341. | #endif
  3342. | #ifdef HAVE_SYS_STAT_H
  3343. | # include <sys/stat.h>
  3344. | #endif
  3345. | #ifdef STDC_HEADERS
  3346. | # include <stdlib.h>
  3347. | # include <stddef.h>
  3348. | #else
  3349. | # ifdef HAVE_STDLIB_H
  3350. | #  include <stdlib.h>
  3351. | # endif
  3352. | #endif
  3353. | #ifdef HAVE_STRING_H
  3354. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3355. | #  include <memory.h>
  3356. | # endif
  3357. | # include <string.h>
  3358. | #endif
  3359. | #ifdef HAVE_STRINGS_H
  3360. | # include <strings.h>
  3361. | #endif
  3362. | #ifdef HAVE_INTTYPES_H
  3363. | # include <inttypes.h>
  3364. | #endif
  3365. | #ifdef HAVE_STDINT_H
  3366. | # include <stdint.h>
  3367. | #endif
  3368. | #ifdef HAVE_UNISTD_H
  3369. | # include <unistd.h>
  3370. | #endif
  3371. | #include <windows.h>
  3372. configure:4814: result: no
  3373. configure:4814: checking windows.h presence
  3374. configure:4814: gcc -E  conftest.c
  3375. conftest.c:57:21: fatal error: windows.h: No such file or directory
  3376.  #include <windows.h>
  3377.                      ^
  3378. compilation terminated.
  3379. configure:4814: $? = 1
  3380. configure: failed program was:
  3381. | /* confdefs.h */
  3382. | #define PACKAGE_NAME "Zabbix"
  3383. | #define PACKAGE_TARNAME "zabbix"
  3384. | #define PACKAGE_VERSION "3.4.3"
  3385. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3386. | #define PACKAGE_BUGREPORT ""
  3387. | #define PACKAGE_URL ""
  3388. | #define PACKAGE "zabbix"
  3389. | #define VERSION "3.4.3"
  3390. | #define STDC_HEADERS 1
  3391. | #define HAVE_SYS_TYPES_H 1
  3392. | #define HAVE_SYS_STAT_H 1
  3393. | #define HAVE_STDLIB_H 1
  3394. | #define HAVE_STRING_H 1
  3395. | #define HAVE_MEMORY_H 1
  3396. | #define HAVE_STRINGS_H 1
  3397. | #define HAVE_INTTYPES_H 1
  3398. | #define HAVE_STDINT_H 1
  3399. | #define HAVE_UNISTD_H 1
  3400. | #define HAVE_STDIO_H 1
  3401. | #define HAVE_STDLIB_H 1
  3402. | #define HAVE_STRING_H 1
  3403. | #define HAVE_UNISTD_H 1
  3404. | #define HAVE_NETDB_H 1
  3405. | #define HAVE_SIGNAL_H 1
  3406. | #define HAVE_SYSLOG_H 1
  3407. | #define HAVE_TIME_H 1
  3408. | #define HAVE_ERRNO_H 1
  3409. | #define HAVE_SYS_TYPES_H 1
  3410. | #define HAVE_SYS_STAT_H 1
  3411. | #define HAVE_NETINET_IN_H 1
  3412. | #define HAVE_MATH_H 1
  3413. | #define HAVE_SYS_SOCKET_H 1
  3414. | #define HAVE_DIRENT_H 1
  3415. | #define HAVE_CTYPE_H 1
  3416. | #define HAVE_FCNTL_H 1
  3417. | #define HAVE_SYS_PARAM_H 1
  3418. | #define HAVE_ARPA_INET_H 1
  3419. | #define HAVE_SYS_VFS_H 1
  3420. | #define HAVE_SYS_SYSINFO_H 1
  3421. | #define HAVE_SYS_STATVFS_H 1
  3422. | #define HAVE_SYS_STATFS_H 1
  3423. | #define HAVE_SYS_SOCKET_H 1
  3424. | #define HAVE_ARPA_INET_H 1
  3425. | #define HAVE_STRINGS_H 1
  3426. | #define HAVE_SYS_TIME_H 1
  3427. | #define HAVE_SYS_SYSCALL_H 1
  3428. | #define HAVE_SYS_SYSMACROS_H 1
  3429. | #define HAVE_STDINT_H 1
  3430. | #define HAVE_PWD_H 1
  3431. | #define HAVE_ARPA_NAMESER_H 1
  3432. | #define HAVE_ASSERT_H 1
  3433. | #define HAVE_LINUX_KERNEL_H 1
  3434. | #define HAVE_SYS_RESOURCE_H 1
  3435. | #define HAVE_PTHREAD_H 1
  3436. | /* end confdefs.h.  */
  3437. | #include <windows.h>
  3438. configure:4814: result: no
  3439. configure:4814: checking for windows.h
  3440. configure:4814: result: no
  3441. configure:4814: checking process.h usability
  3442. configure:4814: gcc -c -g -O2  conftest.c >&5
  3443. conftest.c:90:21: fatal error: process.h: No such file or directory
  3444.  #include <process.h>
  3445.                      ^
  3446. compilation terminated.
  3447. configure:4814: $? = 1
  3448. configure: failed program was:
  3449. | /* confdefs.h */
  3450. | #define PACKAGE_NAME "Zabbix"
  3451. | #define PACKAGE_TARNAME "zabbix"
  3452. | #define PACKAGE_VERSION "3.4.3"
  3453. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3454. | #define PACKAGE_BUGREPORT ""
  3455. | #define PACKAGE_URL ""
  3456. | #define PACKAGE "zabbix"
  3457. | #define VERSION "3.4.3"
  3458. | #define STDC_HEADERS 1
  3459. | #define HAVE_SYS_TYPES_H 1
  3460. | #define HAVE_SYS_STAT_H 1
  3461. | #define HAVE_STDLIB_H 1
  3462. | #define HAVE_STRING_H 1
  3463. | #define HAVE_MEMORY_H 1
  3464. | #define HAVE_STRINGS_H 1
  3465. | #define HAVE_INTTYPES_H 1
  3466. | #define HAVE_STDINT_H 1
  3467. | #define HAVE_UNISTD_H 1
  3468. | #define HAVE_STDIO_H 1
  3469. | #define HAVE_STDLIB_H 1
  3470. | #define HAVE_STRING_H 1
  3471. | #define HAVE_UNISTD_H 1
  3472. | #define HAVE_NETDB_H 1
  3473. | #define HAVE_SIGNAL_H 1
  3474. | #define HAVE_SYSLOG_H 1
  3475. | #define HAVE_TIME_H 1
  3476. | #define HAVE_ERRNO_H 1
  3477. | #define HAVE_SYS_TYPES_H 1
  3478. | #define HAVE_SYS_STAT_H 1
  3479. | #define HAVE_NETINET_IN_H 1
  3480. | #define HAVE_MATH_H 1
  3481. | #define HAVE_SYS_SOCKET_H 1
  3482. | #define HAVE_DIRENT_H 1
  3483. | #define HAVE_CTYPE_H 1
  3484. | #define HAVE_FCNTL_H 1
  3485. | #define HAVE_SYS_PARAM_H 1
  3486. | #define HAVE_ARPA_INET_H 1
  3487. | #define HAVE_SYS_VFS_H 1
  3488. | #define HAVE_SYS_SYSINFO_H 1
  3489. | #define HAVE_SYS_STATVFS_H 1
  3490. | #define HAVE_SYS_STATFS_H 1
  3491. | #define HAVE_SYS_SOCKET_H 1
  3492. | #define HAVE_ARPA_INET_H 1
  3493. | #define HAVE_STRINGS_H 1
  3494. | #define HAVE_SYS_TIME_H 1
  3495. | #define HAVE_SYS_SYSCALL_H 1
  3496. | #define HAVE_SYS_SYSMACROS_H 1
  3497. | #define HAVE_STDINT_H 1
  3498. | #define HAVE_PWD_H 1
  3499. | #define HAVE_ARPA_NAMESER_H 1
  3500. | #define HAVE_ASSERT_H 1
  3501. | #define HAVE_LINUX_KERNEL_H 1
  3502. | #define HAVE_SYS_RESOURCE_H 1
  3503. | #define HAVE_PTHREAD_H 1
  3504. | /* end confdefs.h.  */
  3505. | #include <stdio.h>
  3506. | #ifdef HAVE_SYS_TYPES_H
  3507. | # include <sys/types.h>
  3508. | #endif
  3509. | #ifdef HAVE_SYS_STAT_H
  3510. | # include <sys/stat.h>
  3511. | #endif
  3512. | #ifdef STDC_HEADERS
  3513. | # include <stdlib.h>
  3514. | # include <stddef.h>
  3515. | #else
  3516. | # ifdef HAVE_STDLIB_H
  3517. | #  include <stdlib.h>
  3518. | # endif
  3519. | #endif
  3520. | #ifdef HAVE_STRING_H
  3521. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3522. | #  include <memory.h>
  3523. | # endif
  3524. | # include <string.h>
  3525. | #endif
  3526. | #ifdef HAVE_STRINGS_H
  3527. | # include <strings.h>
  3528. | #endif
  3529. | #ifdef HAVE_INTTYPES_H
  3530. | # include <inttypes.h>
  3531. | #endif
  3532. | #ifdef HAVE_STDINT_H
  3533. | # include <stdint.h>
  3534. | #endif
  3535. | #ifdef HAVE_UNISTD_H
  3536. | # include <unistd.h>
  3537. | #endif
  3538. | #include <process.h>
  3539. configure:4814: result: no
  3540. configure:4814: checking process.h presence
  3541. configure:4814: gcc -E  conftest.c
  3542. conftest.c:57:21: fatal error: process.h: No such file or directory
  3543.  #include <process.h>
  3544.                      ^
  3545. compilation terminated.
  3546. configure:4814: $? = 1
  3547. configure: failed program was:
  3548. | /* confdefs.h */
  3549. | #define PACKAGE_NAME "Zabbix"
  3550. | #define PACKAGE_TARNAME "zabbix"
  3551. | #define PACKAGE_VERSION "3.4.3"
  3552. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3553. | #define PACKAGE_BUGREPORT ""
  3554. | #define PACKAGE_URL ""
  3555. | #define PACKAGE "zabbix"
  3556. | #define VERSION "3.4.3"
  3557. | #define STDC_HEADERS 1
  3558. | #define HAVE_SYS_TYPES_H 1
  3559. | #define HAVE_SYS_STAT_H 1
  3560. | #define HAVE_STDLIB_H 1
  3561. | #define HAVE_STRING_H 1
  3562. | #define HAVE_MEMORY_H 1
  3563. | #define HAVE_STRINGS_H 1
  3564. | #define HAVE_INTTYPES_H 1
  3565. | #define HAVE_STDINT_H 1
  3566. | #define HAVE_UNISTD_H 1
  3567. | #define HAVE_STDIO_H 1
  3568. | #define HAVE_STDLIB_H 1
  3569. | #define HAVE_STRING_H 1
  3570. | #define HAVE_UNISTD_H 1
  3571. | #define HAVE_NETDB_H 1
  3572. | #define HAVE_SIGNAL_H 1
  3573. | #define HAVE_SYSLOG_H 1
  3574. | #define HAVE_TIME_H 1
  3575. | #define HAVE_ERRNO_H 1
  3576. | #define HAVE_SYS_TYPES_H 1
  3577. | #define HAVE_SYS_STAT_H 1
  3578. | #define HAVE_NETINET_IN_H 1
  3579. | #define HAVE_MATH_H 1
  3580. | #define HAVE_SYS_SOCKET_H 1
  3581. | #define HAVE_DIRENT_H 1
  3582. | #define HAVE_CTYPE_H 1
  3583. | #define HAVE_FCNTL_H 1
  3584. | #define HAVE_SYS_PARAM_H 1
  3585. | #define HAVE_ARPA_INET_H 1
  3586. | #define HAVE_SYS_VFS_H 1
  3587. | #define HAVE_SYS_SYSINFO_H 1
  3588. | #define HAVE_SYS_STATVFS_H 1
  3589. | #define HAVE_SYS_STATFS_H 1
  3590. | #define HAVE_SYS_SOCKET_H 1
  3591. | #define HAVE_ARPA_INET_H 1
  3592. | #define HAVE_STRINGS_H 1
  3593. | #define HAVE_SYS_TIME_H 1
  3594. | #define HAVE_SYS_SYSCALL_H 1
  3595. | #define HAVE_SYS_SYSMACROS_H 1
  3596. | #define HAVE_STDINT_H 1
  3597. | #define HAVE_PWD_H 1
  3598. | #define HAVE_ARPA_NAMESER_H 1
  3599. | #define HAVE_ASSERT_H 1
  3600. | #define HAVE_LINUX_KERNEL_H 1
  3601. | #define HAVE_SYS_RESOURCE_H 1
  3602. | #define HAVE_PTHREAD_H 1
  3603. | /* end confdefs.h.  */
  3604. | #include <process.h>
  3605. configure:4814: result: no
  3606. configure:4814: checking for process.h
  3607. configure:4814: result: no
  3608. configure:4814: checking conio.h usability
  3609. configure:4814: gcc -c -g -O2  conftest.c >&5
  3610. conftest.c:90:19: fatal error: conio.h: No such file or directory
  3611.  #include <conio.h>
  3612.                    ^
  3613. compilation terminated.
  3614. configure:4814: $? = 1
  3615. configure: failed program was:
  3616. | /* confdefs.h */
  3617. | #define PACKAGE_NAME "Zabbix"
  3618. | #define PACKAGE_TARNAME "zabbix"
  3619. | #define PACKAGE_VERSION "3.4.3"
  3620. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3621. | #define PACKAGE_BUGREPORT ""
  3622. | #define PACKAGE_URL ""
  3623. | #define PACKAGE "zabbix"
  3624. | #define VERSION "3.4.3"
  3625. | #define STDC_HEADERS 1
  3626. | #define HAVE_SYS_TYPES_H 1
  3627. | #define HAVE_SYS_STAT_H 1
  3628. | #define HAVE_STDLIB_H 1
  3629. | #define HAVE_STRING_H 1
  3630. | #define HAVE_MEMORY_H 1
  3631. | #define HAVE_STRINGS_H 1
  3632. | #define HAVE_INTTYPES_H 1
  3633. | #define HAVE_STDINT_H 1
  3634. | #define HAVE_UNISTD_H 1
  3635. | #define HAVE_STDIO_H 1
  3636. | #define HAVE_STDLIB_H 1
  3637. | #define HAVE_STRING_H 1
  3638. | #define HAVE_UNISTD_H 1
  3639. | #define HAVE_NETDB_H 1
  3640. | #define HAVE_SIGNAL_H 1
  3641. | #define HAVE_SYSLOG_H 1
  3642. | #define HAVE_TIME_H 1
  3643. | #define HAVE_ERRNO_H 1
  3644. | #define HAVE_SYS_TYPES_H 1
  3645. | #define HAVE_SYS_STAT_H 1
  3646. | #define HAVE_NETINET_IN_H 1
  3647. | #define HAVE_MATH_H 1
  3648. | #define HAVE_SYS_SOCKET_H 1
  3649. | #define HAVE_DIRENT_H 1
  3650. | #define HAVE_CTYPE_H 1
  3651. | #define HAVE_FCNTL_H 1
  3652. | #define HAVE_SYS_PARAM_H 1
  3653. | #define HAVE_ARPA_INET_H 1
  3654. | #define HAVE_SYS_VFS_H 1
  3655. | #define HAVE_SYS_SYSINFO_H 1
  3656. | #define HAVE_SYS_STATVFS_H 1
  3657. | #define HAVE_SYS_STATFS_H 1
  3658. | #define HAVE_SYS_SOCKET_H 1
  3659. | #define HAVE_ARPA_INET_H 1
  3660. | #define HAVE_STRINGS_H 1
  3661. | #define HAVE_SYS_TIME_H 1
  3662. | #define HAVE_SYS_SYSCALL_H 1
  3663. | #define HAVE_SYS_SYSMACROS_H 1
  3664. | #define HAVE_STDINT_H 1
  3665. | #define HAVE_PWD_H 1
  3666. | #define HAVE_ARPA_NAMESER_H 1
  3667. | #define HAVE_ASSERT_H 1
  3668. | #define HAVE_LINUX_KERNEL_H 1
  3669. | #define HAVE_SYS_RESOURCE_H 1
  3670. | #define HAVE_PTHREAD_H 1
  3671. | /* end confdefs.h.  */
  3672. | #include <stdio.h>
  3673. | #ifdef HAVE_SYS_TYPES_H
  3674. | # include <sys/types.h>
  3675. | #endif
  3676. | #ifdef HAVE_SYS_STAT_H
  3677. | # include <sys/stat.h>
  3678. | #endif
  3679. | #ifdef STDC_HEADERS
  3680. | # include <stdlib.h>
  3681. | # include <stddef.h>
  3682. | #else
  3683. | # ifdef HAVE_STDLIB_H
  3684. | #  include <stdlib.h>
  3685. | # endif
  3686. | #endif
  3687. | #ifdef HAVE_STRING_H
  3688. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3689. | #  include <memory.h>
  3690. | # endif
  3691. | # include <string.h>
  3692. | #endif
  3693. | #ifdef HAVE_STRINGS_H
  3694. | # include <strings.h>
  3695. | #endif
  3696. | #ifdef HAVE_INTTYPES_H
  3697. | # include <inttypes.h>
  3698. | #endif
  3699. | #ifdef HAVE_STDINT_H
  3700. | # include <stdint.h>
  3701. | #endif
  3702. | #ifdef HAVE_UNISTD_H
  3703. | # include <unistd.h>
  3704. | #endif
  3705. | #include <conio.h>
  3706. configure:4814: result: no
  3707. configure:4814: checking conio.h presence
  3708. configure:4814: gcc -E  conftest.c
  3709. conftest.c:57:19: fatal error: conio.h: No such file or directory
  3710.  #include <conio.h>
  3711.                    ^
  3712. compilation terminated.
  3713. configure:4814: $? = 1
  3714. configure: failed program was:
  3715. | /* confdefs.h */
  3716. | #define PACKAGE_NAME "Zabbix"
  3717. | #define PACKAGE_TARNAME "zabbix"
  3718. | #define PACKAGE_VERSION "3.4.3"
  3719. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3720. | #define PACKAGE_BUGREPORT ""
  3721. | #define PACKAGE_URL ""
  3722. | #define PACKAGE "zabbix"
  3723. | #define VERSION "3.4.3"
  3724. | #define STDC_HEADERS 1
  3725. | #define HAVE_SYS_TYPES_H 1
  3726. | #define HAVE_SYS_STAT_H 1
  3727. | #define HAVE_STDLIB_H 1
  3728. | #define HAVE_STRING_H 1
  3729. | #define HAVE_MEMORY_H 1
  3730. | #define HAVE_STRINGS_H 1
  3731. | #define HAVE_INTTYPES_H 1
  3732. | #define HAVE_STDINT_H 1
  3733. | #define HAVE_UNISTD_H 1
  3734. | #define HAVE_STDIO_H 1
  3735. | #define HAVE_STDLIB_H 1
  3736. | #define HAVE_STRING_H 1
  3737. | #define HAVE_UNISTD_H 1
  3738. | #define HAVE_NETDB_H 1
  3739. | #define HAVE_SIGNAL_H 1
  3740. | #define HAVE_SYSLOG_H 1
  3741. | #define HAVE_TIME_H 1
  3742. | #define HAVE_ERRNO_H 1
  3743. | #define HAVE_SYS_TYPES_H 1
  3744. | #define HAVE_SYS_STAT_H 1
  3745. | #define HAVE_NETINET_IN_H 1
  3746. | #define HAVE_MATH_H 1
  3747. | #define HAVE_SYS_SOCKET_H 1
  3748. | #define HAVE_DIRENT_H 1
  3749. | #define HAVE_CTYPE_H 1
  3750. | #define HAVE_FCNTL_H 1
  3751. | #define HAVE_SYS_PARAM_H 1
  3752. | #define HAVE_ARPA_INET_H 1
  3753. | #define HAVE_SYS_VFS_H 1
  3754. | #define HAVE_SYS_SYSINFO_H 1
  3755. | #define HAVE_SYS_STATVFS_H 1
  3756. | #define HAVE_SYS_STATFS_H 1
  3757. | #define HAVE_SYS_SOCKET_H 1
  3758. | #define HAVE_ARPA_INET_H 1
  3759. | #define HAVE_STRINGS_H 1
  3760. | #define HAVE_SYS_TIME_H 1
  3761. | #define HAVE_SYS_SYSCALL_H 1
  3762. | #define HAVE_SYS_SYSMACROS_H 1
  3763. | #define HAVE_STDINT_H 1
  3764. | #define HAVE_PWD_H 1
  3765. | #define HAVE_ARPA_NAMESER_H 1
  3766. | #define HAVE_ASSERT_H 1
  3767. | #define HAVE_LINUX_KERNEL_H 1
  3768. | #define HAVE_SYS_RESOURCE_H 1
  3769. | #define HAVE_PTHREAD_H 1
  3770. | /* end confdefs.h.  */
  3771. | #include <conio.h>
  3772. configure:4814: result: no
  3773. configure:4814: checking for conio.h
  3774. configure:4814: result: no
  3775. configure:4814: checking sys/wait.h usability
  3776. configure:4814: gcc -c -g -O2  conftest.c >&5
  3777. configure:4814: $? = 0
  3778. configure:4814: result: yes
  3779. configure:4814: checking sys/wait.h presence
  3780. configure:4814: gcc -E  conftest.c
  3781. configure:4814: $? = 0
  3782. configure:4814: result: yes
  3783. configure:4814: checking for sys/wait.h
  3784. configure:4814: result: yes
  3785. configure:4814: checking pcreposix.h usability
  3786. configure:4814: gcc -c -g -O2  conftest.c >&5
  3787. conftest.c:91:23: fatal error: pcreposix.h: No such file or directory
  3788.  #include <pcreposix.h>
  3789.                        ^
  3790. compilation terminated.
  3791. configure:4814: $? = 1
  3792. configure: failed program was:
  3793. | /* confdefs.h */
  3794. | #define PACKAGE_NAME "Zabbix"
  3795. | #define PACKAGE_TARNAME "zabbix"
  3796. | #define PACKAGE_VERSION "3.4.3"
  3797. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3798. | #define PACKAGE_BUGREPORT ""
  3799. | #define PACKAGE_URL ""
  3800. | #define PACKAGE "zabbix"
  3801. | #define VERSION "3.4.3"
  3802. | #define STDC_HEADERS 1
  3803. | #define HAVE_SYS_TYPES_H 1
  3804. | #define HAVE_SYS_STAT_H 1
  3805. | #define HAVE_STDLIB_H 1
  3806. | #define HAVE_STRING_H 1
  3807. | #define HAVE_MEMORY_H 1
  3808. | #define HAVE_STRINGS_H 1
  3809. | #define HAVE_INTTYPES_H 1
  3810. | #define HAVE_STDINT_H 1
  3811. | #define HAVE_UNISTD_H 1
  3812. | #define HAVE_STDIO_H 1
  3813. | #define HAVE_STDLIB_H 1
  3814. | #define HAVE_STRING_H 1
  3815. | #define HAVE_UNISTD_H 1
  3816. | #define HAVE_NETDB_H 1
  3817. | #define HAVE_SIGNAL_H 1
  3818. | #define HAVE_SYSLOG_H 1
  3819. | #define HAVE_TIME_H 1
  3820. | #define HAVE_ERRNO_H 1
  3821. | #define HAVE_SYS_TYPES_H 1
  3822. | #define HAVE_SYS_STAT_H 1
  3823. | #define HAVE_NETINET_IN_H 1
  3824. | #define HAVE_MATH_H 1
  3825. | #define HAVE_SYS_SOCKET_H 1
  3826. | #define HAVE_DIRENT_H 1
  3827. | #define HAVE_CTYPE_H 1
  3828. | #define HAVE_FCNTL_H 1
  3829. | #define HAVE_SYS_PARAM_H 1
  3830. | #define HAVE_ARPA_INET_H 1
  3831. | #define HAVE_SYS_VFS_H 1
  3832. | #define HAVE_SYS_SYSINFO_H 1
  3833. | #define HAVE_SYS_STATVFS_H 1
  3834. | #define HAVE_SYS_STATFS_H 1
  3835. | #define HAVE_SYS_SOCKET_H 1
  3836. | #define HAVE_ARPA_INET_H 1
  3837. | #define HAVE_STRINGS_H 1
  3838. | #define HAVE_SYS_TIME_H 1
  3839. | #define HAVE_SYS_SYSCALL_H 1
  3840. | #define HAVE_SYS_SYSMACROS_H 1
  3841. | #define HAVE_STDINT_H 1
  3842. | #define HAVE_PWD_H 1
  3843. | #define HAVE_ARPA_NAMESER_H 1
  3844. | #define HAVE_ASSERT_H 1
  3845. | #define HAVE_LINUX_KERNEL_H 1
  3846. | #define HAVE_SYS_RESOURCE_H 1
  3847. | #define HAVE_PTHREAD_H 1
  3848. | #define HAVE_SYS_WAIT_H 1
  3849. | /* end confdefs.h.  */
  3850. | #include <stdio.h>
  3851. | #ifdef HAVE_SYS_TYPES_H
  3852. | # include <sys/types.h>
  3853. | #endif
  3854. | #ifdef HAVE_SYS_STAT_H
  3855. | # include <sys/stat.h>
  3856. | #endif
  3857. | #ifdef STDC_HEADERS
  3858. | # include <stdlib.h>
  3859. | # include <stddef.h>
  3860. | #else
  3861. | # ifdef HAVE_STDLIB_H
  3862. | #  include <stdlib.h>
  3863. | # endif
  3864. | #endif
  3865. | #ifdef HAVE_STRING_H
  3866. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3867. | #  include <memory.h>
  3868. | # endif
  3869. | # include <string.h>
  3870. | #endif
  3871. | #ifdef HAVE_STRINGS_H
  3872. | # include <strings.h>
  3873. | #endif
  3874. | #ifdef HAVE_INTTYPES_H
  3875. | # include <inttypes.h>
  3876. | #endif
  3877. | #ifdef HAVE_STDINT_H
  3878. | # include <stdint.h>
  3879. | #endif
  3880. | #ifdef HAVE_UNISTD_H
  3881. | # include <unistd.h>
  3882. | #endif
  3883. | #include <pcreposix.h>
  3884. configure:4814: result: no
  3885. configure:4814: checking pcreposix.h presence
  3886. configure:4814: gcc -E  conftest.c
  3887. conftest.c:58:23: fatal error: pcreposix.h: No such file or directory
  3888.  #include <pcreposix.h>
  3889.                        ^
  3890. compilation terminated.
  3891. configure:4814: $? = 1
  3892. configure: failed program was:
  3893. | /* confdefs.h */
  3894. | #define PACKAGE_NAME "Zabbix"
  3895. | #define PACKAGE_TARNAME "zabbix"
  3896. | #define PACKAGE_VERSION "3.4.3"
  3897. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3898. | #define PACKAGE_BUGREPORT ""
  3899. | #define PACKAGE_URL ""
  3900. | #define PACKAGE "zabbix"
  3901. | #define VERSION "3.4.3"
  3902. | #define STDC_HEADERS 1
  3903. | #define HAVE_SYS_TYPES_H 1
  3904. | #define HAVE_SYS_STAT_H 1
  3905. | #define HAVE_STDLIB_H 1
  3906. | #define HAVE_STRING_H 1
  3907. | #define HAVE_MEMORY_H 1
  3908. | #define HAVE_STRINGS_H 1
  3909. | #define HAVE_INTTYPES_H 1
  3910. | #define HAVE_STDINT_H 1
  3911. | #define HAVE_UNISTD_H 1
  3912. | #define HAVE_STDIO_H 1
  3913. | #define HAVE_STDLIB_H 1
  3914. | #define HAVE_STRING_H 1
  3915. | #define HAVE_UNISTD_H 1
  3916. | #define HAVE_NETDB_H 1
  3917. | #define HAVE_SIGNAL_H 1
  3918. | #define HAVE_SYSLOG_H 1
  3919. | #define HAVE_TIME_H 1
  3920. | #define HAVE_ERRNO_H 1
  3921. | #define HAVE_SYS_TYPES_H 1
  3922. | #define HAVE_SYS_STAT_H 1
  3923. | #define HAVE_NETINET_IN_H 1
  3924. | #define HAVE_MATH_H 1
  3925. | #define HAVE_SYS_SOCKET_H 1
  3926. | #define HAVE_DIRENT_H 1
  3927. | #define HAVE_CTYPE_H 1
  3928. | #define HAVE_FCNTL_H 1
  3929. | #define HAVE_SYS_PARAM_H 1
  3930. | #define HAVE_ARPA_INET_H 1
  3931. | #define HAVE_SYS_VFS_H 1
  3932. | #define HAVE_SYS_SYSINFO_H 1
  3933. | #define HAVE_SYS_STATVFS_H 1
  3934. | #define HAVE_SYS_STATFS_H 1
  3935. | #define HAVE_SYS_SOCKET_H 1
  3936. | #define HAVE_ARPA_INET_H 1
  3937. | #define HAVE_STRINGS_H 1
  3938. | #define HAVE_SYS_TIME_H 1
  3939. | #define HAVE_SYS_SYSCALL_H 1
  3940. | #define HAVE_SYS_SYSMACROS_H 1
  3941. | #define HAVE_STDINT_H 1
  3942. | #define HAVE_PWD_H 1
  3943. | #define HAVE_ARPA_NAMESER_H 1
  3944. | #define HAVE_ASSERT_H 1
  3945. | #define HAVE_LINUX_KERNEL_H 1
  3946. | #define HAVE_SYS_RESOURCE_H 1
  3947. | #define HAVE_PTHREAD_H 1
  3948. | #define HAVE_SYS_WAIT_H 1
  3949. | /* end confdefs.h.  */
  3950. | #include <pcreposix.h>
  3951. configure:4814: result: no
  3952. configure:4814: checking for pcreposix.h
  3953. configure:4814: result: no
  3954. configure:4814: checking stdarg.h usability
  3955. configure:4814: gcc -c -g -O2  conftest.c >&5
  3956. configure:4814: $? = 0
  3957. configure:4814: result: yes
  3958. configure:4814: checking stdarg.h presence
  3959. configure:4814: gcc -E  conftest.c
  3960. configure:4814: $? = 0
  3961. configure:4814: result: yes
  3962. configure:4814: checking for stdarg.h
  3963. configure:4814: result: yes
  3964. configure:4814: checking winsock2.h usability
  3965. configure:4814: gcc -c -g -O2  conftest.c >&5
  3966. conftest.c:92:22: fatal error: winsock2.h: No such file or directory
  3967.  #include <winsock2.h>
  3968.                       ^
  3969. compilation terminated.
  3970. configure:4814: $? = 1
  3971. configure: failed program was:
  3972. | /* confdefs.h */
  3973. | #define PACKAGE_NAME "Zabbix"
  3974. | #define PACKAGE_TARNAME "zabbix"
  3975. | #define PACKAGE_VERSION "3.4.3"
  3976. | #define PACKAGE_STRING "Zabbix 3.4.3"
  3977. | #define PACKAGE_BUGREPORT ""
  3978. | #define PACKAGE_URL ""
  3979. | #define PACKAGE "zabbix"
  3980. | #define VERSION "3.4.3"
  3981. | #define STDC_HEADERS 1
  3982. | #define HAVE_SYS_TYPES_H 1
  3983. | #define HAVE_SYS_STAT_H 1
  3984. | #define HAVE_STDLIB_H 1
  3985. | #define HAVE_STRING_H 1
  3986. | #define HAVE_MEMORY_H 1
  3987. | #define HAVE_STRINGS_H 1
  3988. | #define HAVE_INTTYPES_H 1
  3989. | #define HAVE_STDINT_H 1
  3990. | #define HAVE_UNISTD_H 1
  3991. | #define HAVE_STDIO_H 1
  3992. | #define HAVE_STDLIB_H 1
  3993. | #define HAVE_STRING_H 1
  3994. | #define HAVE_UNISTD_H 1
  3995. | #define HAVE_NETDB_H 1
  3996. | #define HAVE_SIGNAL_H 1
  3997. | #define HAVE_SYSLOG_H 1
  3998. | #define HAVE_TIME_H 1
  3999. | #define HAVE_ERRNO_H 1
  4000. | #define HAVE_SYS_TYPES_H 1
  4001. | #define HAVE_SYS_STAT_H 1
  4002. | #define HAVE_NETINET_IN_H 1
  4003. | #define HAVE_MATH_H 1
  4004. | #define HAVE_SYS_SOCKET_H 1
  4005. | #define HAVE_DIRENT_H 1
  4006. | #define HAVE_CTYPE_H 1
  4007. | #define HAVE_FCNTL_H 1
  4008. | #define HAVE_SYS_PARAM_H 1
  4009. | #define HAVE_ARPA_INET_H 1
  4010. | #define HAVE_SYS_VFS_H 1
  4011. | #define HAVE_SYS_SYSINFO_H 1
  4012. | #define HAVE_SYS_STATVFS_H 1
  4013. | #define HAVE_SYS_STATFS_H 1
  4014. | #define HAVE_SYS_SOCKET_H 1
  4015. | #define HAVE_ARPA_INET_H 1
  4016. | #define HAVE_STRINGS_H 1
  4017. | #define HAVE_SYS_TIME_H 1
  4018. | #define HAVE_SYS_SYSCALL_H 1
  4019. | #define HAVE_SYS_SYSMACROS_H 1
  4020. | #define HAVE_STDINT_H 1
  4021. | #define HAVE_PWD_H 1
  4022. | #define HAVE_ARPA_NAMESER_H 1
  4023. | #define HAVE_ASSERT_H 1
  4024. | #define HAVE_LINUX_KERNEL_H 1
  4025. | #define HAVE_SYS_RESOURCE_H 1
  4026. | #define HAVE_PTHREAD_H 1
  4027. | #define HAVE_SYS_WAIT_H 1
  4028. | #define HAVE_STDARG_H 1
  4029. | /* end confdefs.h.  */
  4030. | #include <stdio.h>
  4031. | #ifdef HAVE_SYS_TYPES_H
  4032. | # include <sys/types.h>
  4033. | #endif
  4034. | #ifdef HAVE_SYS_STAT_H
  4035. | # include <sys/stat.h>
  4036. | #endif
  4037. | #ifdef STDC_HEADERS
  4038. | # include <stdlib.h>
  4039. | # include <stddef.h>
  4040. | #else
  4041. | # ifdef HAVE_STDLIB_H
  4042. | #  include <stdlib.h>
  4043. | # endif
  4044. | #endif
  4045. | #ifdef HAVE_STRING_H
  4046. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4047. | #  include <memory.h>
  4048. | # endif
  4049. | # include <string.h>
  4050. | #endif
  4051. | #ifdef HAVE_STRINGS_H
  4052. | # include <strings.h>
  4053. | #endif
  4054. | #ifdef HAVE_INTTYPES_H
  4055. | # include <inttypes.h>
  4056. | #endif
  4057. | #ifdef HAVE_STDINT_H
  4058. | # include <stdint.h>
  4059. | #endif
  4060. | #ifdef HAVE_UNISTD_H
  4061. | # include <unistd.h>
  4062. | #endif
  4063. | #include <winsock2.h>
  4064. configure:4814: result: no
  4065. configure:4814: checking winsock2.h presence
  4066. configure:4814: gcc -E  conftest.c
  4067. conftest.c:59:22: fatal error: winsock2.h: No such file or directory
  4068.  #include <winsock2.h>
  4069.                       ^
  4070. compilation terminated.
  4071. configure:4814: $? = 1
  4072. configure: failed program was:
  4073. | /* confdefs.h */
  4074. | #define PACKAGE_NAME "Zabbix"
  4075. | #define PACKAGE_TARNAME "zabbix"
  4076. | #define PACKAGE_VERSION "3.4.3"
  4077. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4078. | #define PACKAGE_BUGREPORT ""
  4079. | #define PACKAGE_URL ""
  4080. | #define PACKAGE "zabbix"
  4081. | #define VERSION "3.4.3"
  4082. | #define STDC_HEADERS 1
  4083. | #define HAVE_SYS_TYPES_H 1
  4084. | #define HAVE_SYS_STAT_H 1
  4085. | #define HAVE_STDLIB_H 1
  4086. | #define HAVE_STRING_H 1
  4087. | #define HAVE_MEMORY_H 1
  4088. | #define HAVE_STRINGS_H 1
  4089. | #define HAVE_INTTYPES_H 1
  4090. | #define HAVE_STDINT_H 1
  4091. | #define HAVE_UNISTD_H 1
  4092. | #define HAVE_STDIO_H 1
  4093. | #define HAVE_STDLIB_H 1
  4094. | #define HAVE_STRING_H 1
  4095. | #define HAVE_UNISTD_H 1
  4096. | #define HAVE_NETDB_H 1
  4097. | #define HAVE_SIGNAL_H 1
  4098. | #define HAVE_SYSLOG_H 1
  4099. | #define HAVE_TIME_H 1
  4100. | #define HAVE_ERRNO_H 1
  4101. | #define HAVE_SYS_TYPES_H 1
  4102. | #define HAVE_SYS_STAT_H 1
  4103. | #define HAVE_NETINET_IN_H 1
  4104. | #define HAVE_MATH_H 1
  4105. | #define HAVE_SYS_SOCKET_H 1
  4106. | #define HAVE_DIRENT_H 1
  4107. | #define HAVE_CTYPE_H 1
  4108. | #define HAVE_FCNTL_H 1
  4109. | #define HAVE_SYS_PARAM_H 1
  4110. | #define HAVE_ARPA_INET_H 1
  4111. | #define HAVE_SYS_VFS_H 1
  4112. | #define HAVE_SYS_SYSINFO_H 1
  4113. | #define HAVE_SYS_STATVFS_H 1
  4114. | #define HAVE_SYS_STATFS_H 1
  4115. | #define HAVE_SYS_SOCKET_H 1
  4116. | #define HAVE_ARPA_INET_H 1
  4117. | #define HAVE_STRINGS_H 1
  4118. | #define HAVE_SYS_TIME_H 1
  4119. | #define HAVE_SYS_SYSCALL_H 1
  4120. | #define HAVE_SYS_SYSMACROS_H 1
  4121. | #define HAVE_STDINT_H 1
  4122. | #define HAVE_PWD_H 1
  4123. | #define HAVE_ARPA_NAMESER_H 1
  4124. | #define HAVE_ASSERT_H 1
  4125. | #define HAVE_LINUX_KERNEL_H 1
  4126. | #define HAVE_SYS_RESOURCE_H 1
  4127. | #define HAVE_PTHREAD_H 1
  4128. | #define HAVE_SYS_WAIT_H 1
  4129. | #define HAVE_STDARG_H 1
  4130. | /* end confdefs.h.  */
  4131. | #include <winsock2.h>
  4132. configure:4814: result: no
  4133. configure:4814: checking for winsock2.h
  4134. configure:4814: result: no
  4135. configure:4814: checking pdh.h usability
  4136. configure:4814: gcc -c -g -O2  conftest.c >&5
  4137. conftest.c:92:17: fatal error: pdh.h: No such file or directory
  4138.  #include <pdh.h>
  4139.                  ^
  4140. compilation terminated.
  4141. configure:4814: $? = 1
  4142. configure: failed program was:
  4143. | /* confdefs.h */
  4144. | #define PACKAGE_NAME "Zabbix"
  4145. | #define PACKAGE_TARNAME "zabbix"
  4146. | #define PACKAGE_VERSION "3.4.3"
  4147. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4148. | #define PACKAGE_BUGREPORT ""
  4149. | #define PACKAGE_URL ""
  4150. | #define PACKAGE "zabbix"
  4151. | #define VERSION "3.4.3"
  4152. | #define STDC_HEADERS 1
  4153. | #define HAVE_SYS_TYPES_H 1
  4154. | #define HAVE_SYS_STAT_H 1
  4155. | #define HAVE_STDLIB_H 1
  4156. | #define HAVE_STRING_H 1
  4157. | #define HAVE_MEMORY_H 1
  4158. | #define HAVE_STRINGS_H 1
  4159. | #define HAVE_INTTYPES_H 1
  4160. | #define HAVE_STDINT_H 1
  4161. | #define HAVE_UNISTD_H 1
  4162. | #define HAVE_STDIO_H 1
  4163. | #define HAVE_STDLIB_H 1
  4164. | #define HAVE_STRING_H 1
  4165. | #define HAVE_UNISTD_H 1
  4166. | #define HAVE_NETDB_H 1
  4167. | #define HAVE_SIGNAL_H 1
  4168. | #define HAVE_SYSLOG_H 1
  4169. | #define HAVE_TIME_H 1
  4170. | #define HAVE_ERRNO_H 1
  4171. | #define HAVE_SYS_TYPES_H 1
  4172. | #define HAVE_SYS_STAT_H 1
  4173. | #define HAVE_NETINET_IN_H 1
  4174. | #define HAVE_MATH_H 1
  4175. | #define HAVE_SYS_SOCKET_H 1
  4176. | #define HAVE_DIRENT_H 1
  4177. | #define HAVE_CTYPE_H 1
  4178. | #define HAVE_FCNTL_H 1
  4179. | #define HAVE_SYS_PARAM_H 1
  4180. | #define HAVE_ARPA_INET_H 1
  4181. | #define HAVE_SYS_VFS_H 1
  4182. | #define HAVE_SYS_SYSINFO_H 1
  4183. | #define HAVE_SYS_STATVFS_H 1
  4184. | #define HAVE_SYS_STATFS_H 1
  4185. | #define HAVE_SYS_SOCKET_H 1
  4186. | #define HAVE_ARPA_INET_H 1
  4187. | #define HAVE_STRINGS_H 1
  4188. | #define HAVE_SYS_TIME_H 1
  4189. | #define HAVE_SYS_SYSCALL_H 1
  4190. | #define HAVE_SYS_SYSMACROS_H 1
  4191. | #define HAVE_STDINT_H 1
  4192. | #define HAVE_PWD_H 1
  4193. | #define HAVE_ARPA_NAMESER_H 1
  4194. | #define HAVE_ASSERT_H 1
  4195. | #define HAVE_LINUX_KERNEL_H 1
  4196. | #define HAVE_SYS_RESOURCE_H 1
  4197. | #define HAVE_PTHREAD_H 1
  4198. | #define HAVE_SYS_WAIT_H 1
  4199. | #define HAVE_STDARG_H 1
  4200. | /* end confdefs.h.  */
  4201. | #include <stdio.h>
  4202. | #ifdef HAVE_SYS_TYPES_H
  4203. | # include <sys/types.h>
  4204. | #endif
  4205. | #ifdef HAVE_SYS_STAT_H
  4206. | # include <sys/stat.h>
  4207. | #endif
  4208. | #ifdef STDC_HEADERS
  4209. | # include <stdlib.h>
  4210. | # include <stddef.h>
  4211. | #else
  4212. | # ifdef HAVE_STDLIB_H
  4213. | #  include <stdlib.h>
  4214. | # endif
  4215. | #endif
  4216. | #ifdef HAVE_STRING_H
  4217. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4218. | #  include <memory.h>
  4219. | # endif
  4220. | # include <string.h>
  4221. | #endif
  4222. | #ifdef HAVE_STRINGS_H
  4223. | # include <strings.h>
  4224. | #endif
  4225. | #ifdef HAVE_INTTYPES_H
  4226. | # include <inttypes.h>
  4227. | #endif
  4228. | #ifdef HAVE_STDINT_H
  4229. | # include <stdint.h>
  4230. | #endif
  4231. | #ifdef HAVE_UNISTD_H
  4232. | # include <unistd.h>
  4233. | #endif
  4234. | #include <pdh.h>
  4235. configure:4814: result: no
  4236. configure:4814: checking pdh.h presence
  4237. configure:4814: gcc -E  conftest.c
  4238. conftest.c:59:17: fatal error: pdh.h: No such file or directory
  4239.  #include <pdh.h>
  4240.                  ^
  4241. compilation terminated.
  4242. configure:4814: $? = 1
  4243. configure: failed program was:
  4244. | /* confdefs.h */
  4245. | #define PACKAGE_NAME "Zabbix"
  4246. | #define PACKAGE_TARNAME "zabbix"
  4247. | #define PACKAGE_VERSION "3.4.3"
  4248. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4249. | #define PACKAGE_BUGREPORT ""
  4250. | #define PACKAGE_URL ""
  4251. | #define PACKAGE "zabbix"
  4252. | #define VERSION "3.4.3"
  4253. | #define STDC_HEADERS 1
  4254. | #define HAVE_SYS_TYPES_H 1
  4255. | #define HAVE_SYS_STAT_H 1
  4256. | #define HAVE_STDLIB_H 1
  4257. | #define HAVE_STRING_H 1
  4258. | #define HAVE_MEMORY_H 1
  4259. | #define HAVE_STRINGS_H 1
  4260. | #define HAVE_INTTYPES_H 1
  4261. | #define HAVE_STDINT_H 1
  4262. | #define HAVE_UNISTD_H 1
  4263. | #define HAVE_STDIO_H 1
  4264. | #define HAVE_STDLIB_H 1
  4265. | #define HAVE_STRING_H 1
  4266. | #define HAVE_UNISTD_H 1
  4267. | #define HAVE_NETDB_H 1
  4268. | #define HAVE_SIGNAL_H 1
  4269. | #define HAVE_SYSLOG_H 1
  4270. | #define HAVE_TIME_H 1
  4271. | #define HAVE_ERRNO_H 1
  4272. | #define HAVE_SYS_TYPES_H 1
  4273. | #define HAVE_SYS_STAT_H 1
  4274. | #define HAVE_NETINET_IN_H 1
  4275. | #define HAVE_MATH_H 1
  4276. | #define HAVE_SYS_SOCKET_H 1
  4277. | #define HAVE_DIRENT_H 1
  4278. | #define HAVE_CTYPE_H 1
  4279. | #define HAVE_FCNTL_H 1
  4280. | #define HAVE_SYS_PARAM_H 1
  4281. | #define HAVE_ARPA_INET_H 1
  4282. | #define HAVE_SYS_VFS_H 1
  4283. | #define HAVE_SYS_SYSINFO_H 1
  4284. | #define HAVE_SYS_STATVFS_H 1
  4285. | #define HAVE_SYS_STATFS_H 1
  4286. | #define HAVE_SYS_SOCKET_H 1
  4287. | #define HAVE_ARPA_INET_H 1
  4288. | #define HAVE_STRINGS_H 1
  4289. | #define HAVE_SYS_TIME_H 1
  4290. | #define HAVE_SYS_SYSCALL_H 1
  4291. | #define HAVE_SYS_SYSMACROS_H 1
  4292. | #define HAVE_STDINT_H 1
  4293. | #define HAVE_PWD_H 1
  4294. | #define HAVE_ARPA_NAMESER_H 1
  4295. | #define HAVE_ASSERT_H 1
  4296. | #define HAVE_LINUX_KERNEL_H 1
  4297. | #define HAVE_SYS_RESOURCE_H 1
  4298. | #define HAVE_PTHREAD_H 1
  4299. | #define HAVE_SYS_WAIT_H 1
  4300. | #define HAVE_STDARG_H 1
  4301. | /* end confdefs.h.  */
  4302. | #include <pdh.h>
  4303. configure:4814: result: no
  4304. configure:4814: checking for pdh.h
  4305. configure:4814: result: no
  4306. configure:4814: checking psapi.h usability
  4307. configure:4814: gcc -c -g -O2  conftest.c >&5
  4308. conftest.c:92:19: fatal error: psapi.h: No such file or directory
  4309.  #include <psapi.h>
  4310.                    ^
  4311. compilation terminated.
  4312. configure:4814: $? = 1
  4313. configure: failed program was:
  4314. | /* confdefs.h */
  4315. | #define PACKAGE_NAME "Zabbix"
  4316. | #define PACKAGE_TARNAME "zabbix"
  4317. | #define PACKAGE_VERSION "3.4.3"
  4318. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4319. | #define PACKAGE_BUGREPORT ""
  4320. | #define PACKAGE_URL ""
  4321. | #define PACKAGE "zabbix"
  4322. | #define VERSION "3.4.3"
  4323. | #define STDC_HEADERS 1
  4324. | #define HAVE_SYS_TYPES_H 1
  4325. | #define HAVE_SYS_STAT_H 1
  4326. | #define HAVE_STDLIB_H 1
  4327. | #define HAVE_STRING_H 1
  4328. | #define HAVE_MEMORY_H 1
  4329. | #define HAVE_STRINGS_H 1
  4330. | #define HAVE_INTTYPES_H 1
  4331. | #define HAVE_STDINT_H 1
  4332. | #define HAVE_UNISTD_H 1
  4333. | #define HAVE_STDIO_H 1
  4334. | #define HAVE_STDLIB_H 1
  4335. | #define HAVE_STRING_H 1
  4336. | #define HAVE_UNISTD_H 1
  4337. | #define HAVE_NETDB_H 1
  4338. | #define HAVE_SIGNAL_H 1
  4339. | #define HAVE_SYSLOG_H 1
  4340. | #define HAVE_TIME_H 1
  4341. | #define HAVE_ERRNO_H 1
  4342. | #define HAVE_SYS_TYPES_H 1
  4343. | #define HAVE_SYS_STAT_H 1
  4344. | #define HAVE_NETINET_IN_H 1
  4345. | #define HAVE_MATH_H 1
  4346. | #define HAVE_SYS_SOCKET_H 1
  4347. | #define HAVE_DIRENT_H 1
  4348. | #define HAVE_CTYPE_H 1
  4349. | #define HAVE_FCNTL_H 1
  4350. | #define HAVE_SYS_PARAM_H 1
  4351. | #define HAVE_ARPA_INET_H 1
  4352. | #define HAVE_SYS_VFS_H 1
  4353. | #define HAVE_SYS_SYSINFO_H 1
  4354. | #define HAVE_SYS_STATVFS_H 1
  4355. | #define HAVE_SYS_STATFS_H 1
  4356. | #define HAVE_SYS_SOCKET_H 1
  4357. | #define HAVE_ARPA_INET_H 1
  4358. | #define HAVE_STRINGS_H 1
  4359. | #define HAVE_SYS_TIME_H 1
  4360. | #define HAVE_SYS_SYSCALL_H 1
  4361. | #define HAVE_SYS_SYSMACROS_H 1
  4362. | #define HAVE_STDINT_H 1
  4363. | #define HAVE_PWD_H 1
  4364. | #define HAVE_ARPA_NAMESER_H 1
  4365. | #define HAVE_ASSERT_H 1
  4366. | #define HAVE_LINUX_KERNEL_H 1
  4367. | #define HAVE_SYS_RESOURCE_H 1
  4368. | #define HAVE_PTHREAD_H 1
  4369. | #define HAVE_SYS_WAIT_H 1
  4370. | #define HAVE_STDARG_H 1
  4371. | /* end confdefs.h.  */
  4372. | #include <stdio.h>
  4373. | #ifdef HAVE_SYS_TYPES_H
  4374. | # include <sys/types.h>
  4375. | #endif
  4376. | #ifdef HAVE_SYS_STAT_H
  4377. | # include <sys/stat.h>
  4378. | #endif
  4379. | #ifdef STDC_HEADERS
  4380. | # include <stdlib.h>
  4381. | # include <stddef.h>
  4382. | #else
  4383. | # ifdef HAVE_STDLIB_H
  4384. | #  include <stdlib.h>
  4385. | # endif
  4386. | #endif
  4387. | #ifdef HAVE_STRING_H
  4388. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4389. | #  include <memory.h>
  4390. | # endif
  4391. | # include <string.h>
  4392. | #endif
  4393. | #ifdef HAVE_STRINGS_H
  4394. | # include <strings.h>
  4395. | #endif
  4396. | #ifdef HAVE_INTTYPES_H
  4397. | # include <inttypes.h>
  4398. | #endif
  4399. | #ifdef HAVE_STDINT_H
  4400. | # include <stdint.h>
  4401. | #endif
  4402. | #ifdef HAVE_UNISTD_H
  4403. | # include <unistd.h>
  4404. | #endif
  4405. | #include <psapi.h>
  4406. configure:4814: result: no
  4407. configure:4814: checking psapi.h presence
  4408. configure:4814: gcc -E  conftest.c
  4409. conftest.c:59:19: fatal error: psapi.h: No such file or directory
  4410.  #include <psapi.h>
  4411.                    ^
  4412. compilation terminated.
  4413. configure:4814: $? = 1
  4414. configure: failed program was:
  4415. | /* confdefs.h */
  4416. | #define PACKAGE_NAME "Zabbix"
  4417. | #define PACKAGE_TARNAME "zabbix"
  4418. | #define PACKAGE_VERSION "3.4.3"
  4419. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4420. | #define PACKAGE_BUGREPORT ""
  4421. | #define PACKAGE_URL ""
  4422. | #define PACKAGE "zabbix"
  4423. | #define VERSION "3.4.3"
  4424. | #define STDC_HEADERS 1
  4425. | #define HAVE_SYS_TYPES_H 1
  4426. | #define HAVE_SYS_STAT_H 1
  4427. | #define HAVE_STDLIB_H 1
  4428. | #define HAVE_STRING_H 1
  4429. | #define HAVE_MEMORY_H 1
  4430. | #define HAVE_STRINGS_H 1
  4431. | #define HAVE_INTTYPES_H 1
  4432. | #define HAVE_STDINT_H 1
  4433. | #define HAVE_UNISTD_H 1
  4434. | #define HAVE_STDIO_H 1
  4435. | #define HAVE_STDLIB_H 1
  4436. | #define HAVE_STRING_H 1
  4437. | #define HAVE_UNISTD_H 1
  4438. | #define HAVE_NETDB_H 1
  4439. | #define HAVE_SIGNAL_H 1
  4440. | #define HAVE_SYSLOG_H 1
  4441. | #define HAVE_TIME_H 1
  4442. | #define HAVE_ERRNO_H 1
  4443. | #define HAVE_SYS_TYPES_H 1
  4444. | #define HAVE_SYS_STAT_H 1
  4445. | #define HAVE_NETINET_IN_H 1
  4446. | #define HAVE_MATH_H 1
  4447. | #define HAVE_SYS_SOCKET_H 1
  4448. | #define HAVE_DIRENT_H 1
  4449. | #define HAVE_CTYPE_H 1
  4450. | #define HAVE_FCNTL_H 1
  4451. | #define HAVE_SYS_PARAM_H 1
  4452. | #define HAVE_ARPA_INET_H 1
  4453. | #define HAVE_SYS_VFS_H 1
  4454. | #define HAVE_SYS_SYSINFO_H 1
  4455. | #define HAVE_SYS_STATVFS_H 1
  4456. | #define HAVE_SYS_STATFS_H 1
  4457. | #define HAVE_SYS_SOCKET_H 1
  4458. | #define HAVE_ARPA_INET_H 1
  4459. | #define HAVE_STRINGS_H 1
  4460. | #define HAVE_SYS_TIME_H 1
  4461. | #define HAVE_SYS_SYSCALL_H 1
  4462. | #define HAVE_SYS_SYSMACROS_H 1
  4463. | #define HAVE_STDINT_H 1
  4464. | #define HAVE_PWD_H 1
  4465. | #define HAVE_ARPA_NAMESER_H 1
  4466. | #define HAVE_ASSERT_H 1
  4467. | #define HAVE_LINUX_KERNEL_H 1
  4468. | #define HAVE_SYS_RESOURCE_H 1
  4469. | #define HAVE_PTHREAD_H 1
  4470. | #define HAVE_SYS_WAIT_H 1
  4471. | #define HAVE_STDARG_H 1
  4472. | /* end confdefs.h.  */
  4473. | #include <psapi.h>
  4474. configure:4814: result: no
  4475. configure:4814: checking for psapi.h
  4476. configure:4814: result: no
  4477. configure:4814: checking sys/sem.h usability
  4478. configure:4814: gcc -c -g -O2  conftest.c >&5
  4479. configure:4814: $? = 0
  4480. configure:4814: result: yes
  4481. configure:4814: checking sys/sem.h presence
  4482. configure:4814: gcc -E  conftest.c
  4483. configure:4814: $? = 0
  4484. configure:4814: result: yes
  4485. configure:4814: checking for sys/sem.h
  4486. configure:4814: result: yes
  4487. configure:4814: checking sys/ipc.h usability
  4488. configure:4814: gcc -c -g -O2  conftest.c >&5
  4489. configure:4814: $? = 0
  4490. configure:4814: result: yes
  4491. configure:4814: checking sys/ipc.h presence
  4492. configure:4814: gcc -E  conftest.c
  4493. configure:4814: $? = 0
  4494. configure:4814: result: yes
  4495. configure:4814: checking for sys/ipc.h
  4496. configure:4814: result: yes
  4497. configure:4814: checking sys/shm.h usability
  4498. configure:4814: gcc -c -g -O2  conftest.c >&5
  4499. configure:4814: $? = 0
  4500. configure:4814: result: yes
  4501. configure:4814: checking sys/shm.h presence
  4502. configure:4814: gcc -E  conftest.c
  4503. configure:4814: $? = 0
  4504. configure:4814: result: yes
  4505. configure:4814: checking for sys/shm.h
  4506. configure:4814: result: yes
  4507. configure:4814: checking Winldap.h usability
  4508. configure:4814: gcc -c -g -O2  conftest.c >&5
  4509. conftest.c:95:21: fatal error: Winldap.h: No such file or directory
  4510.  #include <Winldap.h>
  4511.                      ^
  4512. compilation terminated.
  4513. configure:4814: $? = 1
  4514. configure: failed program was:
  4515. | /* confdefs.h */
  4516. | #define PACKAGE_NAME "Zabbix"
  4517. | #define PACKAGE_TARNAME "zabbix"
  4518. | #define PACKAGE_VERSION "3.4.3"
  4519. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4520. | #define PACKAGE_BUGREPORT ""
  4521. | #define PACKAGE_URL ""
  4522. | #define PACKAGE "zabbix"
  4523. | #define VERSION "3.4.3"
  4524. | #define STDC_HEADERS 1
  4525. | #define HAVE_SYS_TYPES_H 1
  4526. | #define HAVE_SYS_STAT_H 1
  4527. | #define HAVE_STDLIB_H 1
  4528. | #define HAVE_STRING_H 1
  4529. | #define HAVE_MEMORY_H 1
  4530. | #define HAVE_STRINGS_H 1
  4531. | #define HAVE_INTTYPES_H 1
  4532. | #define HAVE_STDINT_H 1
  4533. | #define HAVE_UNISTD_H 1
  4534. | #define HAVE_STDIO_H 1
  4535. | #define HAVE_STDLIB_H 1
  4536. | #define HAVE_STRING_H 1
  4537. | #define HAVE_UNISTD_H 1
  4538. | #define HAVE_NETDB_H 1
  4539. | #define HAVE_SIGNAL_H 1
  4540. | #define HAVE_SYSLOG_H 1
  4541. | #define HAVE_TIME_H 1
  4542. | #define HAVE_ERRNO_H 1
  4543. | #define HAVE_SYS_TYPES_H 1
  4544. | #define HAVE_SYS_STAT_H 1
  4545. | #define HAVE_NETINET_IN_H 1
  4546. | #define HAVE_MATH_H 1
  4547. | #define HAVE_SYS_SOCKET_H 1
  4548. | #define HAVE_DIRENT_H 1
  4549. | #define HAVE_CTYPE_H 1
  4550. | #define HAVE_FCNTL_H 1
  4551. | #define HAVE_SYS_PARAM_H 1
  4552. | #define HAVE_ARPA_INET_H 1
  4553. | #define HAVE_SYS_VFS_H 1
  4554. | #define HAVE_SYS_SYSINFO_H 1
  4555. | #define HAVE_SYS_STATVFS_H 1
  4556. | #define HAVE_SYS_STATFS_H 1
  4557. | #define HAVE_SYS_SOCKET_H 1
  4558. | #define HAVE_ARPA_INET_H 1
  4559. | #define HAVE_STRINGS_H 1
  4560. | #define HAVE_SYS_TIME_H 1
  4561. | #define HAVE_SYS_SYSCALL_H 1
  4562. | #define HAVE_SYS_SYSMACROS_H 1
  4563. | #define HAVE_STDINT_H 1
  4564. | #define HAVE_PWD_H 1
  4565. | #define HAVE_ARPA_NAMESER_H 1
  4566. | #define HAVE_ASSERT_H 1
  4567. | #define HAVE_LINUX_KERNEL_H 1
  4568. | #define HAVE_SYS_RESOURCE_H 1
  4569. | #define HAVE_PTHREAD_H 1
  4570. | #define HAVE_SYS_WAIT_H 1
  4571. | #define HAVE_STDARG_H 1
  4572. | #define HAVE_SYS_SEM_H 1
  4573. | #define HAVE_SYS_IPC_H 1
  4574. | #define HAVE_SYS_SHM_H 1
  4575. | /* end confdefs.h.  */
  4576. | #include <stdio.h>
  4577. | #ifdef HAVE_SYS_TYPES_H
  4578. | # include <sys/types.h>
  4579. | #endif
  4580. | #ifdef HAVE_SYS_STAT_H
  4581. | # include <sys/stat.h>
  4582. | #endif
  4583. | #ifdef STDC_HEADERS
  4584. | # include <stdlib.h>
  4585. | # include <stddef.h>
  4586. | #else
  4587. | # ifdef HAVE_STDLIB_H
  4588. | #  include <stdlib.h>
  4589. | # endif
  4590. | #endif
  4591. | #ifdef HAVE_STRING_H
  4592. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4593. | #  include <memory.h>
  4594. | # endif
  4595. | # include <string.h>
  4596. | #endif
  4597. | #ifdef HAVE_STRINGS_H
  4598. | # include <strings.h>
  4599. | #endif
  4600. | #ifdef HAVE_INTTYPES_H
  4601. | # include <inttypes.h>
  4602. | #endif
  4603. | #ifdef HAVE_STDINT_H
  4604. | # include <stdint.h>
  4605. | #endif
  4606. | #ifdef HAVE_UNISTD_H
  4607. | # include <unistd.h>
  4608. | #endif
  4609. | #include <Winldap.h>
  4610. configure:4814: result: no
  4611. configure:4814: checking Winldap.h presence
  4612. configure:4814: gcc -E  conftest.c
  4613. conftest.c:62:21: fatal error: Winldap.h: No such file or directory
  4614.  #include <Winldap.h>
  4615.                      ^
  4616. compilation terminated.
  4617. configure:4814: $? = 1
  4618. configure: failed program was:
  4619. | /* confdefs.h */
  4620. | #define PACKAGE_NAME "Zabbix"
  4621. | #define PACKAGE_TARNAME "zabbix"
  4622. | #define PACKAGE_VERSION "3.4.3"
  4623. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4624. | #define PACKAGE_BUGREPORT ""
  4625. | #define PACKAGE_URL ""
  4626. | #define PACKAGE "zabbix"
  4627. | #define VERSION "3.4.3"
  4628. | #define STDC_HEADERS 1
  4629. | #define HAVE_SYS_TYPES_H 1
  4630. | #define HAVE_SYS_STAT_H 1
  4631. | #define HAVE_STDLIB_H 1
  4632. | #define HAVE_STRING_H 1
  4633. | #define HAVE_MEMORY_H 1
  4634. | #define HAVE_STRINGS_H 1
  4635. | #define HAVE_INTTYPES_H 1
  4636. | #define HAVE_STDINT_H 1
  4637. | #define HAVE_UNISTD_H 1
  4638. | #define HAVE_STDIO_H 1
  4639. | #define HAVE_STDLIB_H 1
  4640. | #define HAVE_STRING_H 1
  4641. | #define HAVE_UNISTD_H 1
  4642. | #define HAVE_NETDB_H 1
  4643. | #define HAVE_SIGNAL_H 1
  4644. | #define HAVE_SYSLOG_H 1
  4645. | #define HAVE_TIME_H 1
  4646. | #define HAVE_ERRNO_H 1
  4647. | #define HAVE_SYS_TYPES_H 1
  4648. | #define HAVE_SYS_STAT_H 1
  4649. | #define HAVE_NETINET_IN_H 1
  4650. | #define HAVE_MATH_H 1
  4651. | #define HAVE_SYS_SOCKET_H 1
  4652. | #define HAVE_DIRENT_H 1
  4653. | #define HAVE_CTYPE_H 1
  4654. | #define HAVE_FCNTL_H 1
  4655. | #define HAVE_SYS_PARAM_H 1
  4656. | #define HAVE_ARPA_INET_H 1
  4657. | #define HAVE_SYS_VFS_H 1
  4658. | #define HAVE_SYS_SYSINFO_H 1
  4659. | #define HAVE_SYS_STATVFS_H 1
  4660. | #define HAVE_SYS_STATFS_H 1
  4661. | #define HAVE_SYS_SOCKET_H 1
  4662. | #define HAVE_ARPA_INET_H 1
  4663. | #define HAVE_STRINGS_H 1
  4664. | #define HAVE_SYS_TIME_H 1
  4665. | #define HAVE_SYS_SYSCALL_H 1
  4666. | #define HAVE_SYS_SYSMACROS_H 1
  4667. | #define HAVE_STDINT_H 1
  4668. | #define HAVE_PWD_H 1
  4669. | #define HAVE_ARPA_NAMESER_H 1
  4670. | #define HAVE_ASSERT_H 1
  4671. | #define HAVE_LINUX_KERNEL_H 1
  4672. | #define HAVE_SYS_RESOURCE_H 1
  4673. | #define HAVE_PTHREAD_H 1
  4674. | #define HAVE_SYS_WAIT_H 1
  4675. | #define HAVE_STDARG_H 1
  4676. | #define HAVE_SYS_SEM_H 1
  4677. | #define HAVE_SYS_IPC_H 1
  4678. | #define HAVE_SYS_SHM_H 1
  4679. | /* end confdefs.h.  */
  4680. | #include <Winldap.h>
  4681. configure:4814: result: no
  4682. configure:4814: checking for Winldap.h
  4683. configure:4814: result: no
  4684. configure:4814: checking Winber.h usability
  4685. configure:4814: gcc -c -g -O2  conftest.c >&5
  4686. conftest.c:95:20: fatal error: Winber.h: No such file or directory
  4687.  #include <Winber.h>
  4688.                     ^
  4689. compilation terminated.
  4690. configure:4814: $? = 1
  4691. configure: failed program was:
  4692. | /* confdefs.h */
  4693. | #define PACKAGE_NAME "Zabbix"
  4694. | #define PACKAGE_TARNAME "zabbix"
  4695. | #define PACKAGE_VERSION "3.4.3"
  4696. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4697. | #define PACKAGE_BUGREPORT ""
  4698. | #define PACKAGE_URL ""
  4699. | #define PACKAGE "zabbix"
  4700. | #define VERSION "3.4.3"
  4701. | #define STDC_HEADERS 1
  4702. | #define HAVE_SYS_TYPES_H 1
  4703. | #define HAVE_SYS_STAT_H 1
  4704. | #define HAVE_STDLIB_H 1
  4705. | #define HAVE_STRING_H 1
  4706. | #define HAVE_MEMORY_H 1
  4707. | #define HAVE_STRINGS_H 1
  4708. | #define HAVE_INTTYPES_H 1
  4709. | #define HAVE_STDINT_H 1
  4710. | #define HAVE_UNISTD_H 1
  4711. | #define HAVE_STDIO_H 1
  4712. | #define HAVE_STDLIB_H 1
  4713. | #define HAVE_STRING_H 1
  4714. | #define HAVE_UNISTD_H 1
  4715. | #define HAVE_NETDB_H 1
  4716. | #define HAVE_SIGNAL_H 1
  4717. | #define HAVE_SYSLOG_H 1
  4718. | #define HAVE_TIME_H 1
  4719. | #define HAVE_ERRNO_H 1
  4720. | #define HAVE_SYS_TYPES_H 1
  4721. | #define HAVE_SYS_STAT_H 1
  4722. | #define HAVE_NETINET_IN_H 1
  4723. | #define HAVE_MATH_H 1
  4724. | #define HAVE_SYS_SOCKET_H 1
  4725. | #define HAVE_DIRENT_H 1
  4726. | #define HAVE_CTYPE_H 1
  4727. | #define HAVE_FCNTL_H 1
  4728. | #define HAVE_SYS_PARAM_H 1
  4729. | #define HAVE_ARPA_INET_H 1
  4730. | #define HAVE_SYS_VFS_H 1
  4731. | #define HAVE_SYS_SYSINFO_H 1
  4732. | #define HAVE_SYS_STATVFS_H 1
  4733. | #define HAVE_SYS_STATFS_H 1
  4734. | #define HAVE_SYS_SOCKET_H 1
  4735. | #define HAVE_ARPA_INET_H 1
  4736. | #define HAVE_STRINGS_H 1
  4737. | #define HAVE_SYS_TIME_H 1
  4738. | #define HAVE_SYS_SYSCALL_H 1
  4739. | #define HAVE_SYS_SYSMACROS_H 1
  4740. | #define HAVE_STDINT_H 1
  4741. | #define HAVE_PWD_H 1
  4742. | #define HAVE_ARPA_NAMESER_H 1
  4743. | #define HAVE_ASSERT_H 1
  4744. | #define HAVE_LINUX_KERNEL_H 1
  4745. | #define HAVE_SYS_RESOURCE_H 1
  4746. | #define HAVE_PTHREAD_H 1
  4747. | #define HAVE_SYS_WAIT_H 1
  4748. | #define HAVE_STDARG_H 1
  4749. | #define HAVE_SYS_SEM_H 1
  4750. | #define HAVE_SYS_IPC_H 1
  4751. | #define HAVE_SYS_SHM_H 1
  4752. | /* end confdefs.h.  */
  4753. | #include <stdio.h>
  4754. | #ifdef HAVE_SYS_TYPES_H
  4755. | # include <sys/types.h>
  4756. | #endif
  4757. | #ifdef HAVE_SYS_STAT_H
  4758. | # include <sys/stat.h>
  4759. | #endif
  4760. | #ifdef STDC_HEADERS
  4761. | # include <stdlib.h>
  4762. | # include <stddef.h>
  4763. | #else
  4764. | # ifdef HAVE_STDLIB_H
  4765. | #  include <stdlib.h>
  4766. | # endif
  4767. | #endif
  4768. | #ifdef HAVE_STRING_H
  4769. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4770. | #  include <memory.h>
  4771. | # endif
  4772. | # include <string.h>
  4773. | #endif
  4774. | #ifdef HAVE_STRINGS_H
  4775. | # include <strings.h>
  4776. | #endif
  4777. | #ifdef HAVE_INTTYPES_H
  4778. | # include <inttypes.h>
  4779. | #endif
  4780. | #ifdef HAVE_STDINT_H
  4781. | # include <stdint.h>
  4782. | #endif
  4783. | #ifdef HAVE_UNISTD_H
  4784. | # include <unistd.h>
  4785. | #endif
  4786. | #include <Winber.h>
  4787. configure:4814: result: no
  4788. configure:4814: checking Winber.h presence
  4789. configure:4814: gcc -E  conftest.c
  4790. conftest.c:62:20: fatal error: Winber.h: No such file or directory
  4791.  #include <Winber.h>
  4792.                     ^
  4793. compilation terminated.
  4794. configure:4814: $? = 1
  4795. configure: failed program was:
  4796. | /* confdefs.h */
  4797. | #define PACKAGE_NAME "Zabbix"
  4798. | #define PACKAGE_TARNAME "zabbix"
  4799. | #define PACKAGE_VERSION "3.4.3"
  4800. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4801. | #define PACKAGE_BUGREPORT ""
  4802. | #define PACKAGE_URL ""
  4803. | #define PACKAGE "zabbix"
  4804. | #define VERSION "3.4.3"
  4805. | #define STDC_HEADERS 1
  4806. | #define HAVE_SYS_TYPES_H 1
  4807. | #define HAVE_SYS_STAT_H 1
  4808. | #define HAVE_STDLIB_H 1
  4809. | #define HAVE_STRING_H 1
  4810. | #define HAVE_MEMORY_H 1
  4811. | #define HAVE_STRINGS_H 1
  4812. | #define HAVE_INTTYPES_H 1
  4813. | #define HAVE_STDINT_H 1
  4814. | #define HAVE_UNISTD_H 1
  4815. | #define HAVE_STDIO_H 1
  4816. | #define HAVE_STDLIB_H 1
  4817. | #define HAVE_STRING_H 1
  4818. | #define HAVE_UNISTD_H 1
  4819. | #define HAVE_NETDB_H 1
  4820. | #define HAVE_SIGNAL_H 1
  4821. | #define HAVE_SYSLOG_H 1
  4822. | #define HAVE_TIME_H 1
  4823. | #define HAVE_ERRNO_H 1
  4824. | #define HAVE_SYS_TYPES_H 1
  4825. | #define HAVE_SYS_STAT_H 1
  4826. | #define HAVE_NETINET_IN_H 1
  4827. | #define HAVE_MATH_H 1
  4828. | #define HAVE_SYS_SOCKET_H 1
  4829. | #define HAVE_DIRENT_H 1
  4830. | #define HAVE_CTYPE_H 1
  4831. | #define HAVE_FCNTL_H 1
  4832. | #define HAVE_SYS_PARAM_H 1
  4833. | #define HAVE_ARPA_INET_H 1
  4834. | #define HAVE_SYS_VFS_H 1
  4835. | #define HAVE_SYS_SYSINFO_H 1
  4836. | #define HAVE_SYS_STATVFS_H 1
  4837. | #define HAVE_SYS_STATFS_H 1
  4838. | #define HAVE_SYS_SOCKET_H 1
  4839. | #define HAVE_ARPA_INET_H 1
  4840. | #define HAVE_STRINGS_H 1
  4841. | #define HAVE_SYS_TIME_H 1
  4842. | #define HAVE_SYS_SYSCALL_H 1
  4843. | #define HAVE_SYS_SYSMACROS_H 1
  4844. | #define HAVE_STDINT_H 1
  4845. | #define HAVE_PWD_H 1
  4846. | #define HAVE_ARPA_NAMESER_H 1
  4847. | #define HAVE_ASSERT_H 1
  4848. | #define HAVE_LINUX_KERNEL_H 1
  4849. | #define HAVE_SYS_RESOURCE_H 1
  4850. | #define HAVE_PTHREAD_H 1
  4851. | #define HAVE_SYS_WAIT_H 1
  4852. | #define HAVE_STDARG_H 1
  4853. | #define HAVE_SYS_SEM_H 1
  4854. | #define HAVE_SYS_IPC_H 1
  4855. | #define HAVE_SYS_SHM_H 1
  4856. | /* end confdefs.h.  */
  4857. | #include <Winber.h>
  4858. configure:4814: result: no
  4859. configure:4814: checking for Winber.h
  4860. configure:4814: result: no
  4861. configure:4814: checking lber.h usability
  4862. configure:4814: gcc -c -g -O2  conftest.c >&5
  4863. configure:4814: $? = 0
  4864. configure:4814: result: yes
  4865. configure:4814: checking lber.h presence
  4866. configure:4814: gcc -E  conftest.c
  4867. configure:4814: $? = 0
  4868. configure:4814: result: yes
  4869. configure:4814: checking for lber.h
  4870. configure:4814: result: yes
  4871. configure:4814: checking ws2tcpip.h usability
  4872. configure:4814: gcc -c -g -O2  conftest.c >&5
  4873. conftest.c:96:22: fatal error: ws2tcpip.h: No such file or directory
  4874.  #include <ws2tcpip.h>
  4875.                       ^
  4876. compilation terminated.
  4877. configure:4814: $? = 1
  4878. configure: failed program was:
  4879. | /* confdefs.h */
  4880. | #define PACKAGE_NAME "Zabbix"
  4881. | #define PACKAGE_TARNAME "zabbix"
  4882. | #define PACKAGE_VERSION "3.4.3"
  4883. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4884. | #define PACKAGE_BUGREPORT ""
  4885. | #define PACKAGE_URL ""
  4886. | #define PACKAGE "zabbix"
  4887. | #define VERSION "3.4.3"
  4888. | #define STDC_HEADERS 1
  4889. | #define HAVE_SYS_TYPES_H 1
  4890. | #define HAVE_SYS_STAT_H 1
  4891. | #define HAVE_STDLIB_H 1
  4892. | #define HAVE_STRING_H 1
  4893. | #define HAVE_MEMORY_H 1
  4894. | #define HAVE_STRINGS_H 1
  4895. | #define HAVE_INTTYPES_H 1
  4896. | #define HAVE_STDINT_H 1
  4897. | #define HAVE_UNISTD_H 1
  4898. | #define HAVE_STDIO_H 1
  4899. | #define HAVE_STDLIB_H 1
  4900. | #define HAVE_STRING_H 1
  4901. | #define HAVE_UNISTD_H 1
  4902. | #define HAVE_NETDB_H 1
  4903. | #define HAVE_SIGNAL_H 1
  4904. | #define HAVE_SYSLOG_H 1
  4905. | #define HAVE_TIME_H 1
  4906. | #define HAVE_ERRNO_H 1
  4907. | #define HAVE_SYS_TYPES_H 1
  4908. | #define HAVE_SYS_STAT_H 1
  4909. | #define HAVE_NETINET_IN_H 1
  4910. | #define HAVE_MATH_H 1
  4911. | #define HAVE_SYS_SOCKET_H 1
  4912. | #define HAVE_DIRENT_H 1
  4913. | #define HAVE_CTYPE_H 1
  4914. | #define HAVE_FCNTL_H 1
  4915. | #define HAVE_SYS_PARAM_H 1
  4916. | #define HAVE_ARPA_INET_H 1
  4917. | #define HAVE_SYS_VFS_H 1
  4918. | #define HAVE_SYS_SYSINFO_H 1
  4919. | #define HAVE_SYS_STATVFS_H 1
  4920. | #define HAVE_SYS_STATFS_H 1
  4921. | #define HAVE_SYS_SOCKET_H 1
  4922. | #define HAVE_ARPA_INET_H 1
  4923. | #define HAVE_STRINGS_H 1
  4924. | #define HAVE_SYS_TIME_H 1
  4925. | #define HAVE_SYS_SYSCALL_H 1
  4926. | #define HAVE_SYS_SYSMACROS_H 1
  4927. | #define HAVE_STDINT_H 1
  4928. | #define HAVE_PWD_H 1
  4929. | #define HAVE_ARPA_NAMESER_H 1
  4930. | #define HAVE_ASSERT_H 1
  4931. | #define HAVE_LINUX_KERNEL_H 1
  4932. | #define HAVE_SYS_RESOURCE_H 1
  4933. | #define HAVE_PTHREAD_H 1
  4934. | #define HAVE_SYS_WAIT_H 1
  4935. | #define HAVE_STDARG_H 1
  4936. | #define HAVE_SYS_SEM_H 1
  4937. | #define HAVE_SYS_IPC_H 1
  4938. | #define HAVE_SYS_SHM_H 1
  4939. | #define HAVE_LBER_H 1
  4940. | /* end confdefs.h.  */
  4941. | #include <stdio.h>
  4942. | #ifdef HAVE_SYS_TYPES_H
  4943. | # include <sys/types.h>
  4944. | #endif
  4945. | #ifdef HAVE_SYS_STAT_H
  4946. | # include <sys/stat.h>
  4947. | #endif
  4948. | #ifdef STDC_HEADERS
  4949. | # include <stdlib.h>
  4950. | # include <stddef.h>
  4951. | #else
  4952. | # ifdef HAVE_STDLIB_H
  4953. | #  include <stdlib.h>
  4954. | # endif
  4955. | #endif
  4956. | #ifdef HAVE_STRING_H
  4957. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4958. | #  include <memory.h>
  4959. | # endif
  4960. | # include <string.h>
  4961. | #endif
  4962. | #ifdef HAVE_STRINGS_H
  4963. | # include <strings.h>
  4964. | #endif
  4965. | #ifdef HAVE_INTTYPES_H
  4966. | # include <inttypes.h>
  4967. | #endif
  4968. | #ifdef HAVE_STDINT_H
  4969. | # include <stdint.h>
  4970. | #endif
  4971. | #ifdef HAVE_UNISTD_H
  4972. | # include <unistd.h>
  4973. | #endif
  4974. | #include <ws2tcpip.h>
  4975. configure:4814: result: no
  4976. configure:4814: checking ws2tcpip.h presence
  4977. configure:4814: gcc -E  conftest.c
  4978. conftest.c:63:22: fatal error: ws2tcpip.h: No such file or directory
  4979.  #include <ws2tcpip.h>
  4980.                       ^
  4981. compilation terminated.
  4982. configure:4814: $? = 1
  4983. configure: failed program was:
  4984. | /* confdefs.h */
  4985. | #define PACKAGE_NAME "Zabbix"
  4986. | #define PACKAGE_TARNAME "zabbix"
  4987. | #define PACKAGE_VERSION "3.4.3"
  4988. | #define PACKAGE_STRING "Zabbix 3.4.3"
  4989. | #define PACKAGE_BUGREPORT ""
  4990. | #define PACKAGE_URL ""
  4991. | #define PACKAGE "zabbix"
  4992. | #define VERSION "3.4.3"
  4993. | #define STDC_HEADERS 1
  4994. | #define HAVE_SYS_TYPES_H 1
  4995. | #define HAVE_SYS_STAT_H 1
  4996. | #define HAVE_STDLIB_H 1
  4997. | #define HAVE_STRING_H 1
  4998. | #define HAVE_MEMORY_H 1
  4999. | #define HAVE_STRINGS_H 1
  5000. | #define HAVE_INTTYPES_H 1
  5001. | #define HAVE_STDINT_H 1
  5002. | #define HAVE_UNISTD_H 1
  5003. | #define HAVE_STDIO_H 1
  5004. | #define HAVE_STDLIB_H 1
  5005. | #define HAVE_STRING_H 1
  5006. | #define HAVE_UNISTD_H 1
  5007. | #define HAVE_NETDB_H 1
  5008. | #define HAVE_SIGNAL_H 1
  5009. | #define HAVE_SYSLOG_H 1
  5010. | #define HAVE_TIME_H 1
  5011. | #define HAVE_ERRNO_H 1
  5012. | #define HAVE_SYS_TYPES_H 1
  5013. | #define HAVE_SYS_STAT_H 1
  5014. | #define HAVE_NETINET_IN_H 1
  5015. | #define HAVE_MATH_H 1
  5016. | #define HAVE_SYS_SOCKET_H 1
  5017. | #define HAVE_DIRENT_H 1
  5018. | #define HAVE_CTYPE_H 1
  5019. | #define HAVE_FCNTL_H 1
  5020. | #define HAVE_SYS_PARAM_H 1
  5021. | #define HAVE_ARPA_INET_H 1
  5022. | #define HAVE_SYS_VFS_H 1
  5023. | #define HAVE_SYS_SYSINFO_H 1
  5024. | #define HAVE_SYS_STATVFS_H 1
  5025. | #define HAVE_SYS_STATFS_H 1
  5026. | #define HAVE_SYS_SOCKET_H 1
  5027. | #define HAVE_ARPA_INET_H 1
  5028. | #define HAVE_STRINGS_H 1
  5029. | #define HAVE_SYS_TIME_H 1
  5030. | #define HAVE_SYS_SYSCALL_H 1
  5031. | #define HAVE_SYS_SYSMACROS_H 1
  5032. | #define HAVE_STDINT_H 1
  5033. | #define HAVE_PWD_H 1
  5034. | #define HAVE_ARPA_NAMESER_H 1
  5035. | #define HAVE_ASSERT_H 1
  5036. | #define HAVE_LINUX_KERNEL_H 1
  5037. | #define HAVE_SYS_RESOURCE_H 1
  5038. | #define HAVE_PTHREAD_H 1
  5039. | #define HAVE_SYS_WAIT_H 1
  5040. | #define HAVE_STDARG_H 1
  5041. | #define HAVE_SYS_SEM_H 1
  5042. | #define HAVE_SYS_IPC_H 1
  5043. | #define HAVE_SYS_SHM_H 1
  5044. | #define HAVE_LBER_H 1
  5045. | /* end confdefs.h.  */
  5046. | #include <ws2tcpip.h>
  5047. configure:4814: result: no
  5048. configure:4814: checking for ws2tcpip.h
  5049. configure:4814: result: no
  5050. configure:4814: checking for inttypes.h
  5051. configure:4814: result: yes
  5052. configure:4814: checking sys/file.h usability
  5053. configure:4814: gcc -c -g -O2  conftest.c >&5
  5054. configure:4814: $? = 0
  5055. configure:4814: result: yes
  5056. configure:4814: checking sys/file.h presence
  5057. configure:4814: gcc -E  conftest.c
  5058. configure:4814: $? = 0
  5059. configure:4814: result: yes
  5060. configure:4814: checking for sys/file.h
  5061. configure:4814: result: yes
  5062. configure:4814: checking grp.h usability
  5063. configure:4814: gcc -c -g -O2  conftest.c >&5
  5064. configure:4814: $? = 0
  5065. configure:4814: result: yes
  5066. configure:4814: checking grp.h presence
  5067. configure:4814: gcc -E  conftest.c
  5068. configure:4814: $? = 0
  5069. configure:4814: result: yes
  5070. configure:4814: checking for grp.h
  5071. configure:4814: result: yes
  5072. configure:4814: checking execinfo.h usability
  5073. configure:4814: gcc -c -g -O2  conftest.c >&5
  5074. configure:4814: $? = 0
  5075. configure:4814: result: yes
  5076. configure:4814: checking execinfo.h presence
  5077. configure:4814: gcc -E  conftest.c
  5078. configure:4814: $? = 0
  5079. configure:4814: result: yes
  5080. configure:4814: checking for execinfo.h
  5081. configure:4814: result: yes
  5082. configure:4814: checking libperfstat.h usability
  5083. configure:4814: gcc -c -g -O2  conftest.c >&5
  5084. conftest.c:100:25: fatal error: libperfstat.h: No such file or directory
  5085.  #include <libperfstat.h>
  5086.                          ^
  5087. compilation terminated.
  5088. configure:4814: $? = 1
  5089. configure: failed program was:
  5090. | /* confdefs.h */
  5091. | #define PACKAGE_NAME "Zabbix"
  5092. | #define PACKAGE_TARNAME "zabbix"
  5093. | #define PACKAGE_VERSION "3.4.3"
  5094. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5095. | #define PACKAGE_BUGREPORT ""
  5096. | #define PACKAGE_URL ""
  5097. | #define PACKAGE "zabbix"
  5098. | #define VERSION "3.4.3"
  5099. | #define STDC_HEADERS 1
  5100. | #define HAVE_SYS_TYPES_H 1
  5101. | #define HAVE_SYS_STAT_H 1
  5102. | #define HAVE_STDLIB_H 1
  5103. | #define HAVE_STRING_H 1
  5104. | #define HAVE_MEMORY_H 1
  5105. | #define HAVE_STRINGS_H 1
  5106. | #define HAVE_INTTYPES_H 1
  5107. | #define HAVE_STDINT_H 1
  5108. | #define HAVE_UNISTD_H 1
  5109. | #define HAVE_STDIO_H 1
  5110. | #define HAVE_STDLIB_H 1
  5111. | #define HAVE_STRING_H 1
  5112. | #define HAVE_UNISTD_H 1
  5113. | #define HAVE_NETDB_H 1
  5114. | #define HAVE_SIGNAL_H 1
  5115. | #define HAVE_SYSLOG_H 1
  5116. | #define HAVE_TIME_H 1
  5117. | #define HAVE_ERRNO_H 1
  5118. | #define HAVE_SYS_TYPES_H 1
  5119. | #define HAVE_SYS_STAT_H 1
  5120. | #define HAVE_NETINET_IN_H 1
  5121. | #define HAVE_MATH_H 1
  5122. | #define HAVE_SYS_SOCKET_H 1
  5123. | #define HAVE_DIRENT_H 1
  5124. | #define HAVE_CTYPE_H 1
  5125. | #define HAVE_FCNTL_H 1
  5126. | #define HAVE_SYS_PARAM_H 1
  5127. | #define HAVE_ARPA_INET_H 1
  5128. | #define HAVE_SYS_VFS_H 1
  5129. | #define HAVE_SYS_SYSINFO_H 1
  5130. | #define HAVE_SYS_STATVFS_H 1
  5131. | #define HAVE_SYS_STATFS_H 1
  5132. | #define HAVE_SYS_SOCKET_H 1
  5133. | #define HAVE_ARPA_INET_H 1
  5134. | #define HAVE_STRINGS_H 1
  5135. | #define HAVE_SYS_TIME_H 1
  5136. | #define HAVE_SYS_SYSCALL_H 1
  5137. | #define HAVE_SYS_SYSMACROS_H 1
  5138. | #define HAVE_STDINT_H 1
  5139. | #define HAVE_PWD_H 1
  5140. | #define HAVE_ARPA_NAMESER_H 1
  5141. | #define HAVE_ASSERT_H 1
  5142. | #define HAVE_LINUX_KERNEL_H 1
  5143. | #define HAVE_SYS_RESOURCE_H 1
  5144. | #define HAVE_PTHREAD_H 1
  5145. | #define HAVE_SYS_WAIT_H 1
  5146. | #define HAVE_STDARG_H 1
  5147. | #define HAVE_SYS_SEM_H 1
  5148. | #define HAVE_SYS_IPC_H 1
  5149. | #define HAVE_SYS_SHM_H 1
  5150. | #define HAVE_LBER_H 1
  5151. | #define HAVE_INTTYPES_H 1
  5152. | #define HAVE_SYS_FILE_H 1
  5153. | #define HAVE_GRP_H 1
  5154. | #define HAVE_EXECINFO_H 1
  5155. | /* end confdefs.h.  */
  5156. | #include <stdio.h>
  5157. | #ifdef HAVE_SYS_TYPES_H
  5158. | # include <sys/types.h>
  5159. | #endif
  5160. | #ifdef HAVE_SYS_STAT_H
  5161. | # include <sys/stat.h>
  5162. | #endif
  5163. | #ifdef STDC_HEADERS
  5164. | # include <stdlib.h>
  5165. | # include <stddef.h>
  5166. | #else
  5167. | # ifdef HAVE_STDLIB_H
  5168. | #  include <stdlib.h>
  5169. | # endif
  5170. | #endif
  5171. | #ifdef HAVE_STRING_H
  5172. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5173. | #  include <memory.h>
  5174. | # endif
  5175. | # include <string.h>
  5176. | #endif
  5177. | #ifdef HAVE_STRINGS_H
  5178. | # include <strings.h>
  5179. | #endif
  5180. | #ifdef HAVE_INTTYPES_H
  5181. | # include <inttypes.h>
  5182. | #endif
  5183. | #ifdef HAVE_STDINT_H
  5184. | # include <stdint.h>
  5185. | #endif
  5186. | #ifdef HAVE_UNISTD_H
  5187. | # include <unistd.h>
  5188. | #endif
  5189. | #include <libperfstat.h>
  5190. configure:4814: result: no
  5191. configure:4814: checking libperfstat.h presence
  5192. configure:4814: gcc -E  conftest.c
  5193. conftest.c:67:25: fatal error: libperfstat.h: No such file or directory
  5194.  #include <libperfstat.h>
  5195.                          ^
  5196. compilation terminated.
  5197. configure:4814: $? = 1
  5198. configure: failed program was:
  5199. | /* confdefs.h */
  5200. | #define PACKAGE_NAME "Zabbix"
  5201. | #define PACKAGE_TARNAME "zabbix"
  5202. | #define PACKAGE_VERSION "3.4.3"
  5203. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5204. | #define PACKAGE_BUGREPORT ""
  5205. | #define PACKAGE_URL ""
  5206. | #define PACKAGE "zabbix"
  5207. | #define VERSION "3.4.3"
  5208. | #define STDC_HEADERS 1
  5209. | #define HAVE_SYS_TYPES_H 1
  5210. | #define HAVE_SYS_STAT_H 1
  5211. | #define HAVE_STDLIB_H 1
  5212. | #define HAVE_STRING_H 1
  5213. | #define HAVE_MEMORY_H 1
  5214. | #define HAVE_STRINGS_H 1
  5215. | #define HAVE_INTTYPES_H 1
  5216. | #define HAVE_STDINT_H 1
  5217. | #define HAVE_UNISTD_H 1
  5218. | #define HAVE_STDIO_H 1
  5219. | #define HAVE_STDLIB_H 1
  5220. | #define HAVE_STRING_H 1
  5221. | #define HAVE_UNISTD_H 1
  5222. | #define HAVE_NETDB_H 1
  5223. | #define HAVE_SIGNAL_H 1
  5224. | #define HAVE_SYSLOG_H 1
  5225. | #define HAVE_TIME_H 1
  5226. | #define HAVE_ERRNO_H 1
  5227. | #define HAVE_SYS_TYPES_H 1
  5228. | #define HAVE_SYS_STAT_H 1
  5229. | #define HAVE_NETINET_IN_H 1
  5230. | #define HAVE_MATH_H 1
  5231. | #define HAVE_SYS_SOCKET_H 1
  5232. | #define HAVE_DIRENT_H 1
  5233. | #define HAVE_CTYPE_H 1
  5234. | #define HAVE_FCNTL_H 1
  5235. | #define HAVE_SYS_PARAM_H 1
  5236. | #define HAVE_ARPA_INET_H 1
  5237. | #define HAVE_SYS_VFS_H 1
  5238. | #define HAVE_SYS_SYSINFO_H 1
  5239. | #define HAVE_SYS_STATVFS_H 1
  5240. | #define HAVE_SYS_STATFS_H 1
  5241. | #define HAVE_SYS_SOCKET_H 1
  5242. | #define HAVE_ARPA_INET_H 1
  5243. | #define HAVE_STRINGS_H 1
  5244. | #define HAVE_SYS_TIME_H 1
  5245. | #define HAVE_SYS_SYSCALL_H 1
  5246. | #define HAVE_SYS_SYSMACROS_H 1
  5247. | #define HAVE_STDINT_H 1
  5248. | #define HAVE_PWD_H 1
  5249. | #define HAVE_ARPA_NAMESER_H 1
  5250. | #define HAVE_ASSERT_H 1
  5251. | #define HAVE_LINUX_KERNEL_H 1
  5252. | #define HAVE_SYS_RESOURCE_H 1
  5253. | #define HAVE_PTHREAD_H 1
  5254. | #define HAVE_SYS_WAIT_H 1
  5255. | #define HAVE_STDARG_H 1
  5256. | #define HAVE_SYS_SEM_H 1
  5257. | #define HAVE_SYS_IPC_H 1
  5258. | #define HAVE_SYS_SHM_H 1
  5259. | #define HAVE_LBER_H 1
  5260. | #define HAVE_INTTYPES_H 1
  5261. | #define HAVE_SYS_FILE_H 1
  5262. | #define HAVE_GRP_H 1
  5263. | #define HAVE_EXECINFO_H 1
  5264. | /* end confdefs.h.  */
  5265. | #include <libperfstat.h>
  5266. configure:4814: result: no
  5267. configure:4814: checking for libperfstat.h
  5268. configure:4814: result: no
  5269. configure:4814: checking sys/systemcfg.h usability
  5270. configure:4814: gcc -c -g -O2  conftest.c >&5
  5271. conftest.c:100:27: fatal error: sys/systemcfg.h: No such file or directory
  5272.  #include <sys/systemcfg.h>
  5273.                            ^
  5274. compilation terminated.
  5275. configure:4814: $? = 1
  5276. configure: failed program was:
  5277. | /* confdefs.h */
  5278. | #define PACKAGE_NAME "Zabbix"
  5279. | #define PACKAGE_TARNAME "zabbix"
  5280. | #define PACKAGE_VERSION "3.4.3"
  5281. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5282. | #define PACKAGE_BUGREPORT ""
  5283. | #define PACKAGE_URL ""
  5284. | #define PACKAGE "zabbix"
  5285. | #define VERSION "3.4.3"
  5286. | #define STDC_HEADERS 1
  5287. | #define HAVE_SYS_TYPES_H 1
  5288. | #define HAVE_SYS_STAT_H 1
  5289. | #define HAVE_STDLIB_H 1
  5290. | #define HAVE_STRING_H 1
  5291. | #define HAVE_MEMORY_H 1
  5292. | #define HAVE_STRINGS_H 1
  5293. | #define HAVE_INTTYPES_H 1
  5294. | #define HAVE_STDINT_H 1
  5295. | #define HAVE_UNISTD_H 1
  5296. | #define HAVE_STDIO_H 1
  5297. | #define HAVE_STDLIB_H 1
  5298. | #define HAVE_STRING_H 1
  5299. | #define HAVE_UNISTD_H 1
  5300. | #define HAVE_NETDB_H 1
  5301. | #define HAVE_SIGNAL_H 1
  5302. | #define HAVE_SYSLOG_H 1
  5303. | #define HAVE_TIME_H 1
  5304. | #define HAVE_ERRNO_H 1
  5305. | #define HAVE_SYS_TYPES_H 1
  5306. | #define HAVE_SYS_STAT_H 1
  5307. | #define HAVE_NETINET_IN_H 1
  5308. | #define HAVE_MATH_H 1
  5309. | #define HAVE_SYS_SOCKET_H 1
  5310. | #define HAVE_DIRENT_H 1
  5311. | #define HAVE_CTYPE_H 1
  5312. | #define HAVE_FCNTL_H 1
  5313. | #define HAVE_SYS_PARAM_H 1
  5314. | #define HAVE_ARPA_INET_H 1
  5315. | #define HAVE_SYS_VFS_H 1
  5316. | #define HAVE_SYS_SYSINFO_H 1
  5317. | #define HAVE_SYS_STATVFS_H 1
  5318. | #define HAVE_SYS_STATFS_H 1
  5319. | #define HAVE_SYS_SOCKET_H 1
  5320. | #define HAVE_ARPA_INET_H 1
  5321. | #define HAVE_STRINGS_H 1
  5322. | #define HAVE_SYS_TIME_H 1
  5323. | #define HAVE_SYS_SYSCALL_H 1
  5324. | #define HAVE_SYS_SYSMACROS_H 1
  5325. | #define HAVE_STDINT_H 1
  5326. | #define HAVE_PWD_H 1
  5327. | #define HAVE_ARPA_NAMESER_H 1
  5328. | #define HAVE_ASSERT_H 1
  5329. | #define HAVE_LINUX_KERNEL_H 1
  5330. | #define HAVE_SYS_RESOURCE_H 1
  5331. | #define HAVE_PTHREAD_H 1
  5332. | #define HAVE_SYS_WAIT_H 1
  5333. | #define HAVE_STDARG_H 1
  5334. | #define HAVE_SYS_SEM_H 1
  5335. | #define HAVE_SYS_IPC_H 1
  5336. | #define HAVE_SYS_SHM_H 1
  5337. | #define HAVE_LBER_H 1
  5338. | #define HAVE_INTTYPES_H 1
  5339. | #define HAVE_SYS_FILE_H 1
  5340. | #define HAVE_GRP_H 1
  5341. | #define HAVE_EXECINFO_H 1
  5342. | /* end confdefs.h.  */
  5343. | #include <stdio.h>
  5344. | #ifdef HAVE_SYS_TYPES_H
  5345. | # include <sys/types.h>
  5346. | #endif
  5347. | #ifdef HAVE_SYS_STAT_H
  5348. | # include <sys/stat.h>
  5349. | #endif
  5350. | #ifdef STDC_HEADERS
  5351. | # include <stdlib.h>
  5352. | # include <stddef.h>
  5353. | #else
  5354. | # ifdef HAVE_STDLIB_H
  5355. | #  include <stdlib.h>
  5356. | # endif
  5357. | #endif
  5358. | #ifdef HAVE_STRING_H
  5359. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5360. | #  include <memory.h>
  5361. | # endif
  5362. | # include <string.h>
  5363. | #endif
  5364. | #ifdef HAVE_STRINGS_H
  5365. | # include <strings.h>
  5366. | #endif
  5367. | #ifdef HAVE_INTTYPES_H
  5368. | # include <inttypes.h>
  5369. | #endif
  5370. | #ifdef HAVE_STDINT_H
  5371. | # include <stdint.h>
  5372. | #endif
  5373. | #ifdef HAVE_UNISTD_H
  5374. | # include <unistd.h>
  5375. | #endif
  5376. | #include <sys/systemcfg.h>
  5377. configure:4814: result: no
  5378. configure:4814: checking sys/systemcfg.h presence
  5379. configure:4814: gcc -E  conftest.c
  5380. conftest.c:67:27: fatal error: sys/systemcfg.h: No such file or directory
  5381.  #include <sys/systemcfg.h>
  5382.                            ^
  5383. compilation terminated.
  5384. configure:4814: $? = 1
  5385. configure: failed program was:
  5386. | /* confdefs.h */
  5387. | #define PACKAGE_NAME "Zabbix"
  5388. | #define PACKAGE_TARNAME "zabbix"
  5389. | #define PACKAGE_VERSION "3.4.3"
  5390. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5391. | #define PACKAGE_BUGREPORT ""
  5392. | #define PACKAGE_URL ""
  5393. | #define PACKAGE "zabbix"
  5394. | #define VERSION "3.4.3"
  5395. | #define STDC_HEADERS 1
  5396. | #define HAVE_SYS_TYPES_H 1
  5397. | #define HAVE_SYS_STAT_H 1
  5398. | #define HAVE_STDLIB_H 1
  5399. | #define HAVE_STRING_H 1
  5400. | #define HAVE_MEMORY_H 1
  5401. | #define HAVE_STRINGS_H 1
  5402. | #define HAVE_INTTYPES_H 1
  5403. | #define HAVE_STDINT_H 1
  5404. | #define HAVE_UNISTD_H 1
  5405. | #define HAVE_STDIO_H 1
  5406. | #define HAVE_STDLIB_H 1
  5407. | #define HAVE_STRING_H 1
  5408. | #define HAVE_UNISTD_H 1
  5409. | #define HAVE_NETDB_H 1
  5410. | #define HAVE_SIGNAL_H 1
  5411. | #define HAVE_SYSLOG_H 1
  5412. | #define HAVE_TIME_H 1
  5413. | #define HAVE_ERRNO_H 1
  5414. | #define HAVE_SYS_TYPES_H 1
  5415. | #define HAVE_SYS_STAT_H 1
  5416. | #define HAVE_NETINET_IN_H 1
  5417. | #define HAVE_MATH_H 1
  5418. | #define HAVE_SYS_SOCKET_H 1
  5419. | #define HAVE_DIRENT_H 1
  5420. | #define HAVE_CTYPE_H 1
  5421. | #define HAVE_FCNTL_H 1
  5422. | #define HAVE_SYS_PARAM_H 1
  5423. | #define HAVE_ARPA_INET_H 1
  5424. | #define HAVE_SYS_VFS_H 1
  5425. | #define HAVE_SYS_SYSINFO_H 1
  5426. | #define HAVE_SYS_STATVFS_H 1
  5427. | #define HAVE_SYS_STATFS_H 1
  5428. | #define HAVE_SYS_SOCKET_H 1
  5429. | #define HAVE_ARPA_INET_H 1
  5430. | #define HAVE_STRINGS_H 1
  5431. | #define HAVE_SYS_TIME_H 1
  5432. | #define HAVE_SYS_SYSCALL_H 1
  5433. | #define HAVE_SYS_SYSMACROS_H 1
  5434. | #define HAVE_STDINT_H 1
  5435. | #define HAVE_PWD_H 1
  5436. | #define HAVE_ARPA_NAMESER_H 1
  5437. | #define HAVE_ASSERT_H 1
  5438. | #define HAVE_LINUX_KERNEL_H 1
  5439. | #define HAVE_SYS_RESOURCE_H 1
  5440. | #define HAVE_PTHREAD_H 1
  5441. | #define HAVE_SYS_WAIT_H 1
  5442. | #define HAVE_STDARG_H 1
  5443. | #define HAVE_SYS_SEM_H 1
  5444. | #define HAVE_SYS_IPC_H 1
  5445. | #define HAVE_SYS_SHM_H 1
  5446. | #define HAVE_LBER_H 1
  5447. | #define HAVE_INTTYPES_H 1
  5448. | #define HAVE_SYS_FILE_H 1
  5449. | #define HAVE_GRP_H 1
  5450. | #define HAVE_EXECINFO_H 1
  5451. | /* end confdefs.h.  */
  5452. | #include <sys/systemcfg.h>
  5453. configure:4814: result: no
  5454. configure:4814: checking for sys/systemcfg.h
  5455. configure:4814: result: no
  5456. configure:4814: checking sys/mnttab.h usability
  5457. configure:4814: gcc -c -g -O2  conftest.c >&5
  5458. conftest.c:100:24: fatal error: sys/mnttab.h: No such file or directory
  5459.  #include <sys/mnttab.h>
  5460.                         ^
  5461. compilation terminated.
  5462. configure:4814: $? = 1
  5463. configure: failed program was:
  5464. | /* confdefs.h */
  5465. | #define PACKAGE_NAME "Zabbix"
  5466. | #define PACKAGE_TARNAME "zabbix"
  5467. | #define PACKAGE_VERSION "3.4.3"
  5468. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5469. | #define PACKAGE_BUGREPORT ""
  5470. | #define PACKAGE_URL ""
  5471. | #define PACKAGE "zabbix"
  5472. | #define VERSION "3.4.3"
  5473. | #define STDC_HEADERS 1
  5474. | #define HAVE_SYS_TYPES_H 1
  5475. | #define HAVE_SYS_STAT_H 1
  5476. | #define HAVE_STDLIB_H 1
  5477. | #define HAVE_STRING_H 1
  5478. | #define HAVE_MEMORY_H 1
  5479. | #define HAVE_STRINGS_H 1
  5480. | #define HAVE_INTTYPES_H 1
  5481. | #define HAVE_STDINT_H 1
  5482. | #define HAVE_UNISTD_H 1
  5483. | #define HAVE_STDIO_H 1
  5484. | #define HAVE_STDLIB_H 1
  5485. | #define HAVE_STRING_H 1
  5486. | #define HAVE_UNISTD_H 1
  5487. | #define HAVE_NETDB_H 1
  5488. | #define HAVE_SIGNAL_H 1
  5489. | #define HAVE_SYSLOG_H 1
  5490. | #define HAVE_TIME_H 1
  5491. | #define HAVE_ERRNO_H 1
  5492. | #define HAVE_SYS_TYPES_H 1
  5493. | #define HAVE_SYS_STAT_H 1
  5494. | #define HAVE_NETINET_IN_H 1
  5495. | #define HAVE_MATH_H 1
  5496. | #define HAVE_SYS_SOCKET_H 1
  5497. | #define HAVE_DIRENT_H 1
  5498. | #define HAVE_CTYPE_H 1
  5499. | #define HAVE_FCNTL_H 1
  5500. | #define HAVE_SYS_PARAM_H 1
  5501. | #define HAVE_ARPA_INET_H 1
  5502. | #define HAVE_SYS_VFS_H 1
  5503. | #define HAVE_SYS_SYSINFO_H 1
  5504. | #define HAVE_SYS_STATVFS_H 1
  5505. | #define HAVE_SYS_STATFS_H 1
  5506. | #define HAVE_SYS_SOCKET_H 1
  5507. | #define HAVE_ARPA_INET_H 1
  5508. | #define HAVE_STRINGS_H 1
  5509. | #define HAVE_SYS_TIME_H 1
  5510. | #define HAVE_SYS_SYSCALL_H 1
  5511. | #define HAVE_SYS_SYSMACROS_H 1
  5512. | #define HAVE_STDINT_H 1
  5513. | #define HAVE_PWD_H 1
  5514. | #define HAVE_ARPA_NAMESER_H 1
  5515. | #define HAVE_ASSERT_H 1
  5516. | #define HAVE_LINUX_KERNEL_H 1
  5517. | #define HAVE_SYS_RESOURCE_H 1
  5518. | #define HAVE_PTHREAD_H 1
  5519. | #define HAVE_SYS_WAIT_H 1
  5520. | #define HAVE_STDARG_H 1
  5521. | #define HAVE_SYS_SEM_H 1
  5522. | #define HAVE_SYS_IPC_H 1
  5523. | #define HAVE_SYS_SHM_H 1
  5524. | #define HAVE_LBER_H 1
  5525. | #define HAVE_INTTYPES_H 1
  5526. | #define HAVE_SYS_FILE_H 1
  5527. | #define HAVE_GRP_H 1
  5528. | #define HAVE_EXECINFO_H 1
  5529. | /* end confdefs.h.  */
  5530. | #include <stdio.h>
  5531. | #ifdef HAVE_SYS_TYPES_H
  5532. | # include <sys/types.h>
  5533. | #endif
  5534. | #ifdef HAVE_SYS_STAT_H
  5535. | # include <sys/stat.h>
  5536. | #endif
  5537. | #ifdef STDC_HEADERS
  5538. | # include <stdlib.h>
  5539. | # include <stddef.h>
  5540. | #else
  5541. | # ifdef HAVE_STDLIB_H
  5542. | #  include <stdlib.h>
  5543. | # endif
  5544. | #endif
  5545. | #ifdef HAVE_STRING_H
  5546. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5547. | #  include <memory.h>
  5548. | # endif
  5549. | # include <string.h>
  5550. | #endif
  5551. | #ifdef HAVE_STRINGS_H
  5552. | # include <strings.h>
  5553. | #endif
  5554. | #ifdef HAVE_INTTYPES_H
  5555. | # include <inttypes.h>
  5556. | #endif
  5557. | #ifdef HAVE_STDINT_H
  5558. | # include <stdint.h>
  5559. | #endif
  5560. | #ifdef HAVE_UNISTD_H
  5561. | # include <unistd.h>
  5562. | #endif
  5563. | #include <sys/mnttab.h>
  5564. configure:4814: result: no
  5565. configure:4814: checking sys/mnttab.h presence
  5566. configure:4814: gcc -E  conftest.c
  5567. conftest.c:67:24: fatal error: sys/mnttab.h: No such file or directory
  5568.  #include <sys/mnttab.h>
  5569.                         ^
  5570. compilation terminated.
  5571. configure:4814: $? = 1
  5572. configure: failed program was:
  5573. | /* confdefs.h */
  5574. | #define PACKAGE_NAME "Zabbix"
  5575. | #define PACKAGE_TARNAME "zabbix"
  5576. | #define PACKAGE_VERSION "3.4.3"
  5577. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5578. | #define PACKAGE_BUGREPORT ""
  5579. | #define PACKAGE_URL ""
  5580. | #define PACKAGE "zabbix"
  5581. | #define VERSION "3.4.3"
  5582. | #define STDC_HEADERS 1
  5583. | #define HAVE_SYS_TYPES_H 1
  5584. | #define HAVE_SYS_STAT_H 1
  5585. | #define HAVE_STDLIB_H 1
  5586. | #define HAVE_STRING_H 1
  5587. | #define HAVE_MEMORY_H 1
  5588. | #define HAVE_STRINGS_H 1
  5589. | #define HAVE_INTTYPES_H 1
  5590. | #define HAVE_STDINT_H 1
  5591. | #define HAVE_UNISTD_H 1
  5592. | #define HAVE_STDIO_H 1
  5593. | #define HAVE_STDLIB_H 1
  5594. | #define HAVE_STRING_H 1
  5595. | #define HAVE_UNISTD_H 1
  5596. | #define HAVE_NETDB_H 1
  5597. | #define HAVE_SIGNAL_H 1
  5598. | #define HAVE_SYSLOG_H 1
  5599. | #define HAVE_TIME_H 1
  5600. | #define HAVE_ERRNO_H 1
  5601. | #define HAVE_SYS_TYPES_H 1
  5602. | #define HAVE_SYS_STAT_H 1
  5603. | #define HAVE_NETINET_IN_H 1
  5604. | #define HAVE_MATH_H 1
  5605. | #define HAVE_SYS_SOCKET_H 1
  5606. | #define HAVE_DIRENT_H 1
  5607. | #define HAVE_CTYPE_H 1
  5608. | #define HAVE_FCNTL_H 1
  5609. | #define HAVE_SYS_PARAM_H 1
  5610. | #define HAVE_ARPA_INET_H 1
  5611. | #define HAVE_SYS_VFS_H 1
  5612. | #define HAVE_SYS_SYSINFO_H 1
  5613. | #define HAVE_SYS_STATVFS_H 1
  5614. | #define HAVE_SYS_STATFS_H 1
  5615. | #define HAVE_SYS_SOCKET_H 1
  5616. | #define HAVE_ARPA_INET_H 1
  5617. | #define HAVE_STRINGS_H 1
  5618. | #define HAVE_SYS_TIME_H 1
  5619. | #define HAVE_SYS_SYSCALL_H 1
  5620. | #define HAVE_SYS_SYSMACROS_H 1
  5621. | #define HAVE_STDINT_H 1
  5622. | #define HAVE_PWD_H 1
  5623. | #define HAVE_ARPA_NAMESER_H 1
  5624. | #define HAVE_ASSERT_H 1
  5625. | #define HAVE_LINUX_KERNEL_H 1
  5626. | #define HAVE_SYS_RESOURCE_H 1
  5627. | #define HAVE_PTHREAD_H 1
  5628. | #define HAVE_SYS_WAIT_H 1
  5629. | #define HAVE_STDARG_H 1
  5630. | #define HAVE_SYS_SEM_H 1
  5631. | #define HAVE_SYS_IPC_H 1
  5632. | #define HAVE_SYS_SHM_H 1
  5633. | #define HAVE_LBER_H 1
  5634. | #define HAVE_INTTYPES_H 1
  5635. | #define HAVE_SYS_FILE_H 1
  5636. | #define HAVE_GRP_H 1
  5637. | #define HAVE_EXECINFO_H 1
  5638. | /* end confdefs.h.  */
  5639. | #include <sys/mnttab.h>
  5640. configure:4814: result: no
  5641. configure:4814: checking for sys/mnttab.h
  5642. configure:4814: result: no
  5643. configure:4814: checking mntent.h usability
  5644. configure:4814: gcc -c -g -O2  conftest.c >&5
  5645. configure:4814: $? = 0
  5646. configure:4814: result: yes
  5647. configure:4814: checking mntent.h presence
  5648. configure:4814: gcc -E  conftest.c
  5649. configure:4814: $? = 0
  5650. configure:4814: result: yes
  5651. configure:4814: checking for mntent.h
  5652. configure:4814: result: yes
  5653. configure:4814: checking sys/times.h usability
  5654. configure:4814: gcc -c -g -O2  conftest.c >&5
  5655. configure:4814: $? = 0
  5656. configure:4814: result: yes
  5657. configure:4814: checking sys/times.h presence
  5658. configure:4814: gcc -E  conftest.c
  5659. configure:4814: $? = 0
  5660. configure:4814: result: yes
  5661. configure:4814: checking for sys/times.h
  5662. configure:4814: result: yes
  5663. configure:4814: checking dlfcn.h usability
  5664. configure:4814: gcc -c -g -O2  conftest.c >&5
  5665. configure:4814: $? = 0
  5666. configure:4814: result: yes
  5667. configure:4814: checking dlfcn.h presence
  5668. configure:4814: gcc -E  conftest.c
  5669. configure:4814: $? = 0
  5670. configure:4814: result: yes
  5671. configure:4814: checking for dlfcn.h
  5672. configure:4814: result: yes
  5673. configure:4814: checking sys/utsname.h usability
  5674. configure:4814: gcc -c -g -O2  conftest.c >&5
  5675. configure:4814: $? = 0
  5676. configure:4814: result: yes
  5677. configure:4814: checking sys/utsname.h presence
  5678. configure:4814: gcc -E  conftest.c
  5679. configure:4814: $? = 0
  5680. configure:4814: result: yes
  5681. configure:4814: checking for sys/utsname.h
  5682. configure:4814: result: yes
  5683. configure:4814: checking sys/un.h usability
  5684. configure:4814: gcc -c -g -O2  conftest.c >&5
  5685. configure:4814: $? = 0
  5686. configure:4814: result: yes
  5687. configure:4814: checking sys/un.h presence
  5688. configure:4814: gcc -E  conftest.c
  5689. configure:4814: $? = 0
  5690. configure:4814: result: yes
  5691. configure:4814: checking for sys/un.h
  5692. configure:4814: result: yes
  5693. configure:4814: checking event.h usability
  5694. configure:4814: gcc -c -g -O2  conftest.c >&5
  5695. configure:4814: $? = 0
  5696. configure:4814: result: yes
  5697. configure:4814: checking event.h presence
  5698. configure:4814: gcc -E  conftest.c
  5699. configure:4814: $? = 0
  5700. configure:4814: result: yes
  5701. configure:4814: checking for event.h
  5702. configure:4814: result: yes
  5703. configure:4826: checking for resolv.h
  5704. configure:4826: gcc -c -g -O2  conftest.c >&5
  5705. configure:4826: $? = 0
  5706. configure:4826: result: yes
  5707. configure:4853: checking for net/if.h
  5708. configure:4853: gcc -c -g -O2  conftest.c >&5
  5709. configure:4853: $? = 0
  5710. configure:4853: result: yes
  5711. configure:4853: checking for net/if_mib.h
  5712. configure:4853: gcc -c -g -O2  conftest.c >&5
  5713. conftest.c:97:24: fatal error: net/if_mib.h: No such file or directory
  5714.  #include <net/if_mib.h>
  5715.                         ^
  5716. compilation terminated.
  5717. configure:4853: $? = 1
  5718. configure: failed program was:
  5719. | /* confdefs.h */
  5720. | #define PACKAGE_NAME "Zabbix"
  5721. | #define PACKAGE_TARNAME "zabbix"
  5722. | #define PACKAGE_VERSION "3.4.3"
  5723. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5724. | #define PACKAGE_BUGREPORT ""
  5725. | #define PACKAGE_URL ""
  5726. | #define PACKAGE "zabbix"
  5727. | #define VERSION "3.4.3"
  5728. | #define STDC_HEADERS 1
  5729. | #define HAVE_SYS_TYPES_H 1
  5730. | #define HAVE_SYS_STAT_H 1
  5731. | #define HAVE_STDLIB_H 1
  5732. | #define HAVE_STRING_H 1
  5733. | #define HAVE_MEMORY_H 1
  5734. | #define HAVE_STRINGS_H 1
  5735. | #define HAVE_INTTYPES_H 1
  5736. | #define HAVE_STDINT_H 1
  5737. | #define HAVE_UNISTD_H 1
  5738. | #define HAVE_STDIO_H 1
  5739. | #define HAVE_STDLIB_H 1
  5740. | #define HAVE_STRING_H 1
  5741. | #define HAVE_UNISTD_H 1
  5742. | #define HAVE_NETDB_H 1
  5743. | #define HAVE_SIGNAL_H 1
  5744. | #define HAVE_SYSLOG_H 1
  5745. | #define HAVE_TIME_H 1
  5746. | #define HAVE_ERRNO_H 1
  5747. | #define HAVE_SYS_TYPES_H 1
  5748. | #define HAVE_SYS_STAT_H 1
  5749. | #define HAVE_NETINET_IN_H 1
  5750. | #define HAVE_MATH_H 1
  5751. | #define HAVE_SYS_SOCKET_H 1
  5752. | #define HAVE_DIRENT_H 1
  5753. | #define HAVE_CTYPE_H 1
  5754. | #define HAVE_FCNTL_H 1
  5755. | #define HAVE_SYS_PARAM_H 1
  5756. | #define HAVE_ARPA_INET_H 1
  5757. | #define HAVE_SYS_VFS_H 1
  5758. | #define HAVE_SYS_SYSINFO_H 1
  5759. | #define HAVE_SYS_STATVFS_H 1
  5760. | #define HAVE_SYS_STATFS_H 1
  5761. | #define HAVE_SYS_SOCKET_H 1
  5762. | #define HAVE_ARPA_INET_H 1
  5763. | #define HAVE_STRINGS_H 1
  5764. | #define HAVE_SYS_TIME_H 1
  5765. | #define HAVE_SYS_SYSCALL_H 1
  5766. | #define HAVE_SYS_SYSMACROS_H 1
  5767. | #define HAVE_STDINT_H 1
  5768. | #define HAVE_PWD_H 1
  5769. | #define HAVE_ARPA_NAMESER_H 1
  5770. | #define HAVE_ASSERT_H 1
  5771. | #define HAVE_LINUX_KERNEL_H 1
  5772. | #define HAVE_SYS_RESOURCE_H 1
  5773. | #define HAVE_PTHREAD_H 1
  5774. | #define HAVE_SYS_WAIT_H 1
  5775. | #define HAVE_STDARG_H 1
  5776. | #define HAVE_SYS_SEM_H 1
  5777. | #define HAVE_SYS_IPC_H 1
  5778. | #define HAVE_SYS_SHM_H 1
  5779. | #define HAVE_LBER_H 1
  5780. | #define HAVE_INTTYPES_H 1
  5781. | #define HAVE_SYS_FILE_H 1
  5782. | #define HAVE_GRP_H 1
  5783. | #define HAVE_EXECINFO_H 1
  5784. | #define HAVE_MNTENT_H 1
  5785. | #define HAVE_SYS_TIMES_H 1
  5786. | #define HAVE_DLFCN_H 1
  5787. | #define HAVE_SYS_UTSNAME_H 1
  5788. | #define HAVE_SYS_UN_H 1
  5789. | #define HAVE_EVENT_H 1
  5790. | #define HAVE_RESOLV_H 1
  5791. | #define HAVE_NET_IF_H 1
  5792. | /* end confdefs.h.  */
  5793. |
  5794. | #include <stdio.h>
  5795. | #ifdef STDC_HEADERS
  5796. | #  include <stdlib.h>
  5797. | #  include <stddef.h>
  5798. | #else
  5799. | #  ifdef HAVE_STDLIB_H
  5800. | #    include <stdlib.h>
  5801. | #  endif
  5802. | #endif
  5803. | #ifdef HAVE_SYS_TYPES_H
  5804. | #  include <sys/types.h>
  5805. | #endif
  5806. | #ifdef HAVE_SYS_SOCKET_H
  5807. | #  include <sys/socket.h>
  5808. | #endif
  5809. | /* for net/if_mib.h */
  5810. | #ifdef HAVE_NET_IF_H
  5811. | #  include <net/if.h>
  5812. | #endif
  5813. |
  5814. |
  5815. | #include <net/if_mib.h>
  5816. configure:4853: result: no
  5817. configure:4887: checking for sys/mount.h
  5818. configure:4887: gcc -c -g -O2  conftest.c >&5
  5819. configure:4887: $? = 0
  5820. configure:4887: result: yes
  5821. configure:4887: checking for sys/proc.h
  5822. configure:4887: gcc -c -g -O2  conftest.c >&5
  5823. conftest.c:85:22: fatal error: sys/proc.h: No such file or directory
  5824.  #include <sys/proc.h>
  5825.                       ^
  5826. compilation terminated.
  5827. configure:4887: $? = 1
  5828. configure: failed program was:
  5829. | /* confdefs.h */
  5830. | #define PACKAGE_NAME "Zabbix"
  5831. | #define PACKAGE_TARNAME "zabbix"
  5832. | #define PACKAGE_VERSION "3.4.3"
  5833. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5834. | #define PACKAGE_BUGREPORT ""
  5835. | #define PACKAGE_URL ""
  5836. | #define PACKAGE "zabbix"
  5837. | #define VERSION "3.4.3"
  5838. | #define STDC_HEADERS 1
  5839. | #define HAVE_SYS_TYPES_H 1
  5840. | #define HAVE_SYS_STAT_H 1
  5841. | #define HAVE_STDLIB_H 1
  5842. | #define HAVE_STRING_H 1
  5843. | #define HAVE_MEMORY_H 1
  5844. | #define HAVE_STRINGS_H 1
  5845. | #define HAVE_INTTYPES_H 1
  5846. | #define HAVE_STDINT_H 1
  5847. | #define HAVE_UNISTD_H 1
  5848. | #define HAVE_STDIO_H 1
  5849. | #define HAVE_STDLIB_H 1
  5850. | #define HAVE_STRING_H 1
  5851. | #define HAVE_UNISTD_H 1
  5852. | #define HAVE_NETDB_H 1
  5853. | #define HAVE_SIGNAL_H 1
  5854. | #define HAVE_SYSLOG_H 1
  5855. | #define HAVE_TIME_H 1
  5856. | #define HAVE_ERRNO_H 1
  5857. | #define HAVE_SYS_TYPES_H 1
  5858. | #define HAVE_SYS_STAT_H 1
  5859. | #define HAVE_NETINET_IN_H 1
  5860. | #define HAVE_MATH_H 1
  5861. | #define HAVE_SYS_SOCKET_H 1
  5862. | #define HAVE_DIRENT_H 1
  5863. | #define HAVE_CTYPE_H 1
  5864. | #define HAVE_FCNTL_H 1
  5865. | #define HAVE_SYS_PARAM_H 1
  5866. | #define HAVE_ARPA_INET_H 1
  5867. | #define HAVE_SYS_VFS_H 1
  5868. | #define HAVE_SYS_SYSINFO_H 1
  5869. | #define HAVE_SYS_STATVFS_H 1
  5870. | #define HAVE_SYS_STATFS_H 1
  5871. | #define HAVE_SYS_SOCKET_H 1
  5872. | #define HAVE_ARPA_INET_H 1
  5873. | #define HAVE_STRINGS_H 1
  5874. | #define HAVE_SYS_TIME_H 1
  5875. | #define HAVE_SYS_SYSCALL_H 1
  5876. | #define HAVE_SYS_SYSMACROS_H 1
  5877. | #define HAVE_STDINT_H 1
  5878. | #define HAVE_PWD_H 1
  5879. | #define HAVE_ARPA_NAMESER_H 1
  5880. | #define HAVE_ASSERT_H 1
  5881. | #define HAVE_LINUX_KERNEL_H 1
  5882. | #define HAVE_SYS_RESOURCE_H 1
  5883. | #define HAVE_PTHREAD_H 1
  5884. | #define HAVE_SYS_WAIT_H 1
  5885. | #define HAVE_STDARG_H 1
  5886. | #define HAVE_SYS_SEM_H 1
  5887. | #define HAVE_SYS_IPC_H 1
  5888. | #define HAVE_SYS_SHM_H 1
  5889. | #define HAVE_LBER_H 1
  5890. | #define HAVE_INTTYPES_H 1
  5891. | #define HAVE_SYS_FILE_H 1
  5892. | #define HAVE_GRP_H 1
  5893. | #define HAVE_EXECINFO_H 1
  5894. | #define HAVE_MNTENT_H 1
  5895. | #define HAVE_SYS_TIMES_H 1
  5896. | #define HAVE_DLFCN_H 1
  5897. | #define HAVE_SYS_UTSNAME_H 1
  5898. | #define HAVE_SYS_UN_H 1
  5899. | #define HAVE_EVENT_H 1
  5900. | #define HAVE_RESOLV_H 1
  5901. | #define HAVE_NET_IF_H 1
  5902. | #define HAVE_SYS_MOUNT_H 1
  5903. | /* end confdefs.h.  */
  5904. |
  5905. | #ifdef HAVE_SYS_TYPES_H
  5906. | #  include <sys/types.h>
  5907. | #endif
  5908. | #ifdef HAVE_SYS_PARAM_H
  5909. | #  include <sys/param.h>
  5910. | #endif
  5911. |
  5912. |
  5913. | #include <sys/proc.h>
  5914. configure:4887: result: no
  5915. configure:4887: checking for sys/sysctl.h
  5916. configure:4887: gcc -c -g -O2  conftest.c >&5
  5917. configure:4887: $? = 0
  5918. configure:4887: result: yes
  5919. configure:4887: checking for sys/user.h
  5920. configure:4887: gcc -c -g -O2  conftest.c >&5
  5921. configure:4887: $? = 0
  5922. configure:4887: result: yes
  5923. configure:4907: checking for sys/swap.h
  5924. configure:4907: gcc -c -g -O2  conftest.c >&5
  5925. configure:4907: $? = 0
  5926. configure:4907: result: yes
  5927. configure:4924: checking for sys/ucontext.h
  5928. configure:4924: gcc -c -g -O2  conftest.c >&5
  5929. configure:4924: $? = 0
  5930. configure:4924: result: yes
  5931. configure:4941: checking for devstat.h
  5932. configure:4941: gcc -c -g -O2  conftest.c >&5
  5933. conftest.c:86:21: fatal error: devstat.h: No such file or directory
  5934.  #include <devstat.h>
  5935.                      ^
  5936. compilation terminated.
  5937. configure:4941: $? = 1
  5938. configure: failed program was:
  5939. | /* confdefs.h */
  5940. | #define PACKAGE_NAME "Zabbix"
  5941. | #define PACKAGE_TARNAME "zabbix"
  5942. | #define PACKAGE_VERSION "3.4.3"
  5943. | #define PACKAGE_STRING "Zabbix 3.4.3"
  5944. | #define PACKAGE_BUGREPORT ""
  5945. | #define PACKAGE_URL ""
  5946. | #define PACKAGE "zabbix"
  5947. | #define VERSION "3.4.3"
  5948. | #define STDC_HEADERS 1
  5949. | #define HAVE_SYS_TYPES_H 1
  5950. | #define HAVE_SYS_STAT_H 1
  5951. | #define HAVE_STDLIB_H 1
  5952. | #define HAVE_STRING_H 1
  5953. | #define HAVE_MEMORY_H 1
  5954. | #define HAVE_STRINGS_H 1
  5955. | #define HAVE_INTTYPES_H 1
  5956. | #define HAVE_STDINT_H 1
  5957. | #define HAVE_UNISTD_H 1
  5958. | #define HAVE_STDIO_H 1
  5959. | #define HAVE_STDLIB_H 1
  5960. | #define HAVE_STRING_H 1
  5961. | #define HAVE_UNISTD_H 1
  5962. | #define HAVE_NETDB_H 1
  5963. | #define HAVE_SIGNAL_H 1
  5964. | #define HAVE_SYSLOG_H 1
  5965. | #define HAVE_TIME_H 1
  5966. | #define HAVE_ERRNO_H 1
  5967. | #define HAVE_SYS_TYPES_H 1
  5968. | #define HAVE_SYS_STAT_H 1
  5969. | #define HAVE_NETINET_IN_H 1
  5970. | #define HAVE_MATH_H 1
  5971. | #define HAVE_SYS_SOCKET_H 1
  5972. | #define HAVE_DIRENT_H 1
  5973. | #define HAVE_CTYPE_H 1
  5974. | #define HAVE_FCNTL_H 1
  5975. | #define HAVE_SYS_PARAM_H 1
  5976. | #define HAVE_ARPA_INET_H 1
  5977. | #define HAVE_SYS_VFS_H 1
  5978. | #define HAVE_SYS_SYSINFO_H 1
  5979. | #define HAVE_SYS_STATVFS_H 1
  5980. | #define HAVE_SYS_STATFS_H 1
  5981. | #define HAVE_SYS_SOCKET_H 1
  5982. | #define HAVE_ARPA_INET_H 1
  5983. | #define HAVE_STRINGS_H 1
  5984. | #define HAVE_SYS_TIME_H 1
  5985. | #define HAVE_SYS_SYSCALL_H 1
  5986. | #define HAVE_SYS_SYSMACROS_H 1
  5987. | #define HAVE_STDINT_H 1
  5988. | #define HAVE_PWD_H 1
  5989. | #define HAVE_ARPA_NAMESER_H 1
  5990. | #define HAVE_ASSERT_H 1
  5991. | #define HAVE_LINUX_KERNEL_H 1
  5992. | #define HAVE_SYS_RESOURCE_H 1
  5993. | #define HAVE_PTHREAD_H 1
  5994. | #define HAVE_SYS_WAIT_H 1
  5995. | #define HAVE_STDARG_H 1
  5996. | #define HAVE_SYS_SEM_H 1
  5997. | #define HAVE_SYS_IPC_H 1
  5998. | #define HAVE_SYS_SHM_H 1
  5999. | #define HAVE_LBER_H 1
  6000. | #define HAVE_INTTYPES_H 1
  6001. | #define HAVE_SYS_FILE_H 1
  6002. | #define HAVE_GRP_H 1
  6003. | #define HAVE_EXECINFO_H 1
  6004. | #define HAVE_MNTENT_H 1
  6005. | #define HAVE_SYS_TIMES_H 1
  6006. | #define HAVE_DLFCN_H 1
  6007. | #define HAVE_SYS_UTSNAME_H 1
  6008. | #define HAVE_SYS_UN_H 1
  6009. | #define HAVE_EVENT_H 1
  6010. | #define HAVE_RESOLV_H 1
  6011. | #define HAVE_NET_IF_H 1
  6012. | #define HAVE_SYS_MOUNT_H 1
  6013. | #define HAVE_SYS_SYSCTL_H 1
  6014. | #define HAVE_SYS_USER_H 1
  6015. | #define HAVE_SYS_SWAP_H 1
  6016. | #define HAVE_SYS_UCONTEXT_H 1
  6017. | /* end confdefs.h.  */
  6018. |
  6019. | #ifdef HAVE_SYS_DKSTAT_H
  6020. | #  include <sys/dkstat.h>
  6021. | #endif
  6022. |
  6023. |
  6024. | #include <devstat.h>
  6025. configure:4941: result: no
  6026. configure:4958: checking for linux/netlink.h
  6027. configure:4958: gcc -c -g -O2  conftest.c >&5
  6028. configure:4958: $? = 0
  6029. configure:4958: result: yes
  6030. configure:4971: checking linux/inet_diag.h usability
  6031. configure:4971: gcc -c -g -O2  conftest.c >&5
  6032. configure:4971: $? = 0
  6033. configure:4971: result: yes
  6034. configure:4971: checking linux/inet_diag.h presence
  6035. configure:4971: gcc -E  conftest.c
  6036. configure:4971: $? = 0
  6037. configure:4971: result: yes
  6038. configure:4971: checking for linux/inet_diag.h
  6039. configure:4971: result: yes
  6040. configure:4992: checking for library containing socket
  6041. configure:5023: gcc -o conftest -g -O2   conftest.c  >&5
  6042. configure:5023: $? = 0
  6043. configure:5040: result: none required
  6044. configure:5048: checking for library containing kstat_open
  6045. configure:5079: gcc -o conftest -g -O2   conftest.c  >&5
  6046. /tmp/cchvUEaB.o: In function `main':
  6047. /tmp/zabbix-3.4.3/conftest.c:94: undefined reference to `kstat_open'
  6048. collect2: error: ld returned 1 exit status
  6049. configure:5079: $? = 1
  6050. configure: failed program was:
  6051. | /* confdefs.h */
  6052. | #define PACKAGE_NAME "Zabbix"
  6053. | #define PACKAGE_TARNAME "zabbix"
  6054. | #define PACKAGE_VERSION "3.4.3"
  6055. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6056. | #define PACKAGE_BUGREPORT ""
  6057. | #define PACKAGE_URL ""
  6058. | #define PACKAGE "zabbix"
  6059. | #define VERSION "3.4.3"
  6060. | #define STDC_HEADERS 1
  6061. | #define HAVE_SYS_TYPES_H 1
  6062. | #define HAVE_SYS_STAT_H 1
  6063. | #define HAVE_STDLIB_H 1
  6064. | #define HAVE_STRING_H 1
  6065. | #define HAVE_MEMORY_H 1
  6066. | #define HAVE_STRINGS_H 1
  6067. | #define HAVE_INTTYPES_H 1
  6068. | #define HAVE_STDINT_H 1
  6069. | #define HAVE_UNISTD_H 1
  6070. | #define HAVE_STDIO_H 1
  6071. | #define HAVE_STDLIB_H 1
  6072. | #define HAVE_STRING_H 1
  6073. | #define HAVE_UNISTD_H 1
  6074. | #define HAVE_NETDB_H 1
  6075. | #define HAVE_SIGNAL_H 1
  6076. | #define HAVE_SYSLOG_H 1
  6077. | #define HAVE_TIME_H 1
  6078. | #define HAVE_ERRNO_H 1
  6079. | #define HAVE_SYS_TYPES_H 1
  6080. | #define HAVE_SYS_STAT_H 1
  6081. | #define HAVE_NETINET_IN_H 1
  6082. | #define HAVE_MATH_H 1
  6083. | #define HAVE_SYS_SOCKET_H 1
  6084. | #define HAVE_DIRENT_H 1
  6085. | #define HAVE_CTYPE_H 1
  6086. | #define HAVE_FCNTL_H 1
  6087. | #define HAVE_SYS_PARAM_H 1
  6088. | #define HAVE_ARPA_INET_H 1
  6089. | #define HAVE_SYS_VFS_H 1
  6090. | #define HAVE_SYS_SYSINFO_H 1
  6091. | #define HAVE_SYS_STATVFS_H 1
  6092. | #define HAVE_SYS_STATFS_H 1
  6093. | #define HAVE_SYS_SOCKET_H 1
  6094. | #define HAVE_ARPA_INET_H 1
  6095. | #define HAVE_STRINGS_H 1
  6096. | #define HAVE_SYS_TIME_H 1
  6097. | #define HAVE_SYS_SYSCALL_H 1
  6098. | #define HAVE_SYS_SYSMACROS_H 1
  6099. | #define HAVE_STDINT_H 1
  6100. | #define HAVE_PWD_H 1
  6101. | #define HAVE_ARPA_NAMESER_H 1
  6102. | #define HAVE_ASSERT_H 1
  6103. | #define HAVE_LINUX_KERNEL_H 1
  6104. | #define HAVE_SYS_RESOURCE_H 1
  6105. | #define HAVE_PTHREAD_H 1
  6106. | #define HAVE_SYS_WAIT_H 1
  6107. | #define HAVE_STDARG_H 1
  6108. | #define HAVE_SYS_SEM_H 1
  6109. | #define HAVE_SYS_IPC_H 1
  6110. | #define HAVE_SYS_SHM_H 1
  6111. | #define HAVE_LBER_H 1
  6112. | #define HAVE_INTTYPES_H 1
  6113. | #define HAVE_SYS_FILE_H 1
  6114. | #define HAVE_GRP_H 1
  6115. | #define HAVE_EXECINFO_H 1
  6116. | #define HAVE_MNTENT_H 1
  6117. | #define HAVE_SYS_TIMES_H 1
  6118. | #define HAVE_DLFCN_H 1
  6119. | #define HAVE_SYS_UTSNAME_H 1
  6120. | #define HAVE_SYS_UN_H 1
  6121. | #define HAVE_EVENT_H 1
  6122. | #define HAVE_RESOLV_H 1
  6123. | #define HAVE_NET_IF_H 1
  6124. | #define HAVE_SYS_MOUNT_H 1
  6125. | #define HAVE_SYS_SYSCTL_H 1
  6126. | #define HAVE_SYS_USER_H 1
  6127. | #define HAVE_SYS_SWAP_H 1
  6128. | #define HAVE_SYS_UCONTEXT_H 1
  6129. | #define HAVE_LINUX_NETLINK_H 1
  6130. | #define HAVE_LINUX_INET_DIAG_H 1
  6131. | #define HAVE_INET_DIAG 1
  6132. | /* end confdefs.h.  */
  6133. |
  6134. | /* Override any GCC internal prototype to avoid an error.
  6135. |    Use char because int might match the return type of a GCC
  6136. |    builtin and then its argument prototype would still apply.  */
  6137. | #ifdef __cplusplus
  6138. | extern "C"
  6139. | #endif
  6140. | char kstat_open ();
  6141. | int
  6142. | main ()
  6143. | {
  6144. | return kstat_open ();
  6145. |   ;
  6146. |   return 0;
  6147. | }
  6148. configure:5079: gcc -o conftest -g -O2   conftest.c -lkstat   >&5
  6149. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lkstat
  6150. collect2: error: ld returned 1 exit status
  6151. configure:5079: $? = 1
  6152. configure: failed program was:
  6153. | /* confdefs.h */
  6154. | #define PACKAGE_NAME "Zabbix"
  6155. | #define PACKAGE_TARNAME "zabbix"
  6156. | #define PACKAGE_VERSION "3.4.3"
  6157. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6158. | #define PACKAGE_BUGREPORT ""
  6159. | #define PACKAGE_URL ""
  6160. | #define PACKAGE "zabbix"
  6161. | #define VERSION "3.4.3"
  6162. | #define STDC_HEADERS 1
  6163. | #define HAVE_SYS_TYPES_H 1
  6164. | #define HAVE_SYS_STAT_H 1
  6165. | #define HAVE_STDLIB_H 1
  6166. | #define HAVE_STRING_H 1
  6167. | #define HAVE_MEMORY_H 1
  6168. | #define HAVE_STRINGS_H 1
  6169. | #define HAVE_INTTYPES_H 1
  6170. | #define HAVE_STDINT_H 1
  6171. | #define HAVE_UNISTD_H 1
  6172. | #define HAVE_STDIO_H 1
  6173. | #define HAVE_STDLIB_H 1
  6174. | #define HAVE_STRING_H 1
  6175. | #define HAVE_UNISTD_H 1
  6176. | #define HAVE_NETDB_H 1
  6177. | #define HAVE_SIGNAL_H 1
  6178. | #define HAVE_SYSLOG_H 1
  6179. | #define HAVE_TIME_H 1
  6180. | #define HAVE_ERRNO_H 1
  6181. | #define HAVE_SYS_TYPES_H 1
  6182. | #define HAVE_SYS_STAT_H 1
  6183. | #define HAVE_NETINET_IN_H 1
  6184. | #define HAVE_MATH_H 1
  6185. | #define HAVE_SYS_SOCKET_H 1
  6186. | #define HAVE_DIRENT_H 1
  6187. | #define HAVE_CTYPE_H 1
  6188. | #define HAVE_FCNTL_H 1
  6189. | #define HAVE_SYS_PARAM_H 1
  6190. | #define HAVE_ARPA_INET_H 1
  6191. | #define HAVE_SYS_VFS_H 1
  6192. | #define HAVE_SYS_SYSINFO_H 1
  6193. | #define HAVE_SYS_STATVFS_H 1
  6194. | #define HAVE_SYS_STATFS_H 1
  6195. | #define HAVE_SYS_SOCKET_H 1
  6196. | #define HAVE_ARPA_INET_H 1
  6197. | #define HAVE_STRINGS_H 1
  6198. | #define HAVE_SYS_TIME_H 1
  6199. | #define HAVE_SYS_SYSCALL_H 1
  6200. | #define HAVE_SYS_SYSMACROS_H 1
  6201. | #define HAVE_STDINT_H 1
  6202. | #define HAVE_PWD_H 1
  6203. | #define HAVE_ARPA_NAMESER_H 1
  6204. | #define HAVE_ASSERT_H 1
  6205. | #define HAVE_LINUX_KERNEL_H 1
  6206. | #define HAVE_SYS_RESOURCE_H 1
  6207. | #define HAVE_PTHREAD_H 1
  6208. | #define HAVE_SYS_WAIT_H 1
  6209. | #define HAVE_STDARG_H 1
  6210. | #define HAVE_SYS_SEM_H 1
  6211. | #define HAVE_SYS_IPC_H 1
  6212. | #define HAVE_SYS_SHM_H 1
  6213. | #define HAVE_LBER_H 1
  6214. | #define HAVE_INTTYPES_H 1
  6215. | #define HAVE_SYS_FILE_H 1
  6216. | #define HAVE_GRP_H 1
  6217. | #define HAVE_EXECINFO_H 1
  6218. | #define HAVE_MNTENT_H 1
  6219. | #define HAVE_SYS_TIMES_H 1
  6220. | #define HAVE_DLFCN_H 1
  6221. | #define HAVE_SYS_UTSNAME_H 1
  6222. | #define HAVE_SYS_UN_H 1
  6223. | #define HAVE_EVENT_H 1
  6224. | #define HAVE_RESOLV_H 1
  6225. | #define HAVE_NET_IF_H 1
  6226. | #define HAVE_SYS_MOUNT_H 1
  6227. | #define HAVE_SYS_SYSCTL_H 1
  6228. | #define HAVE_SYS_USER_H 1
  6229. | #define HAVE_SYS_SWAP_H 1
  6230. | #define HAVE_SYS_UCONTEXT_H 1
  6231. | #define HAVE_LINUX_NETLINK_H 1
  6232. | #define HAVE_LINUX_INET_DIAG_H 1
  6233. | #define HAVE_INET_DIAG 1
  6234. | /* end confdefs.h.  */
  6235. |
  6236. | /* Override any GCC internal prototype to avoid an error.
  6237. |    Use char because int might match the return type of a GCC
  6238. |    builtin and then its argument prototype would still apply.  */
  6239. | #ifdef __cplusplus
  6240. | extern "C"
  6241. | #endif
  6242. | char kstat_open ();
  6243. | int
  6244. | main ()
  6245. | {
  6246. | return kstat_open ();
  6247. |   ;
  6248. |   return 0;
  6249. | }
  6250. configure:5096: result: no
  6251. configure:5104: checking for library containing gethostbyname
  6252. configure:5135: gcc -o conftest -g -O2   conftest.c  >&5
  6253. configure:5135: $? = 0
  6254. configure:5152: result: none required
  6255. configure:5160: checking for library containing clock_gettime
  6256. configure:5191: gcc -o conftest -g -O2   conftest.c  >&5
  6257. configure:5191: $? = 0
  6258. configure:5208: result: none required
  6259. configure:5216: checking for library containing dlopen
  6260. configure:5247: gcc -o conftest -g -O2   conftest.c  >&5
  6261. /tmp/ccVXZGOF.o: In function `main':
  6262. /tmp/zabbix-3.4.3/conftest.c:94: undefined reference to `dlopen'
  6263. collect2: error: ld returned 1 exit status
  6264. configure:5247: $? = 1
  6265. configure: failed program was:
  6266. | /* confdefs.h */
  6267. | #define PACKAGE_NAME "Zabbix"
  6268. | #define PACKAGE_TARNAME "zabbix"
  6269. | #define PACKAGE_VERSION "3.4.3"
  6270. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6271. | #define PACKAGE_BUGREPORT ""
  6272. | #define PACKAGE_URL ""
  6273. | #define PACKAGE "zabbix"
  6274. | #define VERSION "3.4.3"
  6275. | #define STDC_HEADERS 1
  6276. | #define HAVE_SYS_TYPES_H 1
  6277. | #define HAVE_SYS_STAT_H 1
  6278. | #define HAVE_STDLIB_H 1
  6279. | #define HAVE_STRING_H 1
  6280. | #define HAVE_MEMORY_H 1
  6281. | #define HAVE_STRINGS_H 1
  6282. | #define HAVE_INTTYPES_H 1
  6283. | #define HAVE_STDINT_H 1
  6284. | #define HAVE_UNISTD_H 1
  6285. | #define HAVE_STDIO_H 1
  6286. | #define HAVE_STDLIB_H 1
  6287. | #define HAVE_STRING_H 1
  6288. | #define HAVE_UNISTD_H 1
  6289. | #define HAVE_NETDB_H 1
  6290. | #define HAVE_SIGNAL_H 1
  6291. | #define HAVE_SYSLOG_H 1
  6292. | #define HAVE_TIME_H 1
  6293. | #define HAVE_ERRNO_H 1
  6294. | #define HAVE_SYS_TYPES_H 1
  6295. | #define HAVE_SYS_STAT_H 1
  6296. | #define HAVE_NETINET_IN_H 1
  6297. | #define HAVE_MATH_H 1
  6298. | #define HAVE_SYS_SOCKET_H 1
  6299. | #define HAVE_DIRENT_H 1
  6300. | #define HAVE_CTYPE_H 1
  6301. | #define HAVE_FCNTL_H 1
  6302. | #define HAVE_SYS_PARAM_H 1
  6303. | #define HAVE_ARPA_INET_H 1
  6304. | #define HAVE_SYS_VFS_H 1
  6305. | #define HAVE_SYS_SYSINFO_H 1
  6306. | #define HAVE_SYS_STATVFS_H 1
  6307. | #define HAVE_SYS_STATFS_H 1
  6308. | #define HAVE_SYS_SOCKET_H 1
  6309. | #define HAVE_ARPA_INET_H 1
  6310. | #define HAVE_STRINGS_H 1
  6311. | #define HAVE_SYS_TIME_H 1
  6312. | #define HAVE_SYS_SYSCALL_H 1
  6313. | #define HAVE_SYS_SYSMACROS_H 1
  6314. | #define HAVE_STDINT_H 1
  6315. | #define HAVE_PWD_H 1
  6316. | #define HAVE_ARPA_NAMESER_H 1
  6317. | #define HAVE_ASSERT_H 1
  6318. | #define HAVE_LINUX_KERNEL_H 1
  6319. | #define HAVE_SYS_RESOURCE_H 1
  6320. | #define HAVE_PTHREAD_H 1
  6321. | #define HAVE_SYS_WAIT_H 1
  6322. | #define HAVE_STDARG_H 1
  6323. | #define HAVE_SYS_SEM_H 1
  6324. | #define HAVE_SYS_IPC_H 1
  6325. | #define HAVE_SYS_SHM_H 1
  6326. | #define HAVE_LBER_H 1
  6327. | #define HAVE_INTTYPES_H 1
  6328. | #define HAVE_SYS_FILE_H 1
  6329. | #define HAVE_GRP_H 1
  6330. | #define HAVE_EXECINFO_H 1
  6331. | #define HAVE_MNTENT_H 1
  6332. | #define HAVE_SYS_TIMES_H 1
  6333. | #define HAVE_DLFCN_H 1
  6334. | #define HAVE_SYS_UTSNAME_H 1
  6335. | #define HAVE_SYS_UN_H 1
  6336. | #define HAVE_EVENT_H 1
  6337. | #define HAVE_RESOLV_H 1
  6338. | #define HAVE_NET_IF_H 1
  6339. | #define HAVE_SYS_MOUNT_H 1
  6340. | #define HAVE_SYS_SYSCTL_H 1
  6341. | #define HAVE_SYS_USER_H 1
  6342. | #define HAVE_SYS_SWAP_H 1
  6343. | #define HAVE_SYS_UCONTEXT_H 1
  6344. | #define HAVE_LINUX_NETLINK_H 1
  6345. | #define HAVE_LINUX_INET_DIAG_H 1
  6346. | #define HAVE_INET_DIAG 1
  6347. | /* end confdefs.h.  */
  6348. |
  6349. | /* Override any GCC internal prototype to avoid an error.
  6350. |    Use char because int might match the return type of a GCC
  6351. |    builtin and then its argument prototype would still apply.  */
  6352. | #ifdef __cplusplus
  6353. | extern "C"
  6354. | #endif
  6355. | char dlopen ();
  6356. | int
  6357. | main ()
  6358. | {
  6359. | return dlopen ();
  6360. |   ;
  6361. |   return 0;
  6362. | }
  6363. configure:5247: gcc -o conftest -g -O2   conftest.c -ldl   >&5
  6364. configure:5247: $? = 0
  6365. configure:5264: result: -ldl
  6366. configure:5273: checking for library containing perfstat_memory_total
  6367. configure:5304: gcc -o conftest -g -O2   conftest.c -ldl  >&5
  6368. /tmp/ccIuKUzN.o: In function `main':
  6369. /tmp/zabbix-3.4.3/conftest.c:94: undefined reference to `perfstat_memory_total'
  6370. collect2: error: ld returned 1 exit status
  6371. configure:5304: $? = 1
  6372. configure: failed program was:
  6373. | /* confdefs.h */
  6374. | #define PACKAGE_NAME "Zabbix"
  6375. | #define PACKAGE_TARNAME "zabbix"
  6376. | #define PACKAGE_VERSION "3.4.3"
  6377. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6378. | #define PACKAGE_BUGREPORT ""
  6379. | #define PACKAGE_URL ""
  6380. | #define PACKAGE "zabbix"
  6381. | #define VERSION "3.4.3"
  6382. | #define STDC_HEADERS 1
  6383. | #define HAVE_SYS_TYPES_H 1
  6384. | #define HAVE_SYS_STAT_H 1
  6385. | #define HAVE_STDLIB_H 1
  6386. | #define HAVE_STRING_H 1
  6387. | #define HAVE_MEMORY_H 1
  6388. | #define HAVE_STRINGS_H 1
  6389. | #define HAVE_INTTYPES_H 1
  6390. | #define HAVE_STDINT_H 1
  6391. | #define HAVE_UNISTD_H 1
  6392. | #define HAVE_STDIO_H 1
  6393. | #define HAVE_STDLIB_H 1
  6394. | #define HAVE_STRING_H 1
  6395. | #define HAVE_UNISTD_H 1
  6396. | #define HAVE_NETDB_H 1
  6397. | #define HAVE_SIGNAL_H 1
  6398. | #define HAVE_SYSLOG_H 1
  6399. | #define HAVE_TIME_H 1
  6400. | #define HAVE_ERRNO_H 1
  6401. | #define HAVE_SYS_TYPES_H 1
  6402. | #define HAVE_SYS_STAT_H 1
  6403. | #define HAVE_NETINET_IN_H 1
  6404. | #define HAVE_MATH_H 1
  6405. | #define HAVE_SYS_SOCKET_H 1
  6406. | #define HAVE_DIRENT_H 1
  6407. | #define HAVE_CTYPE_H 1
  6408. | #define HAVE_FCNTL_H 1
  6409. | #define HAVE_SYS_PARAM_H 1
  6410. | #define HAVE_ARPA_INET_H 1
  6411. | #define HAVE_SYS_VFS_H 1
  6412. | #define HAVE_SYS_SYSINFO_H 1
  6413. | #define HAVE_SYS_STATVFS_H 1
  6414. | #define HAVE_SYS_STATFS_H 1
  6415. | #define HAVE_SYS_SOCKET_H 1
  6416. | #define HAVE_ARPA_INET_H 1
  6417. | #define HAVE_STRINGS_H 1
  6418. | #define HAVE_SYS_TIME_H 1
  6419. | #define HAVE_SYS_SYSCALL_H 1
  6420. | #define HAVE_SYS_SYSMACROS_H 1
  6421. | #define HAVE_STDINT_H 1
  6422. | #define HAVE_PWD_H 1
  6423. | #define HAVE_ARPA_NAMESER_H 1
  6424. | #define HAVE_ASSERT_H 1
  6425. | #define HAVE_LINUX_KERNEL_H 1
  6426. | #define HAVE_SYS_RESOURCE_H 1
  6427. | #define HAVE_PTHREAD_H 1
  6428. | #define HAVE_SYS_WAIT_H 1
  6429. | #define HAVE_STDARG_H 1
  6430. | #define HAVE_SYS_SEM_H 1
  6431. | #define HAVE_SYS_IPC_H 1
  6432. | #define HAVE_SYS_SHM_H 1
  6433. | #define HAVE_LBER_H 1
  6434. | #define HAVE_INTTYPES_H 1
  6435. | #define HAVE_SYS_FILE_H 1
  6436. | #define HAVE_GRP_H 1
  6437. | #define HAVE_EXECINFO_H 1
  6438. | #define HAVE_MNTENT_H 1
  6439. | #define HAVE_SYS_TIMES_H 1
  6440. | #define HAVE_DLFCN_H 1
  6441. | #define HAVE_SYS_UTSNAME_H 1
  6442. | #define HAVE_SYS_UN_H 1
  6443. | #define HAVE_EVENT_H 1
  6444. | #define HAVE_RESOLV_H 1
  6445. | #define HAVE_NET_IF_H 1
  6446. | #define HAVE_SYS_MOUNT_H 1
  6447. | #define HAVE_SYS_SYSCTL_H 1
  6448. | #define HAVE_SYS_USER_H 1
  6449. | #define HAVE_SYS_SWAP_H 1
  6450. | #define HAVE_SYS_UCONTEXT_H 1
  6451. | #define HAVE_LINUX_NETLINK_H 1
  6452. | #define HAVE_LINUX_INET_DIAG_H 1
  6453. | #define HAVE_INET_DIAG 1
  6454. | /* end confdefs.h.  */
  6455. |
  6456. | /* Override any GCC internal prototype to avoid an error.
  6457. |    Use char because int might match the return type of a GCC
  6458. |    builtin and then its argument prototype would still apply.  */
  6459. | #ifdef __cplusplus
  6460. | extern "C"
  6461. | #endif
  6462. | char perfstat_memory_total ();
  6463. | int
  6464. | main ()
  6465. | {
  6466. | return perfstat_memory_total ();
  6467. |   ;
  6468. |   return 0;
  6469. | }
  6470. configure:5304: gcc -o conftest -g -O2   conftest.c -lperfstat  -ldl  >&5
  6471. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lperfstat
  6472. collect2: error: ld returned 1 exit status
  6473. configure:5304: $? = 1
  6474. configure: failed program was:
  6475. | /* confdefs.h */
  6476. | #define PACKAGE_NAME "Zabbix"
  6477. | #define PACKAGE_TARNAME "zabbix"
  6478. | #define PACKAGE_VERSION "3.4.3"
  6479. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6480. | #define PACKAGE_BUGREPORT ""
  6481. | #define PACKAGE_URL ""
  6482. | #define PACKAGE "zabbix"
  6483. | #define VERSION "3.4.3"
  6484. | #define STDC_HEADERS 1
  6485. | #define HAVE_SYS_TYPES_H 1
  6486. | #define HAVE_SYS_STAT_H 1
  6487. | #define HAVE_STDLIB_H 1
  6488. | #define HAVE_STRING_H 1
  6489. | #define HAVE_MEMORY_H 1
  6490. | #define HAVE_STRINGS_H 1
  6491. | #define HAVE_INTTYPES_H 1
  6492. | #define HAVE_STDINT_H 1
  6493. | #define HAVE_UNISTD_H 1
  6494. | #define HAVE_STDIO_H 1
  6495. | #define HAVE_STDLIB_H 1
  6496. | #define HAVE_STRING_H 1
  6497. | #define HAVE_UNISTD_H 1
  6498. | #define HAVE_NETDB_H 1
  6499. | #define HAVE_SIGNAL_H 1
  6500. | #define HAVE_SYSLOG_H 1
  6501. | #define HAVE_TIME_H 1
  6502. | #define HAVE_ERRNO_H 1
  6503. | #define HAVE_SYS_TYPES_H 1
  6504. | #define HAVE_SYS_STAT_H 1
  6505. | #define HAVE_NETINET_IN_H 1
  6506. | #define HAVE_MATH_H 1
  6507. | #define HAVE_SYS_SOCKET_H 1
  6508. | #define HAVE_DIRENT_H 1
  6509. | #define HAVE_CTYPE_H 1
  6510. | #define HAVE_FCNTL_H 1
  6511. | #define HAVE_SYS_PARAM_H 1
  6512. | #define HAVE_ARPA_INET_H 1
  6513. | #define HAVE_SYS_VFS_H 1
  6514. | #define HAVE_SYS_SYSINFO_H 1
  6515. | #define HAVE_SYS_STATVFS_H 1
  6516. | #define HAVE_SYS_STATFS_H 1
  6517. | #define HAVE_SYS_SOCKET_H 1
  6518. | #define HAVE_ARPA_INET_H 1
  6519. | #define HAVE_STRINGS_H 1
  6520. | #define HAVE_SYS_TIME_H 1
  6521. | #define HAVE_SYS_SYSCALL_H 1
  6522. | #define HAVE_SYS_SYSMACROS_H 1
  6523. | #define HAVE_STDINT_H 1
  6524. | #define HAVE_PWD_H 1
  6525. | #define HAVE_ARPA_NAMESER_H 1
  6526. | #define HAVE_ASSERT_H 1
  6527. | #define HAVE_LINUX_KERNEL_H 1
  6528. | #define HAVE_SYS_RESOURCE_H 1
  6529. | #define HAVE_PTHREAD_H 1
  6530. | #define HAVE_SYS_WAIT_H 1
  6531. | #define HAVE_STDARG_H 1
  6532. | #define HAVE_SYS_SEM_H 1
  6533. | #define HAVE_SYS_IPC_H 1
  6534. | #define HAVE_SYS_SHM_H 1
  6535. | #define HAVE_LBER_H 1
  6536. | #define HAVE_INTTYPES_H 1
  6537. | #define HAVE_SYS_FILE_H 1
  6538. | #define HAVE_GRP_H 1
  6539. | #define HAVE_EXECINFO_H 1
  6540. | #define HAVE_MNTENT_H 1
  6541. | #define HAVE_SYS_TIMES_H 1
  6542. | #define HAVE_DLFCN_H 1
  6543. | #define HAVE_SYS_UTSNAME_H 1
  6544. | #define HAVE_SYS_UN_H 1
  6545. | #define HAVE_EVENT_H 1
  6546. | #define HAVE_RESOLV_H 1
  6547. | #define HAVE_NET_IF_H 1
  6548. | #define HAVE_SYS_MOUNT_H 1
  6549. | #define HAVE_SYS_SYSCTL_H 1
  6550. | #define HAVE_SYS_USER_H 1
  6551. | #define HAVE_SYS_SWAP_H 1
  6552. | #define HAVE_SYS_UCONTEXT_H 1
  6553. | #define HAVE_LINUX_NETLINK_H 1
  6554. | #define HAVE_LINUX_INET_DIAG_H 1
  6555. | #define HAVE_INET_DIAG 1
  6556. | /* end confdefs.h.  */
  6557. |
  6558. | /* Override any GCC internal prototype to avoid an error.
  6559. |    Use char because int might match the return type of a GCC
  6560. |    builtin and then its argument prototype would still apply.  */
  6561. | #ifdef __cplusplus
  6562. | extern "C"
  6563. | #endif
  6564. | char perfstat_memory_total ();
  6565. | int
  6566. | main ()
  6567. | {
  6568. | return perfstat_memory_total ();
  6569. |   ;
  6570. |   return 0;
  6571. | }
  6572. configure:5321: result: no
  6573. configure:5331: checking for library containing devstat_getdevs
  6574. configure:5362: gcc -o conftest -g -O2   conftest.c -ldl  >&5
  6575. /tmp/ccKx8mgV.o: In function `main':
  6576. /tmp/zabbix-3.4.3/conftest.c:94: undefined reference to `devstat_getdevs'
  6577. collect2: error: ld returned 1 exit status
  6578. configure:5362: $? = 1
  6579. configure: failed program was:
  6580. | /* confdefs.h */
  6581. | #define PACKAGE_NAME "Zabbix"
  6582. | #define PACKAGE_TARNAME "zabbix"
  6583. | #define PACKAGE_VERSION "3.4.3"
  6584. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6585. | #define PACKAGE_BUGREPORT ""
  6586. | #define PACKAGE_URL ""
  6587. | #define PACKAGE "zabbix"
  6588. | #define VERSION "3.4.3"
  6589. | #define STDC_HEADERS 1
  6590. | #define HAVE_SYS_TYPES_H 1
  6591. | #define HAVE_SYS_STAT_H 1
  6592. | #define HAVE_STDLIB_H 1
  6593. | #define HAVE_STRING_H 1
  6594. | #define HAVE_MEMORY_H 1
  6595. | #define HAVE_STRINGS_H 1
  6596. | #define HAVE_INTTYPES_H 1
  6597. | #define HAVE_STDINT_H 1
  6598. | #define HAVE_UNISTD_H 1
  6599. | #define HAVE_STDIO_H 1
  6600. | #define HAVE_STDLIB_H 1
  6601. | #define HAVE_STRING_H 1
  6602. | #define HAVE_UNISTD_H 1
  6603. | #define HAVE_NETDB_H 1
  6604. | #define HAVE_SIGNAL_H 1
  6605. | #define HAVE_SYSLOG_H 1
  6606. | #define HAVE_TIME_H 1
  6607. | #define HAVE_ERRNO_H 1
  6608. | #define HAVE_SYS_TYPES_H 1
  6609. | #define HAVE_SYS_STAT_H 1
  6610. | #define HAVE_NETINET_IN_H 1
  6611. | #define HAVE_MATH_H 1
  6612. | #define HAVE_SYS_SOCKET_H 1
  6613. | #define HAVE_DIRENT_H 1
  6614. | #define HAVE_CTYPE_H 1
  6615. | #define HAVE_FCNTL_H 1
  6616. | #define HAVE_SYS_PARAM_H 1
  6617. | #define HAVE_ARPA_INET_H 1
  6618. | #define HAVE_SYS_VFS_H 1
  6619. | #define HAVE_SYS_SYSINFO_H 1
  6620. | #define HAVE_SYS_STATVFS_H 1
  6621. | #define HAVE_SYS_STATFS_H 1
  6622. | #define HAVE_SYS_SOCKET_H 1
  6623. | #define HAVE_ARPA_INET_H 1
  6624. | #define HAVE_STRINGS_H 1
  6625. | #define HAVE_SYS_TIME_H 1
  6626. | #define HAVE_SYS_SYSCALL_H 1
  6627. | #define HAVE_SYS_SYSMACROS_H 1
  6628. | #define HAVE_STDINT_H 1
  6629. | #define HAVE_PWD_H 1
  6630. | #define HAVE_ARPA_NAMESER_H 1
  6631. | #define HAVE_ASSERT_H 1
  6632. | #define HAVE_LINUX_KERNEL_H 1
  6633. | #define HAVE_SYS_RESOURCE_H 1
  6634. | #define HAVE_PTHREAD_H 1
  6635. | #define HAVE_SYS_WAIT_H 1
  6636. | #define HAVE_STDARG_H 1
  6637. | #define HAVE_SYS_SEM_H 1
  6638. | #define HAVE_SYS_IPC_H 1
  6639. | #define HAVE_SYS_SHM_H 1
  6640. | #define HAVE_LBER_H 1
  6641. | #define HAVE_INTTYPES_H 1
  6642. | #define HAVE_SYS_FILE_H 1
  6643. | #define HAVE_GRP_H 1
  6644. | #define HAVE_EXECINFO_H 1
  6645. | #define HAVE_MNTENT_H 1
  6646. | #define HAVE_SYS_TIMES_H 1
  6647. | #define HAVE_DLFCN_H 1
  6648. | #define HAVE_SYS_UTSNAME_H 1
  6649. | #define HAVE_SYS_UN_H 1
  6650. | #define HAVE_EVENT_H 1
  6651. | #define HAVE_RESOLV_H 1
  6652. | #define HAVE_NET_IF_H 1
  6653. | #define HAVE_SYS_MOUNT_H 1
  6654. | #define HAVE_SYS_SYSCTL_H 1
  6655. | #define HAVE_SYS_USER_H 1
  6656. | #define HAVE_SYS_SWAP_H 1
  6657. | #define HAVE_SYS_UCONTEXT_H 1
  6658. | #define HAVE_LINUX_NETLINK_H 1
  6659. | #define HAVE_LINUX_INET_DIAG_H 1
  6660. | #define HAVE_INET_DIAG 1
  6661. | /* end confdefs.h.  */
  6662. |
  6663. | /* Override any GCC internal prototype to avoid an error.
  6664. |    Use char because int might match the return type of a GCC
  6665. |    builtin and then its argument prototype would still apply.  */
  6666. | #ifdef __cplusplus
  6667. | extern "C"
  6668. | #endif
  6669. | char devstat_getdevs ();
  6670. | int
  6671. | main ()
  6672. | {
  6673. | return devstat_getdevs ();
  6674. |   ;
  6675. |   return 0;
  6676. | }
  6677. configure:5362: gcc -o conftest -g -O2   conftest.c -ldevstat  -ldl  >&5
  6678. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ldevstat
  6679. collect2: error: ld returned 1 exit status
  6680. configure:5362: $? = 1
  6681. configure: failed program was:
  6682. | /* confdefs.h */
  6683. | #define PACKAGE_NAME "Zabbix"
  6684. | #define PACKAGE_TARNAME "zabbix"
  6685. | #define PACKAGE_VERSION "3.4.3"
  6686. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6687. | #define PACKAGE_BUGREPORT ""
  6688. | #define PACKAGE_URL ""
  6689. | #define PACKAGE "zabbix"
  6690. | #define VERSION "3.4.3"
  6691. | #define STDC_HEADERS 1
  6692. | #define HAVE_SYS_TYPES_H 1
  6693. | #define HAVE_SYS_STAT_H 1
  6694. | #define HAVE_STDLIB_H 1
  6695. | #define HAVE_STRING_H 1
  6696. | #define HAVE_MEMORY_H 1
  6697. | #define HAVE_STRINGS_H 1
  6698. | #define HAVE_INTTYPES_H 1
  6699. | #define HAVE_STDINT_H 1
  6700. | #define HAVE_UNISTD_H 1
  6701. | #define HAVE_STDIO_H 1
  6702. | #define HAVE_STDLIB_H 1
  6703. | #define HAVE_STRING_H 1
  6704. | #define HAVE_UNISTD_H 1
  6705. | #define HAVE_NETDB_H 1
  6706. | #define HAVE_SIGNAL_H 1
  6707. | #define HAVE_SYSLOG_H 1
  6708. | #define HAVE_TIME_H 1
  6709. | #define HAVE_ERRNO_H 1
  6710. | #define HAVE_SYS_TYPES_H 1
  6711. | #define HAVE_SYS_STAT_H 1
  6712. | #define HAVE_NETINET_IN_H 1
  6713. | #define HAVE_MATH_H 1
  6714. | #define HAVE_SYS_SOCKET_H 1
  6715. | #define HAVE_DIRENT_H 1
  6716. | #define HAVE_CTYPE_H 1
  6717. | #define HAVE_FCNTL_H 1
  6718. | #define HAVE_SYS_PARAM_H 1
  6719. | #define HAVE_ARPA_INET_H 1
  6720. | #define HAVE_SYS_VFS_H 1
  6721. | #define HAVE_SYS_SYSINFO_H 1
  6722. | #define HAVE_SYS_STATVFS_H 1
  6723. | #define HAVE_SYS_STATFS_H 1
  6724. | #define HAVE_SYS_SOCKET_H 1
  6725. | #define HAVE_ARPA_INET_H 1
  6726. | #define HAVE_STRINGS_H 1
  6727. | #define HAVE_SYS_TIME_H 1
  6728. | #define HAVE_SYS_SYSCALL_H 1
  6729. | #define HAVE_SYS_SYSMACROS_H 1
  6730. | #define HAVE_STDINT_H 1
  6731. | #define HAVE_PWD_H 1
  6732. | #define HAVE_ARPA_NAMESER_H 1
  6733. | #define HAVE_ASSERT_H 1
  6734. | #define HAVE_LINUX_KERNEL_H 1
  6735. | #define HAVE_SYS_RESOURCE_H 1
  6736. | #define HAVE_PTHREAD_H 1
  6737. | #define HAVE_SYS_WAIT_H 1
  6738. | #define HAVE_STDARG_H 1
  6739. | #define HAVE_SYS_SEM_H 1
  6740. | #define HAVE_SYS_IPC_H 1
  6741. | #define HAVE_SYS_SHM_H 1
  6742. | #define HAVE_LBER_H 1
  6743. | #define HAVE_INTTYPES_H 1
  6744. | #define HAVE_SYS_FILE_H 1
  6745. | #define HAVE_GRP_H 1
  6746. | #define HAVE_EXECINFO_H 1
  6747. | #define HAVE_MNTENT_H 1
  6748. | #define HAVE_SYS_TIMES_H 1
  6749. | #define HAVE_DLFCN_H 1
  6750. | #define HAVE_SYS_UTSNAME_H 1
  6751. | #define HAVE_SYS_UN_H 1
  6752. | #define HAVE_EVENT_H 1
  6753. | #define HAVE_RESOLV_H 1
  6754. | #define HAVE_NET_IF_H 1
  6755. | #define HAVE_SYS_MOUNT_H 1
  6756. | #define HAVE_SYS_SYSCTL_H 1
  6757. | #define HAVE_SYS_USER_H 1
  6758. | #define HAVE_SYS_SWAP_H 1
  6759. | #define HAVE_SYS_UCONTEXT_H 1
  6760. | #define HAVE_LINUX_NETLINK_H 1
  6761. | #define HAVE_LINUX_INET_DIAG_H 1
  6762. | #define HAVE_INET_DIAG 1
  6763. | /* end confdefs.h.  */
  6764. |
  6765. | /* Override any GCC internal prototype to avoid an error.
  6766. |    Use char because int might match the return type of a GCC
  6767. |    builtin and then its argument prototype would still apply.  */
  6768. | #ifdef __cplusplus
  6769. | extern "C"
  6770. | #endif
  6771. | char devstat_getdevs ();
  6772. | int
  6773. | main ()
  6774. | {
  6775. | return devstat_getdevs ();
  6776. |   ;
  6777. |   return 0;
  6778. | }
  6779. configure:5379: result: no
  6780. configure:5389: checking for library containing getdevs
  6781. configure:5420: gcc -o conftest -g -O2   conftest.c -ldl  >&5
  6782. /tmp/ccDczJF1.o: In function `main':
  6783. /tmp/zabbix-3.4.3/conftest.c:94: undefined reference to `getdevs'
  6784. collect2: error: ld returned 1 exit status
  6785. configure:5420: $? = 1
  6786. configure: failed program was:
  6787. | /* confdefs.h */
  6788. | #define PACKAGE_NAME "Zabbix"
  6789. | #define PACKAGE_TARNAME "zabbix"
  6790. | #define PACKAGE_VERSION "3.4.3"
  6791. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6792. | #define PACKAGE_BUGREPORT ""
  6793. | #define PACKAGE_URL ""
  6794. | #define PACKAGE "zabbix"
  6795. | #define VERSION "3.4.3"
  6796. | #define STDC_HEADERS 1
  6797. | #define HAVE_SYS_TYPES_H 1
  6798. | #define HAVE_SYS_STAT_H 1
  6799. | #define HAVE_STDLIB_H 1
  6800. | #define HAVE_STRING_H 1
  6801. | #define HAVE_MEMORY_H 1
  6802. | #define HAVE_STRINGS_H 1
  6803. | #define HAVE_INTTYPES_H 1
  6804. | #define HAVE_STDINT_H 1
  6805. | #define HAVE_UNISTD_H 1
  6806. | #define HAVE_STDIO_H 1
  6807. | #define HAVE_STDLIB_H 1
  6808. | #define HAVE_STRING_H 1
  6809. | #define HAVE_UNISTD_H 1
  6810. | #define HAVE_NETDB_H 1
  6811. | #define HAVE_SIGNAL_H 1
  6812. | #define HAVE_SYSLOG_H 1
  6813. | #define HAVE_TIME_H 1
  6814. | #define HAVE_ERRNO_H 1
  6815. | #define HAVE_SYS_TYPES_H 1
  6816. | #define HAVE_SYS_STAT_H 1
  6817. | #define HAVE_NETINET_IN_H 1
  6818. | #define HAVE_MATH_H 1
  6819. | #define HAVE_SYS_SOCKET_H 1
  6820. | #define HAVE_DIRENT_H 1
  6821. | #define HAVE_CTYPE_H 1
  6822. | #define HAVE_FCNTL_H 1
  6823. | #define HAVE_SYS_PARAM_H 1
  6824. | #define HAVE_ARPA_INET_H 1
  6825. | #define HAVE_SYS_VFS_H 1
  6826. | #define HAVE_SYS_SYSINFO_H 1
  6827. | #define HAVE_SYS_STATVFS_H 1
  6828. | #define HAVE_SYS_STATFS_H 1
  6829. | #define HAVE_SYS_SOCKET_H 1
  6830. | #define HAVE_ARPA_INET_H 1
  6831. | #define HAVE_STRINGS_H 1
  6832. | #define HAVE_SYS_TIME_H 1
  6833. | #define HAVE_SYS_SYSCALL_H 1
  6834. | #define HAVE_SYS_SYSMACROS_H 1
  6835. | #define HAVE_STDINT_H 1
  6836. | #define HAVE_PWD_H 1
  6837. | #define HAVE_ARPA_NAMESER_H 1
  6838. | #define HAVE_ASSERT_H 1
  6839. | #define HAVE_LINUX_KERNEL_H 1
  6840. | #define HAVE_SYS_RESOURCE_H 1
  6841. | #define HAVE_PTHREAD_H 1
  6842. | #define HAVE_SYS_WAIT_H 1
  6843. | #define HAVE_STDARG_H 1
  6844. | #define HAVE_SYS_SEM_H 1
  6845. | #define HAVE_SYS_IPC_H 1
  6846. | #define HAVE_SYS_SHM_H 1
  6847. | #define HAVE_LBER_H 1
  6848. | #define HAVE_INTTYPES_H 1
  6849. | #define HAVE_SYS_FILE_H 1
  6850. | #define HAVE_GRP_H 1
  6851. | #define HAVE_EXECINFO_H 1
  6852. | #define HAVE_MNTENT_H 1
  6853. | #define HAVE_SYS_TIMES_H 1
  6854. | #define HAVE_DLFCN_H 1
  6855. | #define HAVE_SYS_UTSNAME_H 1
  6856. | #define HAVE_SYS_UN_H 1
  6857. | #define HAVE_EVENT_H 1
  6858. | #define HAVE_RESOLV_H 1
  6859. | #define HAVE_NET_IF_H 1
  6860. | #define HAVE_SYS_MOUNT_H 1
  6861. | #define HAVE_SYS_SYSCTL_H 1
  6862. | #define HAVE_SYS_USER_H 1
  6863. | #define HAVE_SYS_SWAP_H 1
  6864. | #define HAVE_SYS_UCONTEXT_H 1
  6865. | #define HAVE_LINUX_NETLINK_H 1
  6866. | #define HAVE_LINUX_INET_DIAG_H 1
  6867. | #define HAVE_INET_DIAG 1
  6868. | /* end confdefs.h.  */
  6869. |
  6870. | /* Override any GCC internal prototype to avoid an error.
  6871. |    Use char because int might match the return type of a GCC
  6872. |    builtin and then its argument prototype would still apply.  */
  6873. | #ifdef __cplusplus
  6874. | extern "C"
  6875. | #endif
  6876. | char getdevs ();
  6877. | int
  6878. | main ()
  6879. | {
  6880. | return getdevs ();
  6881. |   ;
  6882. |   return 0;
  6883. | }
  6884. configure:5420: gcc -o conftest -g -O2   conftest.c -ldevstat  -ldl  >&5
  6885. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -ldevstat
  6886. collect2: error: ld returned 1 exit status
  6887. configure:5420: $? = 1
  6888. configure: failed program was:
  6889. | /* confdefs.h */
  6890. | #define PACKAGE_NAME "Zabbix"
  6891. | #define PACKAGE_TARNAME "zabbix"
  6892. | #define PACKAGE_VERSION "3.4.3"
  6893. | #define PACKAGE_STRING "Zabbix 3.4.3"
  6894. | #define PACKAGE_BUGREPORT ""
  6895. | #define PACKAGE_URL ""
  6896. | #define PACKAGE "zabbix"
  6897. | #define VERSION "3.4.3"
  6898. | #define STDC_HEADERS 1
  6899. | #define HAVE_SYS_TYPES_H 1
  6900. | #define HAVE_SYS_STAT_H 1
  6901. | #define HAVE_STDLIB_H 1
  6902. | #define HAVE_STRING_H 1
  6903. | #define HAVE_MEMORY_H 1
  6904. | #define HAVE_STRINGS_H 1
  6905. | #define HAVE_INTTYPES_H 1
  6906. | #define HAVE_STDINT_H 1
  6907. | #define HAVE_UNISTD_H 1
  6908. | #define HAVE_STDIO_H 1
  6909. | #define HAVE_STDLIB_H 1
  6910. | #define HAVE_STRING_H 1
  6911. | #define HAVE_UNISTD_H 1
  6912. | #define HAVE_NETDB_H 1
  6913. | #define HAVE_SIGNAL_H 1
  6914. | #define HAVE_SYSLOG_H 1
  6915. | #define HAVE_TIME_H 1
  6916. | #define HAVE_ERRNO_H 1
  6917. | #define HAVE_SYS_TYPES_H 1
  6918. | #define HAVE_SYS_STAT_H 1
  6919. | #define HAVE_NETINET_IN_H 1
  6920. | #define HAVE_MATH_H 1
  6921. | #define HAVE_SYS_SOCKET_H 1
  6922. | #define HAVE_DIRENT_H 1
  6923. | #define HAVE_CTYPE_H 1
  6924. | #define HAVE_FCNTL_H 1
  6925. | #define HAVE_SYS_PARAM_H 1
  6926. | #define HAVE_ARPA_INET_H 1
  6927. | #define HAVE_SYS_VFS_H 1
  6928. | #define HAVE_SYS_SYSINFO_H 1
  6929. | #define HAVE_SYS_STATVFS_H 1
  6930. | #define HAVE_SYS_STATFS_H 1
  6931. | #define HAVE_SYS_SOCKET_H 1
  6932. | #define HAVE_ARPA_INET_H 1
  6933. | #define HAVE_STRINGS_H 1
  6934. | #define HAVE_SYS_TIME_H 1
  6935. | #define HAVE_SYS_SYSCALL_H 1
  6936. | #define HAVE_SYS_SYSMACROS_H 1
  6937. | #define HAVE_STDINT_H 1
  6938. | #define HAVE_PWD_H 1
  6939. | #define HAVE_ARPA_NAMESER_H 1
  6940. | #define HAVE_ASSERT_H 1
  6941. | #define HAVE_LINUX_KERNEL_H 1
  6942. | #define HAVE_SYS_RESOURCE_H 1
  6943. | #define HAVE_PTHREAD_H 1
  6944. | #define HAVE_SYS_WAIT_H 1
  6945. | #define HAVE_STDARG_H 1
  6946. | #define HAVE_SYS_SEM_H 1
  6947. | #define HAVE_SYS_IPC_H 1
  6948. | #define HAVE_SYS_SHM_H 1
  6949. | #define HAVE_LBER_H 1
  6950. | #define HAVE_INTTYPES_H 1
  6951. | #define HAVE_SYS_FILE_H 1
  6952. | #define HAVE_GRP_H 1
  6953. | #define HAVE_EXECINFO_H 1
  6954. | #define HAVE_MNTENT_H 1
  6955. | #define HAVE_SYS_TIMES_H 1
  6956. | #define HAVE_DLFCN_H 1
  6957. | #define HAVE_SYS_UTSNAME_H 1
  6958. | #define HAVE_SYS_UN_H 1
  6959. | #define HAVE_EVENT_H 1
  6960. | #define HAVE_RESOLV_H 1
  6961. | #define HAVE_NET_IF_H 1
  6962. | #define HAVE_SYS_MOUNT_H 1
  6963. | #define HAVE_SYS_SYSCTL_H 1
  6964. | #define HAVE_SYS_USER_H 1
  6965. | #define HAVE_SYS_SWAP_H 1
  6966. | #define HAVE_SYS_UCONTEXT_H 1
  6967. | #define HAVE_LINUX_NETLINK_H 1
  6968. | #define HAVE_LINUX_INET_DIAG_H 1
  6969. | #define HAVE_INET_DIAG 1
  6970. | /* end confdefs.h.  */
  6971. |
  6972. | /* Override any GCC internal prototype to avoid an error.
  6973. |    Use char because int might match the return type of a GCC
  6974. |    builtin and then its argument prototype would still apply.  */
  6975. | #ifdef __cplusplus
  6976. | extern "C"
  6977. | #endif
  6978. | char getdevs ();
  6979. | int
  6980. | main ()
  6981. | {
  6982. | return getdevs ();
  6983. |   ;
  6984. |   return 0;
  6985. | }
  6986. configure:5437: result: no
  6987. configure:5448: checking for library containing backtrace_symbols
  6988. configure:5479: gcc -o conftest -g -O2   conftest.c -ldl  >&5
  6989. configure:5479: $? = 0
  6990. configure:5496: result: none required
  6991. configure:5507: checking for main in -lm
  6992. configure:5526: gcc -o conftest -g -O2   conftest.c -lm  -ldl  >&5
  6993. configure:5526: $? = 0
  6994. configure:5535: result: yes
  6995. configure:5546: checking for main in -lkvm
  6996. configure:5565: gcc -o conftest -g -O2   conftest.c -lkvm  -lm -ldl  >&5
  6997. /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lkvm
  6998. collect2: error: ld returned 1 exit status
  6999. configure:5565: $? = 1
  7000. configure: failed program was:
  7001. | /* confdefs.h */
  7002. | #define PACKAGE_NAME "Zabbix"
  7003. | #define PACKAGE_TARNAME "zabbix"
  7004. | #define PACKAGE_VERSION "3.4.3"
  7005. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7006. | #define PACKAGE_BUGREPORT ""
  7007. | #define PACKAGE_URL ""
  7008. | #define PACKAGE "zabbix"
  7009. | #define VERSION "3.4.3"
  7010. | #define STDC_HEADERS 1
  7011. | #define HAVE_SYS_TYPES_H 1
  7012. | #define HAVE_SYS_STAT_H 1
  7013. | #define HAVE_STDLIB_H 1
  7014. | #define HAVE_STRING_H 1
  7015. | #define HAVE_MEMORY_H 1
  7016. | #define HAVE_STRINGS_H 1
  7017. | #define HAVE_INTTYPES_H 1
  7018. | #define HAVE_STDINT_H 1
  7019. | #define HAVE_UNISTD_H 1
  7020. | #define HAVE_STDIO_H 1
  7021. | #define HAVE_STDLIB_H 1
  7022. | #define HAVE_STRING_H 1
  7023. | #define HAVE_UNISTD_H 1
  7024. | #define HAVE_NETDB_H 1
  7025. | #define HAVE_SIGNAL_H 1
  7026. | #define HAVE_SYSLOG_H 1
  7027. | #define HAVE_TIME_H 1
  7028. | #define HAVE_ERRNO_H 1
  7029. | #define HAVE_SYS_TYPES_H 1
  7030. | #define HAVE_SYS_STAT_H 1
  7031. | #define HAVE_NETINET_IN_H 1
  7032. | #define HAVE_MATH_H 1
  7033. | #define HAVE_SYS_SOCKET_H 1
  7034. | #define HAVE_DIRENT_H 1
  7035. | #define HAVE_CTYPE_H 1
  7036. | #define HAVE_FCNTL_H 1
  7037. | #define HAVE_SYS_PARAM_H 1
  7038. | #define HAVE_ARPA_INET_H 1
  7039. | #define HAVE_SYS_VFS_H 1
  7040. | #define HAVE_SYS_SYSINFO_H 1
  7041. | #define HAVE_SYS_STATVFS_H 1
  7042. | #define HAVE_SYS_STATFS_H 1
  7043. | #define HAVE_SYS_SOCKET_H 1
  7044. | #define HAVE_ARPA_INET_H 1
  7045. | #define HAVE_STRINGS_H 1
  7046. | #define HAVE_SYS_TIME_H 1
  7047. | #define HAVE_SYS_SYSCALL_H 1
  7048. | #define HAVE_SYS_SYSMACROS_H 1
  7049. | #define HAVE_STDINT_H 1
  7050. | #define HAVE_PWD_H 1
  7051. | #define HAVE_ARPA_NAMESER_H 1
  7052. | #define HAVE_ASSERT_H 1
  7053. | #define HAVE_LINUX_KERNEL_H 1
  7054. | #define HAVE_SYS_RESOURCE_H 1
  7055. | #define HAVE_PTHREAD_H 1
  7056. | #define HAVE_SYS_WAIT_H 1
  7057. | #define HAVE_STDARG_H 1
  7058. | #define HAVE_SYS_SEM_H 1
  7059. | #define HAVE_SYS_IPC_H 1
  7060. | #define HAVE_SYS_SHM_H 1
  7061. | #define HAVE_LBER_H 1
  7062. | #define HAVE_INTTYPES_H 1
  7063. | #define HAVE_SYS_FILE_H 1
  7064. | #define HAVE_GRP_H 1
  7065. | #define HAVE_EXECINFO_H 1
  7066. | #define HAVE_MNTENT_H 1
  7067. | #define HAVE_SYS_TIMES_H 1
  7068. | #define HAVE_DLFCN_H 1
  7069. | #define HAVE_SYS_UTSNAME_H 1
  7070. | #define HAVE_SYS_UN_H 1
  7071. | #define HAVE_EVENT_H 1
  7072. | #define HAVE_RESOLV_H 1
  7073. | #define HAVE_NET_IF_H 1
  7074. | #define HAVE_SYS_MOUNT_H 1
  7075. | #define HAVE_SYS_SYSCTL_H 1
  7076. | #define HAVE_SYS_USER_H 1
  7077. | #define HAVE_SYS_SWAP_H 1
  7078. | #define HAVE_SYS_UCONTEXT_H 1
  7079. | #define HAVE_LINUX_NETLINK_H 1
  7080. | #define HAVE_LINUX_INET_DIAG_H 1
  7081. | #define HAVE_INET_DIAG 1
  7082. | #define HAVE_LIBEXECINFO 1
  7083. | #define HAVE_LIBM 1
  7084. | /* end confdefs.h.  */
  7085. |
  7086. |
  7087. | int
  7088. | main ()
  7089. | {
  7090. | return main ();
  7091. |   ;
  7092. |   return 0;
  7093. | }
  7094. configure:5574: result: no
  7095. configure:5588: checking for DNS lookup functions
  7096. configure:5629: gcc -o conftest -g -O2   conftest.c -lm -ldl   >&5
  7097. /tmp/ccxkXo6j.o: In function `main':
  7098. /tmp/zabbix-3.4.3/conftest.c:112: undefined reference to `__res_query'
  7099. collect2: error: ld returned 1 exit status
  7100. configure:5629: $? = 1
  7101. configure: failed program was:
  7102. | /* confdefs.h */
  7103. | #define PACKAGE_NAME "Zabbix"
  7104. | #define PACKAGE_TARNAME "zabbix"
  7105. | #define PACKAGE_VERSION "3.4.3"
  7106. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7107. | #define PACKAGE_BUGREPORT ""
  7108. | #define PACKAGE_URL ""
  7109. | #define PACKAGE "zabbix"
  7110. | #define VERSION "3.4.3"
  7111. | #define STDC_HEADERS 1
  7112. | #define HAVE_SYS_TYPES_H 1
  7113. | #define HAVE_SYS_STAT_H 1
  7114. | #define HAVE_STDLIB_H 1
  7115. | #define HAVE_STRING_H 1
  7116. | #define HAVE_MEMORY_H 1
  7117. | #define HAVE_STRINGS_H 1
  7118. | #define HAVE_INTTYPES_H 1
  7119. | #define HAVE_STDINT_H 1
  7120. | #define HAVE_UNISTD_H 1
  7121. | #define HAVE_STDIO_H 1
  7122. | #define HAVE_STDLIB_H 1
  7123. | #define HAVE_STRING_H 1
  7124. | #define HAVE_UNISTD_H 1
  7125. | #define HAVE_NETDB_H 1
  7126. | #define HAVE_SIGNAL_H 1
  7127. | #define HAVE_SYSLOG_H 1
  7128. | #define HAVE_TIME_H 1
  7129. | #define HAVE_ERRNO_H 1
  7130. | #define HAVE_SYS_TYPES_H 1
  7131. | #define HAVE_SYS_STAT_H 1
  7132. | #define HAVE_NETINET_IN_H 1
  7133. | #define HAVE_MATH_H 1
  7134. | #define HAVE_SYS_SOCKET_H 1
  7135. | #define HAVE_DIRENT_H 1
  7136. | #define HAVE_CTYPE_H 1
  7137. | #define HAVE_FCNTL_H 1
  7138. | #define HAVE_SYS_PARAM_H 1
  7139. | #define HAVE_ARPA_INET_H 1
  7140. | #define HAVE_SYS_VFS_H 1
  7141. | #define HAVE_SYS_SYSINFO_H 1
  7142. | #define HAVE_SYS_STATVFS_H 1
  7143. | #define HAVE_SYS_STATFS_H 1
  7144. | #define HAVE_SYS_SOCKET_H 1
  7145. | #define HAVE_ARPA_INET_H 1
  7146. | #define HAVE_STRINGS_H 1
  7147. | #define HAVE_SYS_TIME_H 1
  7148. | #define HAVE_SYS_SYSCALL_H 1
  7149. | #define HAVE_SYS_SYSMACROS_H 1
  7150. | #define HAVE_STDINT_H 1
  7151. | #define HAVE_PWD_H 1
  7152. | #define HAVE_ARPA_NAMESER_H 1
  7153. | #define HAVE_ASSERT_H 1
  7154. | #define HAVE_LINUX_KERNEL_H 1
  7155. | #define HAVE_SYS_RESOURCE_H 1
  7156. | #define HAVE_PTHREAD_H 1
  7157. | #define HAVE_SYS_WAIT_H 1
  7158. | #define HAVE_STDARG_H 1
  7159. | #define HAVE_SYS_SEM_H 1
  7160. | #define HAVE_SYS_IPC_H 1
  7161. | #define HAVE_SYS_SHM_H 1
  7162. | #define HAVE_LBER_H 1
  7163. | #define HAVE_INTTYPES_H 1
  7164. | #define HAVE_SYS_FILE_H 1
  7165. | #define HAVE_GRP_H 1
  7166. | #define HAVE_EXECINFO_H 1
  7167. | #define HAVE_MNTENT_H 1
  7168. | #define HAVE_SYS_TIMES_H 1
  7169. | #define HAVE_DLFCN_H 1
  7170. | #define HAVE_SYS_UTSNAME_H 1
  7171. | #define HAVE_SYS_UN_H 1
  7172. | #define HAVE_EVENT_H 1
  7173. | #define HAVE_RESOLV_H 1
  7174. | #define HAVE_NET_IF_H 1
  7175. | #define HAVE_SYS_MOUNT_H 1
  7176. | #define HAVE_SYS_SYSCTL_H 1
  7177. | #define HAVE_SYS_USER_H 1
  7178. | #define HAVE_SYS_SWAP_H 1
  7179. | #define HAVE_SYS_UCONTEXT_H 1
  7180. | #define HAVE_LINUX_NETLINK_H 1
  7181. | #define HAVE_LINUX_INET_DIAG_H 1
  7182. | #define HAVE_INET_DIAG 1
  7183. | #define HAVE_LIBEXECINFO 1
  7184. | #define HAVE_LIBM 1
  7185. | /* end confdefs.h.  */
  7186. |
  7187. | #ifdef HAVE_SYS_TYPES_H
  7188. | # include <sys/types.h>
  7189. | #endif
  7190. | #ifdef HAVE_NETINET_IN_H
  7191. | # include <netinet/in.h>
  7192. | #endif
  7193. | #ifdef HAVE_ARPA_NAMESER_H
  7194. | # include <arpa/nameser.h>
  7195. | #endif
  7196. | #ifdef HAVE_RESOLV_H
  7197. | # include <resolv.h>
  7198. | #endif
  7199. | #ifndef C_IN
  7200. | # define C_IN ns_c_in
  7201. | #endif    /* C_IN */
  7202. | #ifndef T_SOA
  7203. | # define T_SOA    ns_t_soa
  7204. | #endif    /* T_SOA */
  7205. |
  7206. | int
  7207. | main ()
  7208. | {
  7209. |
  7210. |   char    *buf;
  7211. |
  7212. |   res_init();
  7213. |   res_query("", C_IN, T_SOA, buf, 0);
  7214. |
  7215. |   ;
  7216. |   return 0;
  7217. | }
  7218. configure:5677: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  7219. configure:5677: $? = 0
  7220. configure:5792: result: yes
  7221. configure:5819: checking for special C compiler options needed for large files
  7222. configure:5864: result: no
  7223. configure:5870: checking for _FILE_OFFSET_BITS value needed for large files
  7224. configure:5895: gcc -c -g -O2  conftest.c >&5
  7225. configure:5895: $? = 0
  7226. configure:5927: result: no
  7227. configure:6014: checking for an ANSI C-conforming const
  7228. configure:6080: gcc -c -g -O2  conftest.c >&5
  7229. configure:6080: $? = 0
  7230. configure:6087: result: yes
  7231. configure:6095: checking for pid_t
  7232. configure:6095: gcc -c -g -O2  conftest.c >&5
  7233. configure:6095: $? = 0
  7234. configure:6095: gcc -c -g -O2  conftest.c >&5
  7235. conftest.c: In function 'main':
  7236. conftest.c:122:20: error: expected expression before ')' token
  7237.  if (sizeof ((pid_t)))
  7238.                     ^
  7239. configure:6095: $? = 1
  7240. configure: failed program was:
  7241. | /* confdefs.h */
  7242. | #define PACKAGE_NAME "Zabbix"
  7243. | #define PACKAGE_TARNAME "zabbix"
  7244. | #define PACKAGE_VERSION "3.4.3"
  7245. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7246. | #define PACKAGE_BUGREPORT ""
  7247. | #define PACKAGE_URL ""
  7248. | #define PACKAGE "zabbix"
  7249. | #define VERSION "3.4.3"
  7250. | #define STDC_HEADERS 1
  7251. | #define HAVE_SYS_TYPES_H 1
  7252. | #define HAVE_SYS_STAT_H 1
  7253. | #define HAVE_STDLIB_H 1
  7254. | #define HAVE_STRING_H 1
  7255. | #define HAVE_MEMORY_H 1
  7256. | #define HAVE_STRINGS_H 1
  7257. | #define HAVE_INTTYPES_H 1
  7258. | #define HAVE_STDINT_H 1
  7259. | #define HAVE_UNISTD_H 1
  7260. | #define HAVE_STDIO_H 1
  7261. | #define HAVE_STDLIB_H 1
  7262. | #define HAVE_STRING_H 1
  7263. | #define HAVE_UNISTD_H 1
  7264. | #define HAVE_NETDB_H 1
  7265. | #define HAVE_SIGNAL_H 1
  7266. | #define HAVE_SYSLOG_H 1
  7267. | #define HAVE_TIME_H 1
  7268. | #define HAVE_ERRNO_H 1
  7269. | #define HAVE_SYS_TYPES_H 1
  7270. | #define HAVE_SYS_STAT_H 1
  7271. | #define HAVE_NETINET_IN_H 1
  7272. | #define HAVE_MATH_H 1
  7273. | #define HAVE_SYS_SOCKET_H 1
  7274. | #define HAVE_DIRENT_H 1
  7275. | #define HAVE_CTYPE_H 1
  7276. | #define HAVE_FCNTL_H 1
  7277. | #define HAVE_SYS_PARAM_H 1
  7278. | #define HAVE_ARPA_INET_H 1
  7279. | #define HAVE_SYS_VFS_H 1
  7280. | #define HAVE_SYS_SYSINFO_H 1
  7281. | #define HAVE_SYS_STATVFS_H 1
  7282. | #define HAVE_SYS_STATFS_H 1
  7283. | #define HAVE_SYS_SOCKET_H 1
  7284. | #define HAVE_ARPA_INET_H 1
  7285. | #define HAVE_STRINGS_H 1
  7286. | #define HAVE_SYS_TIME_H 1
  7287. | #define HAVE_SYS_SYSCALL_H 1
  7288. | #define HAVE_SYS_SYSMACROS_H 1
  7289. | #define HAVE_STDINT_H 1
  7290. | #define HAVE_PWD_H 1
  7291. | #define HAVE_ARPA_NAMESER_H 1
  7292. | #define HAVE_ASSERT_H 1
  7293. | #define HAVE_LINUX_KERNEL_H 1
  7294. | #define HAVE_SYS_RESOURCE_H 1
  7295. | #define HAVE_PTHREAD_H 1
  7296. | #define HAVE_SYS_WAIT_H 1
  7297. | #define HAVE_STDARG_H 1
  7298. | #define HAVE_SYS_SEM_H 1
  7299. | #define HAVE_SYS_IPC_H 1
  7300. | #define HAVE_SYS_SHM_H 1
  7301. | #define HAVE_LBER_H 1
  7302. | #define HAVE_INTTYPES_H 1
  7303. | #define HAVE_SYS_FILE_H 1
  7304. | #define HAVE_GRP_H 1
  7305. | #define HAVE_EXECINFO_H 1
  7306. | #define HAVE_MNTENT_H 1
  7307. | #define HAVE_SYS_TIMES_H 1
  7308. | #define HAVE_DLFCN_H 1
  7309. | #define HAVE_SYS_UTSNAME_H 1
  7310. | #define HAVE_SYS_UN_H 1
  7311. | #define HAVE_EVENT_H 1
  7312. | #define HAVE_RESOLV_H 1
  7313. | #define HAVE_NET_IF_H 1
  7314. | #define HAVE_SYS_MOUNT_H 1
  7315. | #define HAVE_SYS_SYSCTL_H 1
  7316. | #define HAVE_SYS_USER_H 1
  7317. | #define HAVE_SYS_SWAP_H 1
  7318. | #define HAVE_SYS_UCONTEXT_H 1
  7319. | #define HAVE_LINUX_NETLINK_H 1
  7320. | #define HAVE_LINUX_INET_DIAG_H 1
  7321. | #define HAVE_INET_DIAG 1
  7322. | #define HAVE_LIBEXECINFO 1
  7323. | #define HAVE_LIBM 1
  7324. | #define HAVE_RES_QUERY 1
  7325. | /* end confdefs.h.  */
  7326. | #include <stdio.h>
  7327. | #ifdef HAVE_SYS_TYPES_H
  7328. | # include <sys/types.h>
  7329. | #endif
  7330. | #ifdef HAVE_SYS_STAT_H
  7331. | # include <sys/stat.h>
  7332. | #endif
  7333. | #ifdef STDC_HEADERS
  7334. | # include <stdlib.h>
  7335. | # include <stddef.h>
  7336. | #else
  7337. | # ifdef HAVE_STDLIB_H
  7338. | #  include <stdlib.h>
  7339. | # endif
  7340. | #endif
  7341. | #ifdef HAVE_STRING_H
  7342. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7343. | #  include <memory.h>
  7344. | # endif
  7345. | # include <string.h>
  7346. | #endif
  7347. | #ifdef HAVE_STRINGS_H
  7348. | # include <strings.h>
  7349. | #endif
  7350. | #ifdef HAVE_INTTYPES_H
  7351. | # include <inttypes.h>
  7352. | #endif
  7353. | #ifdef HAVE_STDINT_H
  7354. | # include <stdint.h>
  7355. | #endif
  7356. | #ifdef HAVE_UNISTD_H
  7357. | # include <unistd.h>
  7358. | #endif
  7359. | int
  7360. | main ()
  7361. | {
  7362. | if (sizeof ((pid_t)))
  7363. |       return 0;
  7364. |   ;
  7365. |   return 0;
  7366. | }
  7367. configure:6095: result: yes
  7368. configure:6107: checking for socklen_t
  7369. configure:6124: gcc -c -g -O2  conftest.c >&5
  7370. configure:6124: $? = 0
  7371. configure:6125: result: yes
  7372. configure:6136: checking for actual socklen_t parameter type in socket functions
  7373. configure:6163: gcc -c -g -O2  conftest.c >&5
  7374. configure:6163: $? = 0
  7375. configure:6173: result: socklen_t
  7376. configure:6185: checking for integer field name in union sigval of struct siginfo_t
  7377. configure:6207: gcc -c -g -O2  conftest.c >&5
  7378. configure:6207: $? = 0
  7379. configure:6216: result: sival_int
  7380. configure:6227: checking for union semun
  7381. configure:6244: gcc -c -g -O2  conftest.c >&5
  7382. conftest.c: In function 'main':
  7383. conftest.c:96:13: error: storage size of 'foo' isn't known
  7384. union semun foo;
  7385.             ^
  7386. configure:6244: $? = 1
  7387. configure: failed program was:
  7388. | /* confdefs.h */
  7389. | #define PACKAGE_NAME "Zabbix"
  7390. | #define PACKAGE_TARNAME "zabbix"
  7391. | #define PACKAGE_VERSION "3.4.3"
  7392. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7393. | #define PACKAGE_BUGREPORT ""
  7394. | #define PACKAGE_URL ""
  7395. | #define PACKAGE "zabbix"
  7396. | #define VERSION "3.4.3"
  7397. | #define STDC_HEADERS 1
  7398. | #define HAVE_SYS_TYPES_H 1
  7399. | #define HAVE_SYS_STAT_H 1
  7400. | #define HAVE_STDLIB_H 1
  7401. | #define HAVE_STRING_H 1
  7402. | #define HAVE_MEMORY_H 1
  7403. | #define HAVE_STRINGS_H 1
  7404. | #define HAVE_INTTYPES_H 1
  7405. | #define HAVE_STDINT_H 1
  7406. | #define HAVE_UNISTD_H 1
  7407. | #define HAVE_STDIO_H 1
  7408. | #define HAVE_STDLIB_H 1
  7409. | #define HAVE_STRING_H 1
  7410. | #define HAVE_UNISTD_H 1
  7411. | #define HAVE_NETDB_H 1
  7412. | #define HAVE_SIGNAL_H 1
  7413. | #define HAVE_SYSLOG_H 1
  7414. | #define HAVE_TIME_H 1
  7415. | #define HAVE_ERRNO_H 1
  7416. | #define HAVE_SYS_TYPES_H 1
  7417. | #define HAVE_SYS_STAT_H 1
  7418. | #define HAVE_NETINET_IN_H 1
  7419. | #define HAVE_MATH_H 1
  7420. | #define HAVE_SYS_SOCKET_H 1
  7421. | #define HAVE_DIRENT_H 1
  7422. | #define HAVE_CTYPE_H 1
  7423. | #define HAVE_FCNTL_H 1
  7424. | #define HAVE_SYS_PARAM_H 1
  7425. | #define HAVE_ARPA_INET_H 1
  7426. | #define HAVE_SYS_VFS_H 1
  7427. | #define HAVE_SYS_SYSINFO_H 1
  7428. | #define HAVE_SYS_STATVFS_H 1
  7429. | #define HAVE_SYS_STATFS_H 1
  7430. | #define HAVE_SYS_SOCKET_H 1
  7431. | #define HAVE_ARPA_INET_H 1
  7432. | #define HAVE_STRINGS_H 1
  7433. | #define HAVE_SYS_TIME_H 1
  7434. | #define HAVE_SYS_SYSCALL_H 1
  7435. | #define HAVE_SYS_SYSMACROS_H 1
  7436. | #define HAVE_STDINT_H 1
  7437. | #define HAVE_PWD_H 1
  7438. | #define HAVE_ARPA_NAMESER_H 1
  7439. | #define HAVE_ASSERT_H 1
  7440. | #define HAVE_LINUX_KERNEL_H 1
  7441. | #define HAVE_SYS_RESOURCE_H 1
  7442. | #define HAVE_PTHREAD_H 1
  7443. | #define HAVE_SYS_WAIT_H 1
  7444. | #define HAVE_STDARG_H 1
  7445. | #define HAVE_SYS_SEM_H 1
  7446. | #define HAVE_SYS_IPC_H 1
  7447. | #define HAVE_SYS_SHM_H 1
  7448. | #define HAVE_LBER_H 1
  7449. | #define HAVE_INTTYPES_H 1
  7450. | #define HAVE_SYS_FILE_H 1
  7451. | #define HAVE_GRP_H 1
  7452. | #define HAVE_EXECINFO_H 1
  7453. | #define HAVE_MNTENT_H 1
  7454. | #define HAVE_SYS_TIMES_H 1
  7455. | #define HAVE_DLFCN_H 1
  7456. | #define HAVE_SYS_UTSNAME_H 1
  7457. | #define HAVE_SYS_UN_H 1
  7458. | #define HAVE_EVENT_H 1
  7459. | #define HAVE_RESOLV_H 1
  7460. | #define HAVE_NET_IF_H 1
  7461. | #define HAVE_SYS_MOUNT_H 1
  7462. | #define HAVE_SYS_SYSCTL_H 1
  7463. | #define HAVE_SYS_USER_H 1
  7464. | #define HAVE_SYS_SWAP_H 1
  7465. | #define HAVE_SYS_UCONTEXT_H 1
  7466. | #define HAVE_LINUX_NETLINK_H 1
  7467. | #define HAVE_LINUX_INET_DIAG_H 1
  7468. | #define HAVE_INET_DIAG 1
  7469. | #define HAVE_LIBEXECINFO 1
  7470. | #define HAVE_LIBM 1
  7471. | #define HAVE_RES_QUERY 1
  7472. | #define ZBX_SOCKLEN_T socklen_t
  7473. | #define ZBX_SIVAL_INT sival_int
  7474. | /* end confdefs.h.  */
  7475. |
  7476. | #include <sys/types.h>
  7477. | #include <sys/ipc.h>
  7478. | #include <sys/sem.h>
  7479. |
  7480. | int
  7481. | main ()
  7482. | {
  7483. | union semun foo;
  7484. |   ;
  7485. |   return 0;
  7486. | }
  7487. configure:6251: result: no
  7488. configure:6256: checking for struct swaptable in sys/swap.h
  7489. configure:6328: gcc -c -g -O2  conftest.c >&5
  7490. conftest.c: In function 'main':
  7491. conftest.c:109:19: error: 'SC_GETNSWP' undeclared (first use in this function)
  7492.     cnt = swapctl(SC_GETNSWP, 0);
  7493.                   ^
  7494. conftest.c:109:19: note: each undeclared identifier is reported only once for each function it appears in
  7495. conftest.c:113:27: error: invalid application of 'sizeof' to incomplete type 'struct swapent'
  7496.              cnt * sizeof(struct swapent));
  7497.                           ^
  7498. conftest.c:118:8: error: dereferencing pointer to incomplete type
  7499.     swt->swt_n = cnt;
  7500.        ^
  7501. conftest.c:123:16: error: dereferencing pointer to incomplete type
  7502.     ste = &(swt->swt_ent[0]);
  7503.                ^
  7504. conftest.c:127:6: error: increment of pointer to unknown structure
  7505.   ste++->ste_path = path;
  7506.      ^
  7507. conftest.c:127:3: error: arithmetic on pointer to an incomplete type
  7508.   ste++->ste_path = path;
  7509.   ^
  7510. conftest.c:127:8: error: dereferencing pointer to incomplete type
  7511.   ste++->ste_path = path;
  7512.        ^
  7513. conftest.c:131:13: error: 'SC_LIST' undeclared (first use in this function)
  7514.     swapctl(SC_LIST, swt);
  7515.             ^
  7516. conftest.c:135:16: error: dereferencing pointer to incomplete type
  7517.     ste = &(swt->swt_ent[0]);
  7518.                ^
  7519. conftest.c:140:12: error: dereferencing pointer to incomplete type
  7520.   if (!(ste->ste_flags & ST_INDEL) &&
  7521.            ^
  7522. conftest.c:140:26: error: 'ST_INDEL' undeclared (first use in this function)
  7523.   if (!(ste->ste_flags & ST_INDEL) &&
  7524.                          ^
  7525. conftest.c:141:12: error: dereferencing pointer to incomplete type
  7526.       !(ste->ste_flags & ST_DOINGDEL))
  7527.            ^
  7528. conftest.c:141:26: error: 'ST_DOINGDEL' undeclared (first use in this function)
  7529.       !(ste->ste_flags & ST_DOINGDEL))
  7530.                          ^
  7531. conftest.c:143:15: error: dereferencing pointer to incomplete type
  7532.       t += ste->ste_pages;
  7533.               ^
  7534. conftest.c:144:15: error: dereferencing pointer to incomplete type
  7535.       f += ste->ste_free;
  7536.               ^
  7537. conftest.c:145:8: error: increment of pointer to unknown structure
  7538.   } ste++;
  7539.        ^
  7540. conftest.c:145:3: error: arithmetic on pointer to an incomplete type
  7541.   } ste++;
  7542.   ^
  7543. configure:6328: $? = 1
  7544. configure: failed program was:
  7545. | /* confdefs.h */
  7546. | #define PACKAGE_NAME "Zabbix"
  7547. | #define PACKAGE_TARNAME "zabbix"
  7548. | #define PACKAGE_VERSION "3.4.3"
  7549. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7550. | #define PACKAGE_BUGREPORT ""
  7551. | #define PACKAGE_URL ""
  7552. | #define PACKAGE "zabbix"
  7553. | #define VERSION "3.4.3"
  7554. | #define STDC_HEADERS 1
  7555. | #define HAVE_SYS_TYPES_H 1
  7556. | #define HAVE_SYS_STAT_H 1
  7557. | #define HAVE_STDLIB_H 1
  7558. | #define HAVE_STRING_H 1
  7559. | #define HAVE_MEMORY_H 1
  7560. | #define HAVE_STRINGS_H 1
  7561. | #define HAVE_INTTYPES_H 1
  7562. | #define HAVE_STDINT_H 1
  7563. | #define HAVE_UNISTD_H 1
  7564. | #define HAVE_STDIO_H 1
  7565. | #define HAVE_STDLIB_H 1
  7566. | #define HAVE_STRING_H 1
  7567. | #define HAVE_UNISTD_H 1
  7568. | #define HAVE_NETDB_H 1
  7569. | #define HAVE_SIGNAL_H 1
  7570. | #define HAVE_SYSLOG_H 1
  7571. | #define HAVE_TIME_H 1
  7572. | #define HAVE_ERRNO_H 1
  7573. | #define HAVE_SYS_TYPES_H 1
  7574. | #define HAVE_SYS_STAT_H 1
  7575. | #define HAVE_NETINET_IN_H 1
  7576. | #define HAVE_MATH_H 1
  7577. | #define HAVE_SYS_SOCKET_H 1
  7578. | #define HAVE_DIRENT_H 1
  7579. | #define HAVE_CTYPE_H 1
  7580. | #define HAVE_FCNTL_H 1
  7581. | #define HAVE_SYS_PARAM_H 1
  7582. | #define HAVE_ARPA_INET_H 1
  7583. | #define HAVE_SYS_VFS_H 1
  7584. | #define HAVE_SYS_SYSINFO_H 1
  7585. | #define HAVE_SYS_STATVFS_H 1
  7586. | #define HAVE_SYS_STATFS_H 1
  7587. | #define HAVE_SYS_SOCKET_H 1
  7588. | #define HAVE_ARPA_INET_H 1
  7589. | #define HAVE_STRINGS_H 1
  7590. | #define HAVE_SYS_TIME_H 1
  7591. | #define HAVE_SYS_SYSCALL_H 1
  7592. | #define HAVE_SYS_SYSMACROS_H 1
  7593. | #define HAVE_STDINT_H 1
  7594. | #define HAVE_PWD_H 1
  7595. | #define HAVE_ARPA_NAMESER_H 1
  7596. | #define HAVE_ASSERT_H 1
  7597. | #define HAVE_LINUX_KERNEL_H 1
  7598. | #define HAVE_SYS_RESOURCE_H 1
  7599. | #define HAVE_PTHREAD_H 1
  7600. | #define HAVE_SYS_WAIT_H 1
  7601. | #define HAVE_STDARG_H 1
  7602. | #define HAVE_SYS_SEM_H 1
  7603. | #define HAVE_SYS_IPC_H 1
  7604. | #define HAVE_SYS_SHM_H 1
  7605. | #define HAVE_LBER_H 1
  7606. | #define HAVE_INTTYPES_H 1
  7607. | #define HAVE_SYS_FILE_H 1
  7608. | #define HAVE_GRP_H 1
  7609. | #define HAVE_EXECINFO_H 1
  7610. | #define HAVE_MNTENT_H 1
  7611. | #define HAVE_SYS_TIMES_H 1
  7612. | #define HAVE_DLFCN_H 1
  7613. | #define HAVE_SYS_UTSNAME_H 1
  7614. | #define HAVE_SYS_UN_H 1
  7615. | #define HAVE_EVENT_H 1
  7616. | #define HAVE_RESOLV_H 1
  7617. | #define HAVE_NET_IF_H 1
  7618. | #define HAVE_SYS_MOUNT_H 1
  7619. | #define HAVE_SYS_SYSCTL_H 1
  7620. | #define HAVE_SYS_USER_H 1
  7621. | #define HAVE_SYS_SWAP_H 1
  7622. | #define HAVE_SYS_UCONTEXT_H 1
  7623. | #define HAVE_LINUX_NETLINK_H 1
  7624. | #define HAVE_LINUX_INET_DIAG_H 1
  7625. | #define HAVE_INET_DIAG 1
  7626. | #define HAVE_LIBEXECINFO 1
  7627. | #define HAVE_LIBM 1
  7628. | #define HAVE_RES_QUERY 1
  7629. | #define ZBX_SOCKLEN_T socklen_t
  7630. | #define ZBX_SIVAL_INT sival_int
  7631. | /* end confdefs.h.  */
  7632. |
  7633. | #include <stdlib.h>
  7634. | #include <sys/types.h>
  7635. | #include <sys/syscall.h>
  7636. | #include <sys/swap.h>
  7637. |
  7638. | #ifndef NULL
  7639. | #define NULL (void *)0
  7640. | #endif
  7641. |
  7642. | int
  7643. | main ()
  7644. | {
  7645. |
  7646. |     register int cnt, i;
  7647. |     register int t, f;
  7648. |     struct swaptable *swt;
  7649. |     struct swapent *ste;
  7650. |     static char path[256];
  7651. |
  7652. |     /* get total number of swap entries */
  7653. |     cnt = swapctl(SC_GETNSWP, 0);
  7654. |
  7655. |     /* allocate enough space to hold count + n swapents */
  7656. |     swt = (struct swaptable *)malloc(sizeof(int) +
  7657. |              cnt * sizeof(struct swapent));
  7658. |     if (swt == NULL)
  7659. |     {
  7660. |   return;
  7661. |     }
  7662. |     swt->swt_n = cnt;
  7663. |
  7664. |     /* fill in ste_path pointers: we do not care about the paths, so we
  7665. | point
  7666. |        them all to the same buffer */
  7667. |     ste = &(swt->swt_ent[0]);
  7668. |     i = cnt;
  7669. |     while (--i >= 0)
  7670. |     {
  7671. |   ste++->ste_path = path;
  7672. |     }
  7673. |
  7674. |     /* grab all swap info */
  7675. |     swapctl(SC_LIST, swt);
  7676. |
  7677. |     /* walk through the structs and sum up the fields */
  7678. |     t = f = 0;
  7679. |     ste = &(swt->swt_ent[0]);
  7680. |     i = cnt;
  7681. |     while (--i >= 0)
  7682. |     {
  7683. |   /* do not count slots being deleted */
  7684. |   if (!(ste->ste_flags & ST_INDEL) &&
  7685. |       !(ste->ste_flags & ST_DOINGDEL))
  7686. |   {
  7687. |       t += ste->ste_pages;
  7688. |       f += ste->ste_free;
  7689. |   } ste++;
  7690. |     }
  7691. |
  7692. |     /* fill in the results */
  7693. |     free(swt);
  7694. |
  7695. |
  7696. |   ;
  7697. |   return 0;
  7698. | }
  7699. configure:6335: result: no
  7700. configure:6340: checking for struct sensordev in sys/sensors.h
  7701. configure:6359: gcc -c -g -O2  conftest.c >&5
  7702. conftest.c:91:25: fatal error: sys/sensors.h: No such file or directory
  7703. #include <sys/sensors.h>
  7704.                         ^
  7705. compilation terminated.
  7706. configure:6359: $? = 1
  7707. configure: failed program was:
  7708. | /* confdefs.h */
  7709. | #define PACKAGE_NAME "Zabbix"
  7710. | #define PACKAGE_TARNAME "zabbix"
  7711. | #define PACKAGE_VERSION "3.4.3"
  7712. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7713. | #define PACKAGE_BUGREPORT ""
  7714. | #define PACKAGE_URL ""
  7715. | #define PACKAGE "zabbix"
  7716. | #define VERSION "3.4.3"
  7717. | #define STDC_HEADERS 1
  7718. | #define HAVE_SYS_TYPES_H 1
  7719. | #define HAVE_SYS_STAT_H 1
  7720. | #define HAVE_STDLIB_H 1
  7721. | #define HAVE_STRING_H 1
  7722. | #define HAVE_MEMORY_H 1
  7723. | #define HAVE_STRINGS_H 1
  7724. | #define HAVE_INTTYPES_H 1
  7725. | #define HAVE_STDINT_H 1
  7726. | #define HAVE_UNISTD_H 1
  7727. | #define HAVE_STDIO_H 1
  7728. | #define HAVE_STDLIB_H 1
  7729. | #define HAVE_STRING_H 1
  7730. | #define HAVE_UNISTD_H 1
  7731. | #define HAVE_NETDB_H 1
  7732. | #define HAVE_SIGNAL_H 1
  7733. | #define HAVE_SYSLOG_H 1
  7734. | #define HAVE_TIME_H 1
  7735. | #define HAVE_ERRNO_H 1
  7736. | #define HAVE_SYS_TYPES_H 1
  7737. | #define HAVE_SYS_STAT_H 1
  7738. | #define HAVE_NETINET_IN_H 1
  7739. | #define HAVE_MATH_H 1
  7740. | #define HAVE_SYS_SOCKET_H 1
  7741. | #define HAVE_DIRENT_H 1
  7742. | #define HAVE_CTYPE_H 1
  7743. | #define HAVE_FCNTL_H 1
  7744. | #define HAVE_SYS_PARAM_H 1
  7745. | #define HAVE_ARPA_INET_H 1
  7746. | #define HAVE_SYS_VFS_H 1
  7747. | #define HAVE_SYS_SYSINFO_H 1
  7748. | #define HAVE_SYS_STATVFS_H 1
  7749. | #define HAVE_SYS_STATFS_H 1
  7750. | #define HAVE_SYS_SOCKET_H 1
  7751. | #define HAVE_ARPA_INET_H 1
  7752. | #define HAVE_STRINGS_H 1
  7753. | #define HAVE_SYS_TIME_H 1
  7754. | #define HAVE_SYS_SYSCALL_H 1
  7755. | #define HAVE_SYS_SYSMACROS_H 1
  7756. | #define HAVE_STDINT_H 1
  7757. | #define HAVE_PWD_H 1
  7758. | #define HAVE_ARPA_NAMESER_H 1
  7759. | #define HAVE_ASSERT_H 1
  7760. | #define HAVE_LINUX_KERNEL_H 1
  7761. | #define HAVE_SYS_RESOURCE_H 1
  7762. | #define HAVE_PTHREAD_H 1
  7763. | #define HAVE_SYS_WAIT_H 1
  7764. | #define HAVE_STDARG_H 1
  7765. | #define HAVE_SYS_SEM_H 1
  7766. | #define HAVE_SYS_IPC_H 1
  7767. | #define HAVE_SYS_SHM_H 1
  7768. | #define HAVE_LBER_H 1
  7769. | #define HAVE_INTTYPES_H 1
  7770. | #define HAVE_SYS_FILE_H 1
  7771. | #define HAVE_GRP_H 1
  7772. | #define HAVE_EXECINFO_H 1
  7773. | #define HAVE_MNTENT_H 1
  7774. | #define HAVE_SYS_TIMES_H 1
  7775. | #define HAVE_DLFCN_H 1
  7776. | #define HAVE_SYS_UTSNAME_H 1
  7777. | #define HAVE_SYS_UN_H 1
  7778. | #define HAVE_EVENT_H 1
  7779. | #define HAVE_RESOLV_H 1
  7780. | #define HAVE_NET_IF_H 1
  7781. | #define HAVE_SYS_MOUNT_H 1
  7782. | #define HAVE_SYS_SYSCTL_H 1
  7783. | #define HAVE_SYS_USER_H 1
  7784. | #define HAVE_SYS_SWAP_H 1
  7785. | #define HAVE_SYS_UCONTEXT_H 1
  7786. | #define HAVE_LINUX_NETLINK_H 1
  7787. | #define HAVE_LINUX_INET_DIAG_H 1
  7788. | #define HAVE_INET_DIAG 1
  7789. | #define HAVE_LIBEXECINFO 1
  7790. | #define HAVE_LIBM 1
  7791. | #define HAVE_RES_QUERY 1
  7792. | #define ZBX_SOCKLEN_T socklen_t
  7793. | #define ZBX_SIVAL_INT sival_int
  7794. | /* end confdefs.h.  */
  7795. |
  7796. | #include <stdlib.h>
  7797. | #include <sys/queue.h>
  7798. | #include <sys/sensors.h>
  7799. | int
  7800. | main ()
  7801. | {
  7802. | struct sensordev sensordev;
  7803. | sensordev.xname[0]='\0';
  7804. | sensordev.maxnumt[0]=0;
  7805. |
  7806. |   ;
  7807. |   return 0;
  7808. | }
  7809. configure:6366: result: no
  7810. configure:6371: checking for struct statvfs64 in sys/statvfs.h
  7811. configure:6395: gcc -c -g -O2  conftest.c >&5
  7812. conftest.c: In function 'main':
  7813. conftest.c:100:19: error: storage size of 's' isn't known
  7814.   struct statvfs64 s;
  7815.                    ^
  7816. configure:6395: $? = 1
  7817. configure: failed program was:
  7818. | /* confdefs.h */
  7819. | #define PACKAGE_NAME "Zabbix"
  7820. | #define PACKAGE_TARNAME "zabbix"
  7821. | #define PACKAGE_VERSION "3.4.3"
  7822. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7823. | #define PACKAGE_BUGREPORT ""
  7824. | #define PACKAGE_URL ""
  7825. | #define PACKAGE "zabbix"
  7826. | #define VERSION "3.4.3"
  7827. | #define STDC_HEADERS 1
  7828. | #define HAVE_SYS_TYPES_H 1
  7829. | #define HAVE_SYS_STAT_H 1
  7830. | #define HAVE_STDLIB_H 1
  7831. | #define HAVE_STRING_H 1
  7832. | #define HAVE_MEMORY_H 1
  7833. | #define HAVE_STRINGS_H 1
  7834. | #define HAVE_INTTYPES_H 1
  7835. | #define HAVE_STDINT_H 1
  7836. | #define HAVE_UNISTD_H 1
  7837. | #define HAVE_STDIO_H 1
  7838. | #define HAVE_STDLIB_H 1
  7839. | #define HAVE_STRING_H 1
  7840. | #define HAVE_UNISTD_H 1
  7841. | #define HAVE_NETDB_H 1
  7842. | #define HAVE_SIGNAL_H 1
  7843. | #define HAVE_SYSLOG_H 1
  7844. | #define HAVE_TIME_H 1
  7845. | #define HAVE_ERRNO_H 1
  7846. | #define HAVE_SYS_TYPES_H 1
  7847. | #define HAVE_SYS_STAT_H 1
  7848. | #define HAVE_NETINET_IN_H 1
  7849. | #define HAVE_MATH_H 1
  7850. | #define HAVE_SYS_SOCKET_H 1
  7851. | #define HAVE_DIRENT_H 1
  7852. | #define HAVE_CTYPE_H 1
  7853. | #define HAVE_FCNTL_H 1
  7854. | #define HAVE_SYS_PARAM_H 1
  7855. | #define HAVE_ARPA_INET_H 1
  7856. | #define HAVE_SYS_VFS_H 1
  7857. | #define HAVE_SYS_SYSINFO_H 1
  7858. | #define HAVE_SYS_STATVFS_H 1
  7859. | #define HAVE_SYS_STATFS_H 1
  7860. | #define HAVE_SYS_SOCKET_H 1
  7861. | #define HAVE_ARPA_INET_H 1
  7862. | #define HAVE_STRINGS_H 1
  7863. | #define HAVE_SYS_TIME_H 1
  7864. | #define HAVE_SYS_SYSCALL_H 1
  7865. | #define HAVE_SYS_SYSMACROS_H 1
  7866. | #define HAVE_STDINT_H 1
  7867. | #define HAVE_PWD_H 1
  7868. | #define HAVE_ARPA_NAMESER_H 1
  7869. | #define HAVE_ASSERT_H 1
  7870. | #define HAVE_LINUX_KERNEL_H 1
  7871. | #define HAVE_SYS_RESOURCE_H 1
  7872. | #define HAVE_PTHREAD_H 1
  7873. | #define HAVE_SYS_WAIT_H 1
  7874. | #define HAVE_STDARG_H 1
  7875. | #define HAVE_SYS_SEM_H 1
  7876. | #define HAVE_SYS_IPC_H 1
  7877. | #define HAVE_SYS_SHM_H 1
  7878. | #define HAVE_LBER_H 1
  7879. | #define HAVE_INTTYPES_H 1
  7880. | #define HAVE_SYS_FILE_H 1
  7881. | #define HAVE_GRP_H 1
  7882. | #define HAVE_EXECINFO_H 1
  7883. | #define HAVE_MNTENT_H 1
  7884. | #define HAVE_SYS_TIMES_H 1
  7885. | #define HAVE_DLFCN_H 1
  7886. | #define HAVE_SYS_UTSNAME_H 1
  7887. | #define HAVE_SYS_UN_H 1
  7888. | #define HAVE_EVENT_H 1
  7889. | #define HAVE_RESOLV_H 1
  7890. | #define HAVE_NET_IF_H 1
  7891. | #define HAVE_SYS_MOUNT_H 1
  7892. | #define HAVE_SYS_SYSCTL_H 1
  7893. | #define HAVE_SYS_USER_H 1
  7894. | #define HAVE_SYS_SWAP_H 1
  7895. | #define HAVE_SYS_UCONTEXT_H 1
  7896. | #define HAVE_LINUX_NETLINK_H 1
  7897. | #define HAVE_LINUX_INET_DIAG_H 1
  7898. | #define HAVE_INET_DIAG 1
  7899. | #define HAVE_LIBEXECINFO 1
  7900. | #define HAVE_LIBM 1
  7901. | #define HAVE_RES_QUERY 1
  7902. | #define ZBX_SOCKLEN_T socklen_t
  7903. | #define ZBX_SIVAL_INT sival_int
  7904. | /* end confdefs.h.  */
  7905. |
  7906. | #ifdef HAVE_SYS_TYPES_H
  7907. | # include <sys/types.h>
  7908. | #endif
  7909. | #ifdef HAVE_SYS_STATVFS_H
  7910. | # include <sys/statvfs.h>
  7911. | #endif
  7912. |
  7913. | int
  7914. | main ()
  7915. | {
  7916. |
  7917. |   struct statvfs64    s;
  7918. |   s.f_frsize = s.f_blocks = s.f_bfree = s.f_bavail = 0;
  7919. |   statvfs64("/", &s);
  7920. |
  7921. |   ;
  7922. |   return 0;
  7923. | }
  7924. configure:6402: result: no
  7925. configure:6407: checking for struct statfs64 in sys/statfs.h
  7926. configure:6431: gcc -c -g -O2  conftest.c >&5
  7927. conftest.c: In function 'main':
  7928. conftest.c:100:18: error: storage size of 's' isn't known
  7929.  struct statfs64 s;
  7930.                  ^
  7931. configure:6431: $? = 1
  7932. configure: failed program was:
  7933. | /* confdefs.h */
  7934. | #define PACKAGE_NAME "Zabbix"
  7935. | #define PACKAGE_TARNAME "zabbix"
  7936. | #define PACKAGE_VERSION "3.4.3"
  7937. | #define PACKAGE_STRING "Zabbix 3.4.3"
  7938. | #define PACKAGE_BUGREPORT ""
  7939. | #define PACKAGE_URL ""
  7940. | #define PACKAGE "zabbix"
  7941. | #define VERSION "3.4.3"
  7942. | #define STDC_HEADERS 1
  7943. | #define HAVE_SYS_TYPES_H 1
  7944. | #define HAVE_SYS_STAT_H 1
  7945. | #define HAVE_STDLIB_H 1
  7946. | #define HAVE_STRING_H 1
  7947. | #define HAVE_MEMORY_H 1
  7948. | #define HAVE_STRINGS_H 1
  7949. | #define HAVE_INTTYPES_H 1
  7950. | #define HAVE_STDINT_H 1
  7951. | #define HAVE_UNISTD_H 1
  7952. | #define HAVE_STDIO_H 1
  7953. | #define HAVE_STDLIB_H 1
  7954. | #define HAVE_STRING_H 1
  7955. | #define HAVE_UNISTD_H 1
  7956. | #define HAVE_NETDB_H 1
  7957. | #define HAVE_SIGNAL_H 1
  7958. | #define HAVE_SYSLOG_H 1
  7959. | #define HAVE_TIME_H 1
  7960. | #define HAVE_ERRNO_H 1
  7961. | #define HAVE_SYS_TYPES_H 1
  7962. | #define HAVE_SYS_STAT_H 1
  7963. | #define HAVE_NETINET_IN_H 1
  7964. | #define HAVE_MATH_H 1
  7965. | #define HAVE_SYS_SOCKET_H 1
  7966. | #define HAVE_DIRENT_H 1
  7967. | #define HAVE_CTYPE_H 1
  7968. | #define HAVE_FCNTL_H 1
  7969. | #define HAVE_SYS_PARAM_H 1
  7970. | #define HAVE_ARPA_INET_H 1
  7971. | #define HAVE_SYS_VFS_H 1
  7972. | #define HAVE_SYS_SYSINFO_H 1
  7973. | #define HAVE_SYS_STATVFS_H 1
  7974. | #define HAVE_SYS_STATFS_H 1
  7975. | #define HAVE_SYS_SOCKET_H 1
  7976. | #define HAVE_ARPA_INET_H 1
  7977. | #define HAVE_STRINGS_H 1
  7978. | #define HAVE_SYS_TIME_H 1
  7979. | #define HAVE_SYS_SYSCALL_H 1
  7980. | #define HAVE_SYS_SYSMACROS_H 1
  7981. | #define HAVE_STDINT_H 1
  7982. | #define HAVE_PWD_H 1
  7983. | #define HAVE_ARPA_NAMESER_H 1
  7984. | #define HAVE_ASSERT_H 1
  7985. | #define HAVE_LINUX_KERNEL_H 1
  7986. | #define HAVE_SYS_RESOURCE_H 1
  7987. | #define HAVE_PTHREAD_H 1
  7988. | #define HAVE_SYS_WAIT_H 1
  7989. | #define HAVE_STDARG_H 1
  7990. | #define HAVE_SYS_SEM_H 1
  7991. | #define HAVE_SYS_IPC_H 1
  7992. | #define HAVE_SYS_SHM_H 1
  7993. | #define HAVE_LBER_H 1
  7994. | #define HAVE_INTTYPES_H 1
  7995. | #define HAVE_SYS_FILE_H 1
  7996. | #define HAVE_GRP_H 1
  7997. | #define HAVE_EXECINFO_H 1
  7998. | #define HAVE_MNTENT_H 1
  7999. | #define HAVE_SYS_TIMES_H 1
  8000. | #define HAVE_DLFCN_H 1
  8001. | #define HAVE_SYS_UTSNAME_H 1
  8002. | #define HAVE_SYS_UN_H 1
  8003. | #define HAVE_EVENT_H 1
  8004. | #define HAVE_RESOLV_H 1
  8005. | #define HAVE_NET_IF_H 1
  8006. | #define HAVE_SYS_MOUNT_H 1
  8007. | #define HAVE_SYS_SYSCTL_H 1
  8008. | #define HAVE_SYS_USER_H 1
  8009. | #define HAVE_SYS_SWAP_H 1
  8010. | #define HAVE_SYS_UCONTEXT_H 1
  8011. | #define HAVE_LINUX_NETLINK_H 1
  8012. | #define HAVE_LINUX_INET_DIAG_H 1
  8013. | #define HAVE_INET_DIAG 1
  8014. | #define HAVE_LIBEXECINFO 1
  8015. | #define HAVE_LIBM 1
  8016. | #define HAVE_RES_QUERY 1
  8017. | #define ZBX_SOCKLEN_T socklen_t
  8018. | #define ZBX_SIVAL_INT sival_int
  8019. | /* end confdefs.h.  */
  8020. |
  8021. | #ifdef HAVE_SYS_TYPES_H
  8022. | # include <sys/types.h>
  8023. | #endif
  8024. | #ifdef HAVE_SYS_STATFS_H
  8025. | # include <sys/statfs.h>
  8026. | #endif
  8027. |
  8028. | int
  8029. | main ()
  8030. | {
  8031. |
  8032. |   struct statfs64 s;
  8033. |   s.f_bsize = s.f_blocks = s.f_bfree = s.f_bavail = 0;
  8034. |   statfs64("/", &s);
  8035. |
  8036. |   ;
  8037. |   return 0;
  8038. | }
  8039. configure:6438: result: no
  8040. configure:6443: checking for field ss_family in struct sockaddr_storage
  8041. configure:6458: gcc -c -g -O2  conftest.c >&5
  8042. configure:6458: $? = 0
  8043. configure:6462: result: yes
  8044. configure:6470: checking for field mem_unit in struct sysinfo
  8045. configure:6485: gcc -c -g -O2  conftest.c >&5
  8046. configure:6485: $? = 0
  8047. configure:6489: result: yes
  8048. configure:6497: checking for field freeswap in struct sysinfo
  8049. configure:6512: gcc -c -g -O2  conftest.c >&5
  8050. configure:6512: $? = 0
  8051. configure:6516: result: yes
  8052. configure:6524: checking for field totalswap in struct sysinfo
  8053. configure:6539: gcc -c -g -O2  conftest.c >&5
  8054. configure:6539: $? = 0
  8055. configure:6543: result: yes
  8056. configure:6551: checking for field totalram in struct sysinfo
  8057. configure:6566: gcc -c -g -O2  conftest.c >&5
  8058. configure:6566: $? = 0
  8059. configure:6570: result: yes
  8060. configure:6578: checking for field sharedram in struct sysinfo
  8061. configure:6593: gcc -c -g -O2  conftest.c >&5
  8062. configure:6593: $? = 0
  8063. configure:6597: result: yes
  8064. configure:6605: checking for field bufferram in struct sysinfo
  8065. configure:6620: gcc -c -g -O2  conftest.c >&5
  8066. configure:6620: $? = 0
  8067. configure:6624: result: yes
  8068. configure:6632: checking for field freeram in struct sysinfo
  8069. configure:6647: gcc -c -g -O2  conftest.c >&5
  8070. configure:6647: $? = 0
  8071. configure:6651: result: yes
  8072. configure:6659: checking for field uptime in struct sysinfo
  8073. configure:6674: gcc -c -g -O2  conftest.c >&5
  8074. configure:6674: $? = 0
  8075. configure:6678: result: yes
  8076. configure:6686: checking for field procs in struct sysinfo
  8077. configure:6701: gcc -c -g -O2  conftest.c >&5
  8078. configure:6701: $? = 0
  8079. configure:6705: result: yes
  8080. configure:6713: checking for field tm_gmtoff in struct tm
  8081. configure:6737: gcc -c -g -O2  conftest.c >&5
  8082. configure:6737: $? = 0
  8083. configure:6741: result: yes
  8084. configure:6750: checking for function sysconf() in unistd.h
  8085. configure:6769: gcc -c -g -O2  conftest.c >&5
  8086. configure:6769: $? = 0
  8087. configure:6773: result: yes
  8088. configure:6781: checking for function initgroups()
  8089. configure:6800: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  8090. configure:6800: $? = 0
  8091. configure:6804: result: yes
  8092. configure:6813: checking for functions seteuid() and setegid()
  8093. configure:6832: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  8094. configure:6832: $? = 0
  8095. configure:6836: result: yes
  8096. configure:6845: checking for function setproctitle()
  8097. configure:6863: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  8098. /tmp/ccdSPvIH.o: In function `main':
  8099. /tmp/zabbix-3.4.3/conftest.c:110: undefined reference to `setproctitle'
  8100. collect2: error: ld returned 1 exit status
  8101. configure:6863: $? = 1
  8102. configure: failed program was:
  8103. | /* confdefs.h */
  8104. | #define PACKAGE_NAME "Zabbix"
  8105. | #define PACKAGE_TARNAME "zabbix"
  8106. | #define PACKAGE_VERSION "3.4.3"
  8107. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8108. | #define PACKAGE_BUGREPORT ""
  8109. | #define PACKAGE_URL ""
  8110. | #define PACKAGE "zabbix"
  8111. | #define VERSION "3.4.3"
  8112. | #define STDC_HEADERS 1
  8113. | #define HAVE_SYS_TYPES_H 1
  8114. | #define HAVE_SYS_STAT_H 1
  8115. | #define HAVE_STDLIB_H 1
  8116. | #define HAVE_STRING_H 1
  8117. | #define HAVE_MEMORY_H 1
  8118. | #define HAVE_STRINGS_H 1
  8119. | #define HAVE_INTTYPES_H 1
  8120. | #define HAVE_STDINT_H 1
  8121. | #define HAVE_UNISTD_H 1
  8122. | #define HAVE_STDIO_H 1
  8123. | #define HAVE_STDLIB_H 1
  8124. | #define HAVE_STRING_H 1
  8125. | #define HAVE_UNISTD_H 1
  8126. | #define HAVE_NETDB_H 1
  8127. | #define HAVE_SIGNAL_H 1
  8128. | #define HAVE_SYSLOG_H 1
  8129. | #define HAVE_TIME_H 1
  8130. | #define HAVE_ERRNO_H 1
  8131. | #define HAVE_SYS_TYPES_H 1
  8132. | #define HAVE_SYS_STAT_H 1
  8133. | #define HAVE_NETINET_IN_H 1
  8134. | #define HAVE_MATH_H 1
  8135. | #define HAVE_SYS_SOCKET_H 1
  8136. | #define HAVE_DIRENT_H 1
  8137. | #define HAVE_CTYPE_H 1
  8138. | #define HAVE_FCNTL_H 1
  8139. | #define HAVE_SYS_PARAM_H 1
  8140. | #define HAVE_ARPA_INET_H 1
  8141. | #define HAVE_SYS_VFS_H 1
  8142. | #define HAVE_SYS_SYSINFO_H 1
  8143. | #define HAVE_SYS_STATVFS_H 1
  8144. | #define HAVE_SYS_STATFS_H 1
  8145. | #define HAVE_SYS_SOCKET_H 1
  8146. | #define HAVE_ARPA_INET_H 1
  8147. | #define HAVE_STRINGS_H 1
  8148. | #define HAVE_SYS_TIME_H 1
  8149. | #define HAVE_SYS_SYSCALL_H 1
  8150. | #define HAVE_SYS_SYSMACROS_H 1
  8151. | #define HAVE_STDINT_H 1
  8152. | #define HAVE_PWD_H 1
  8153. | #define HAVE_ARPA_NAMESER_H 1
  8154. | #define HAVE_ASSERT_H 1
  8155. | #define HAVE_LINUX_KERNEL_H 1
  8156. | #define HAVE_SYS_RESOURCE_H 1
  8157. | #define HAVE_PTHREAD_H 1
  8158. | #define HAVE_SYS_WAIT_H 1
  8159. | #define HAVE_STDARG_H 1
  8160. | #define HAVE_SYS_SEM_H 1
  8161. | #define HAVE_SYS_IPC_H 1
  8162. | #define HAVE_SYS_SHM_H 1
  8163. | #define HAVE_LBER_H 1
  8164. | #define HAVE_INTTYPES_H 1
  8165. | #define HAVE_SYS_FILE_H 1
  8166. | #define HAVE_GRP_H 1
  8167. | #define HAVE_EXECINFO_H 1
  8168. | #define HAVE_MNTENT_H 1
  8169. | #define HAVE_SYS_TIMES_H 1
  8170. | #define HAVE_DLFCN_H 1
  8171. | #define HAVE_SYS_UTSNAME_H 1
  8172. | #define HAVE_SYS_UN_H 1
  8173. | #define HAVE_EVENT_H 1
  8174. | #define HAVE_RESOLV_H 1
  8175. | #define HAVE_NET_IF_H 1
  8176. | #define HAVE_SYS_MOUNT_H 1
  8177. | #define HAVE_SYS_SYSCTL_H 1
  8178. | #define HAVE_SYS_USER_H 1
  8179. | #define HAVE_SYS_SWAP_H 1
  8180. | #define HAVE_SYS_UCONTEXT_H 1
  8181. | #define HAVE_LINUX_NETLINK_H 1
  8182. | #define HAVE_LINUX_INET_DIAG_H 1
  8183. | #define HAVE_INET_DIAG 1
  8184. | #define HAVE_LIBEXECINFO 1
  8185. | #define HAVE_LIBM 1
  8186. | #define HAVE_RES_QUERY 1
  8187. | #define ZBX_SOCKLEN_T socklen_t
  8188. | #define ZBX_SIVAL_INT sival_int
  8189. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8190. | #define HAVE_SYSINFO_MEM_UNIT 1
  8191. | #define HAVE_SYSINFO_FREESWAP 1
  8192. | #define HAVE_SYSINFO_TOTALSWAP 1
  8193. | #define HAVE_SYSINFO_TOTALRAM 1
  8194. | #define HAVE_SYSINFO_SHAREDRAM 1
  8195. | #define HAVE_SYSINFO_BUFFERRAM 1
  8196. | #define HAVE_SYSINFO_FREERAM 1
  8197. | #define HAVE_SYSINFO_UPTIME 1
  8198. | #define HAVE_SYSINFO_PROCS 1
  8199. | #define HAVE_TM_TM_GMTOFF 1
  8200. | #define HAVE_UNISTD_SYSCONF 1
  8201. | #define HAVE_FUNCTION_INITGROUPS 1
  8202. | #define HAVE_FUNCTION_SETEUID 1
  8203. | /* end confdefs.h.  */
  8204. |
  8205. | #include <sys/types.h>
  8206. | #include <unistd.h>
  8207. |
  8208. | int
  8209. | main ()
  8210. | {
  8211. |
  8212. |   setproctitle("Test %d", 1);
  8213. |
  8214. |   ;
  8215. |   return 0;
  8216. | }
  8217. configure:6870: result: no
  8218. configure:6876: checking for function sysctlbyname()
  8219. configure:6901: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  8220. /tmp/ccQqIXBF.o: In function `main':
  8221. /tmp/zabbix-3.4.3/conftest.c:117: undefined reference to `sysctlbyname'
  8222. collect2: error: ld returned 1 exit status
  8223. configure:6901: $? = 1
  8224. configure: failed program was:
  8225. | /* confdefs.h */
  8226. | #define PACKAGE_NAME "Zabbix"
  8227. | #define PACKAGE_TARNAME "zabbix"
  8228. | #define PACKAGE_VERSION "3.4.3"
  8229. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8230. | #define PACKAGE_BUGREPORT ""
  8231. | #define PACKAGE_URL ""
  8232. | #define PACKAGE "zabbix"
  8233. | #define VERSION "3.4.3"
  8234. | #define STDC_HEADERS 1
  8235. | #define HAVE_SYS_TYPES_H 1
  8236. | #define HAVE_SYS_STAT_H 1
  8237. | #define HAVE_STDLIB_H 1
  8238. | #define HAVE_STRING_H 1
  8239. | #define HAVE_MEMORY_H 1
  8240. | #define HAVE_STRINGS_H 1
  8241. | #define HAVE_INTTYPES_H 1
  8242. | #define HAVE_STDINT_H 1
  8243. | #define HAVE_UNISTD_H 1
  8244. | #define HAVE_STDIO_H 1
  8245. | #define HAVE_STDLIB_H 1
  8246. | #define HAVE_STRING_H 1
  8247. | #define HAVE_UNISTD_H 1
  8248. | #define HAVE_NETDB_H 1
  8249. | #define HAVE_SIGNAL_H 1
  8250. | #define HAVE_SYSLOG_H 1
  8251. | #define HAVE_TIME_H 1
  8252. | #define HAVE_ERRNO_H 1
  8253. | #define HAVE_SYS_TYPES_H 1
  8254. | #define HAVE_SYS_STAT_H 1
  8255. | #define HAVE_NETINET_IN_H 1
  8256. | #define HAVE_MATH_H 1
  8257. | #define HAVE_SYS_SOCKET_H 1
  8258. | #define HAVE_DIRENT_H 1
  8259. | #define HAVE_CTYPE_H 1
  8260. | #define HAVE_FCNTL_H 1
  8261. | #define HAVE_SYS_PARAM_H 1
  8262. | #define HAVE_ARPA_INET_H 1
  8263. | #define HAVE_SYS_VFS_H 1
  8264. | #define HAVE_SYS_SYSINFO_H 1
  8265. | #define HAVE_SYS_STATVFS_H 1
  8266. | #define HAVE_SYS_STATFS_H 1
  8267. | #define HAVE_SYS_SOCKET_H 1
  8268. | #define HAVE_ARPA_INET_H 1
  8269. | #define HAVE_STRINGS_H 1
  8270. | #define HAVE_SYS_TIME_H 1
  8271. | #define HAVE_SYS_SYSCALL_H 1
  8272. | #define HAVE_SYS_SYSMACROS_H 1
  8273. | #define HAVE_STDINT_H 1
  8274. | #define HAVE_PWD_H 1
  8275. | #define HAVE_ARPA_NAMESER_H 1
  8276. | #define HAVE_ASSERT_H 1
  8277. | #define HAVE_LINUX_KERNEL_H 1
  8278. | #define HAVE_SYS_RESOURCE_H 1
  8279. | #define HAVE_PTHREAD_H 1
  8280. | #define HAVE_SYS_WAIT_H 1
  8281. | #define HAVE_STDARG_H 1
  8282. | #define HAVE_SYS_SEM_H 1
  8283. | #define HAVE_SYS_IPC_H 1
  8284. | #define HAVE_SYS_SHM_H 1
  8285. | #define HAVE_LBER_H 1
  8286. | #define HAVE_INTTYPES_H 1
  8287. | #define HAVE_SYS_FILE_H 1
  8288. | #define HAVE_GRP_H 1
  8289. | #define HAVE_EXECINFO_H 1
  8290. | #define HAVE_MNTENT_H 1
  8291. | #define HAVE_SYS_TIMES_H 1
  8292. | #define HAVE_DLFCN_H 1
  8293. | #define HAVE_SYS_UTSNAME_H 1
  8294. | #define HAVE_SYS_UN_H 1
  8295. | #define HAVE_EVENT_H 1
  8296. | #define HAVE_RESOLV_H 1
  8297. | #define HAVE_NET_IF_H 1
  8298. | #define HAVE_SYS_MOUNT_H 1
  8299. | #define HAVE_SYS_SYSCTL_H 1
  8300. | #define HAVE_SYS_USER_H 1
  8301. | #define HAVE_SYS_SWAP_H 1
  8302. | #define HAVE_SYS_UCONTEXT_H 1
  8303. | #define HAVE_LINUX_NETLINK_H 1
  8304. | #define HAVE_LINUX_INET_DIAG_H 1
  8305. | #define HAVE_INET_DIAG 1
  8306. | #define HAVE_LIBEXECINFO 1
  8307. | #define HAVE_LIBM 1
  8308. | #define HAVE_RES_QUERY 1
  8309. | #define ZBX_SOCKLEN_T socklen_t
  8310. | #define ZBX_SIVAL_INT sival_int
  8311. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8312. | #define HAVE_SYSINFO_MEM_UNIT 1
  8313. | #define HAVE_SYSINFO_FREESWAP 1
  8314. | #define HAVE_SYSINFO_TOTALSWAP 1
  8315. | #define HAVE_SYSINFO_TOTALRAM 1
  8316. | #define HAVE_SYSINFO_SHAREDRAM 1
  8317. | #define HAVE_SYSINFO_BUFFERRAM 1
  8318. | #define HAVE_SYSINFO_FREERAM 1
  8319. | #define HAVE_SYSINFO_UPTIME 1
  8320. | #define HAVE_SYSINFO_PROCS 1
  8321. | #define HAVE_TM_TM_GMTOFF 1
  8322. | #define HAVE_UNISTD_SYSCONF 1
  8323. | #define HAVE_FUNCTION_INITGROUPS 1
  8324. | #define HAVE_FUNCTION_SETEUID 1
  8325. | /* end confdefs.h.  */
  8326. |
  8327. | #ifdef HAVE_SYS_TYPES_H
  8328. | #include <sys/types.h>
  8329. | #endif /* HAVE_SYS_TYPES_H */
  8330. |
  8331. | #ifdef HAVE_SYS_PARAM_H
  8332. | #include <sys/param.h>
  8333. | #endif /* HAVE_SYS_PARAM_H */
  8334. |
  8335. | #include <sys/sysctl.h>
  8336. |
  8337. | int
  8338. | main ()
  8339. | {
  8340. |
  8341. |   sysctlbyname("", 0, 0, 0, 0);
  8342. |
  8343. |   ;
  8344. |   return 0;
  8345. | }
  8346. configure:6908: result: no
  8347. configure:6914: checking for function sysctl (KERN_BOOTTIME)
  8348. configure:6950: gcc -c -g -O2  conftest.c >&5
  8349. conftest.c: In function 'main':
  8350. conftest.c:125:18: error: 'KERN_BOOTTIME' undeclared (first use in this function)
  8351.         mib[1] = KERN_BOOTTIME;
  8352.                  ^
  8353. conftest.c:125:18: note: each undeclared identifier is reported only once for each function it appears in
  8354. configure:6950: $? = 1
  8355. configure: failed program was:
  8356. | /* confdefs.h */
  8357. | #define PACKAGE_NAME "Zabbix"
  8358. | #define PACKAGE_TARNAME "zabbix"
  8359. | #define PACKAGE_VERSION "3.4.3"
  8360. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8361. | #define PACKAGE_BUGREPORT ""
  8362. | #define PACKAGE_URL ""
  8363. | #define PACKAGE "zabbix"
  8364. | #define VERSION "3.4.3"
  8365. | #define STDC_HEADERS 1
  8366. | #define HAVE_SYS_TYPES_H 1
  8367. | #define HAVE_SYS_STAT_H 1
  8368. | #define HAVE_STDLIB_H 1
  8369. | #define HAVE_STRING_H 1
  8370. | #define HAVE_MEMORY_H 1
  8371. | #define HAVE_STRINGS_H 1
  8372. | #define HAVE_INTTYPES_H 1
  8373. | #define HAVE_STDINT_H 1
  8374. | #define HAVE_UNISTD_H 1
  8375. | #define HAVE_STDIO_H 1
  8376. | #define HAVE_STDLIB_H 1
  8377. | #define HAVE_STRING_H 1
  8378. | #define HAVE_UNISTD_H 1
  8379. | #define HAVE_NETDB_H 1
  8380. | #define HAVE_SIGNAL_H 1
  8381. | #define HAVE_SYSLOG_H 1
  8382. | #define HAVE_TIME_H 1
  8383. | #define HAVE_ERRNO_H 1
  8384. | #define HAVE_SYS_TYPES_H 1
  8385. | #define HAVE_SYS_STAT_H 1
  8386. | #define HAVE_NETINET_IN_H 1
  8387. | #define HAVE_MATH_H 1
  8388. | #define HAVE_SYS_SOCKET_H 1
  8389. | #define HAVE_DIRENT_H 1
  8390. | #define HAVE_CTYPE_H 1
  8391. | #define HAVE_FCNTL_H 1
  8392. | #define HAVE_SYS_PARAM_H 1
  8393. | #define HAVE_ARPA_INET_H 1
  8394. | #define HAVE_SYS_VFS_H 1
  8395. | #define HAVE_SYS_SYSINFO_H 1
  8396. | #define HAVE_SYS_STATVFS_H 1
  8397. | #define HAVE_SYS_STATFS_H 1
  8398. | #define HAVE_SYS_SOCKET_H 1
  8399. | #define HAVE_ARPA_INET_H 1
  8400. | #define HAVE_STRINGS_H 1
  8401. | #define HAVE_SYS_TIME_H 1
  8402. | #define HAVE_SYS_SYSCALL_H 1
  8403. | #define HAVE_SYS_SYSMACROS_H 1
  8404. | #define HAVE_STDINT_H 1
  8405. | #define HAVE_PWD_H 1
  8406. | #define HAVE_ARPA_NAMESER_H 1
  8407. | #define HAVE_ASSERT_H 1
  8408. | #define HAVE_LINUX_KERNEL_H 1
  8409. | #define HAVE_SYS_RESOURCE_H 1
  8410. | #define HAVE_PTHREAD_H 1
  8411. | #define HAVE_SYS_WAIT_H 1
  8412. | #define HAVE_STDARG_H 1
  8413. | #define HAVE_SYS_SEM_H 1
  8414. | #define HAVE_SYS_IPC_H 1
  8415. | #define HAVE_SYS_SHM_H 1
  8416. | #define HAVE_LBER_H 1
  8417. | #define HAVE_INTTYPES_H 1
  8418. | #define HAVE_SYS_FILE_H 1
  8419. | #define HAVE_GRP_H 1
  8420. | #define HAVE_EXECINFO_H 1
  8421. | #define HAVE_MNTENT_H 1
  8422. | #define HAVE_SYS_TIMES_H 1
  8423. | #define HAVE_DLFCN_H 1
  8424. | #define HAVE_SYS_UTSNAME_H 1
  8425. | #define HAVE_SYS_UN_H 1
  8426. | #define HAVE_EVENT_H 1
  8427. | #define HAVE_RESOLV_H 1
  8428. | #define HAVE_NET_IF_H 1
  8429. | #define HAVE_SYS_MOUNT_H 1
  8430. | #define HAVE_SYS_SYSCTL_H 1
  8431. | #define HAVE_SYS_USER_H 1
  8432. | #define HAVE_SYS_SWAP_H 1
  8433. | #define HAVE_SYS_UCONTEXT_H 1
  8434. | #define HAVE_LINUX_NETLINK_H 1
  8435. | #define HAVE_LINUX_INET_DIAG_H 1
  8436. | #define HAVE_INET_DIAG 1
  8437. | #define HAVE_LIBEXECINFO 1
  8438. | #define HAVE_LIBM 1
  8439. | #define HAVE_RES_QUERY 1
  8440. | #define ZBX_SOCKLEN_T socklen_t
  8441. | #define ZBX_SIVAL_INT sival_int
  8442. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8443. | #define HAVE_SYSINFO_MEM_UNIT 1
  8444. | #define HAVE_SYSINFO_FREESWAP 1
  8445. | #define HAVE_SYSINFO_TOTALSWAP 1
  8446. | #define HAVE_SYSINFO_TOTALRAM 1
  8447. | #define HAVE_SYSINFO_SHAREDRAM 1
  8448. | #define HAVE_SYSINFO_BUFFERRAM 1
  8449. | #define HAVE_SYSINFO_FREERAM 1
  8450. | #define HAVE_SYSINFO_UPTIME 1
  8451. | #define HAVE_SYSINFO_PROCS 1
  8452. | #define HAVE_TM_TM_GMTOFF 1
  8453. | #define HAVE_UNISTD_SYSCONF 1
  8454. | #define HAVE_FUNCTION_INITGROUPS 1
  8455. | #define HAVE_FUNCTION_SETEUID 1
  8456. | /* end confdefs.h.  */
  8457. |
  8458. | #ifdef HAVE_SYS_TYPES_H
  8459. | #include <sys/types.h>
  8460. | #endif /* HAVE_SYS_TYPES_H */
  8461. |
  8462. | #ifdef HAVE_SYS_PARAM_H
  8463. | #include <sys/param.h>
  8464. | #endif /* HAVE_SYS_PARAM_H */
  8465. |
  8466. | #include <sys/sysctl.h>
  8467. | #include <unistd.h>
  8468. | #include <time.h>
  8469. | #include <sys/time.h>
  8470. |
  8471. | int
  8472. | main ()
  8473. | {
  8474. |
  8475. |   size_t      len;
  8476. |   struct timeval  uptime;
  8477. |         int       mib[2];
  8478. |
  8479. |         mib[0] = CTL_KERN;
  8480. |         mib[1] = KERN_BOOTTIME;
  8481. |
  8482. |         len = sizeof(uptime);
  8483. |         sysctl(mib, 2, &uptime, &len, 0, 0);
  8484. |
  8485. |   ;
  8486. |   return 0;
  8487. | }
  8488. configure:6957: result: no
  8489. configure:6962: checking for function sysctl (HW_NCPU)
  8490. configure:6994: gcc -c -g -O2  conftest.c >&5
  8491. conftest.c: In function 'main':
  8492. conftest.c:120:11: error: 'CTL_HW' undeclared (first use in this function)
  8493.  mib[0] = CTL_HW;
  8494.           ^
  8495. conftest.c:120:11: note: each undeclared identifier is reported only once for each function it appears in
  8496. conftest.c:121:11: error: 'HW_NCPU' undeclared (first use in this function)
  8497.  mib[1] = HW_NCPU;
  8498.           ^
  8499. configure:6994: $? = 1
  8500. configure: failed program was:
  8501. | /* confdefs.h */
  8502. | #define PACKAGE_NAME "Zabbix"
  8503. | #define PACKAGE_TARNAME "zabbix"
  8504. | #define PACKAGE_VERSION "3.4.3"
  8505. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8506. | #define PACKAGE_BUGREPORT ""
  8507. | #define PACKAGE_URL ""
  8508. | #define PACKAGE "zabbix"
  8509. | #define VERSION "3.4.3"
  8510. | #define STDC_HEADERS 1
  8511. | #define HAVE_SYS_TYPES_H 1
  8512. | #define HAVE_SYS_STAT_H 1
  8513. | #define HAVE_STDLIB_H 1
  8514. | #define HAVE_STRING_H 1
  8515. | #define HAVE_MEMORY_H 1
  8516. | #define HAVE_STRINGS_H 1
  8517. | #define HAVE_INTTYPES_H 1
  8518. | #define HAVE_STDINT_H 1
  8519. | #define HAVE_UNISTD_H 1
  8520. | #define HAVE_STDIO_H 1
  8521. | #define HAVE_STDLIB_H 1
  8522. | #define HAVE_STRING_H 1
  8523. | #define HAVE_UNISTD_H 1
  8524. | #define HAVE_NETDB_H 1
  8525. | #define HAVE_SIGNAL_H 1
  8526. | #define HAVE_SYSLOG_H 1
  8527. | #define HAVE_TIME_H 1
  8528. | #define HAVE_ERRNO_H 1
  8529. | #define HAVE_SYS_TYPES_H 1
  8530. | #define HAVE_SYS_STAT_H 1
  8531. | #define HAVE_NETINET_IN_H 1
  8532. | #define HAVE_MATH_H 1
  8533. | #define HAVE_SYS_SOCKET_H 1
  8534. | #define HAVE_DIRENT_H 1
  8535. | #define HAVE_CTYPE_H 1
  8536. | #define HAVE_FCNTL_H 1
  8537. | #define HAVE_SYS_PARAM_H 1
  8538. | #define HAVE_ARPA_INET_H 1
  8539. | #define HAVE_SYS_VFS_H 1
  8540. | #define HAVE_SYS_SYSINFO_H 1
  8541. | #define HAVE_SYS_STATVFS_H 1
  8542. | #define HAVE_SYS_STATFS_H 1
  8543. | #define HAVE_SYS_SOCKET_H 1
  8544. | #define HAVE_ARPA_INET_H 1
  8545. | #define HAVE_STRINGS_H 1
  8546. | #define HAVE_SYS_TIME_H 1
  8547. | #define HAVE_SYS_SYSCALL_H 1
  8548. | #define HAVE_SYS_SYSMACROS_H 1
  8549. | #define HAVE_STDINT_H 1
  8550. | #define HAVE_PWD_H 1
  8551. | #define HAVE_ARPA_NAMESER_H 1
  8552. | #define HAVE_ASSERT_H 1
  8553. | #define HAVE_LINUX_KERNEL_H 1
  8554. | #define HAVE_SYS_RESOURCE_H 1
  8555. | #define HAVE_PTHREAD_H 1
  8556. | #define HAVE_SYS_WAIT_H 1
  8557. | #define HAVE_STDARG_H 1
  8558. | #define HAVE_SYS_SEM_H 1
  8559. | #define HAVE_SYS_IPC_H 1
  8560. | #define HAVE_SYS_SHM_H 1
  8561. | #define HAVE_LBER_H 1
  8562. | #define HAVE_INTTYPES_H 1
  8563. | #define HAVE_SYS_FILE_H 1
  8564. | #define HAVE_GRP_H 1
  8565. | #define HAVE_EXECINFO_H 1
  8566. | #define HAVE_MNTENT_H 1
  8567. | #define HAVE_SYS_TIMES_H 1
  8568. | #define HAVE_DLFCN_H 1
  8569. | #define HAVE_SYS_UTSNAME_H 1
  8570. | #define HAVE_SYS_UN_H 1
  8571. | #define HAVE_EVENT_H 1
  8572. | #define HAVE_RESOLV_H 1
  8573. | #define HAVE_NET_IF_H 1
  8574. | #define HAVE_SYS_MOUNT_H 1
  8575. | #define HAVE_SYS_SYSCTL_H 1
  8576. | #define HAVE_SYS_USER_H 1
  8577. | #define HAVE_SYS_SWAP_H 1
  8578. | #define HAVE_SYS_UCONTEXT_H 1
  8579. | #define HAVE_LINUX_NETLINK_H 1
  8580. | #define HAVE_LINUX_INET_DIAG_H 1
  8581. | #define HAVE_INET_DIAG 1
  8582. | #define HAVE_LIBEXECINFO 1
  8583. | #define HAVE_LIBM 1
  8584. | #define HAVE_RES_QUERY 1
  8585. | #define ZBX_SOCKLEN_T socklen_t
  8586. | #define ZBX_SIVAL_INT sival_int
  8587. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8588. | #define HAVE_SYSINFO_MEM_UNIT 1
  8589. | #define HAVE_SYSINFO_FREESWAP 1
  8590. | #define HAVE_SYSINFO_TOTALSWAP 1
  8591. | #define HAVE_SYSINFO_TOTALRAM 1
  8592. | #define HAVE_SYSINFO_SHAREDRAM 1
  8593. | #define HAVE_SYSINFO_BUFFERRAM 1
  8594. | #define HAVE_SYSINFO_FREERAM 1
  8595. | #define HAVE_SYSINFO_UPTIME 1
  8596. | #define HAVE_SYSINFO_PROCS 1
  8597. | #define HAVE_TM_TM_GMTOFF 1
  8598. | #define HAVE_UNISTD_SYSCONF 1
  8599. | #define HAVE_FUNCTION_INITGROUPS 1
  8600. | #define HAVE_FUNCTION_SETEUID 1
  8601. | /* end confdefs.h.  */
  8602. |
  8603. | #ifdef HAVE_SYS_TYPES_H
  8604. | #include <sys/types.h>
  8605. | #endif /* HAVE_SYS_TYPES_H */
  8606. |
  8607. | #ifdef HAVE_SYS_PARAM_H
  8608. | #include <sys/param.h>
  8609. | #endif /* HAVE_SYS_PARAM_H */
  8610. |
  8611. | #include <sys/sysctl.h>
  8612. |
  8613. | int
  8614. | main ()
  8615. | {
  8616. |
  8617. |   size_t  len;
  8618. |   int mib[2], ncpu;
  8619. |
  8620. |   mib[0] = CTL_HW;
  8621. |   mib[1] = HW_NCPU;
  8622. |
  8623. |   len = sizeof(ncpu);
  8624. |   sysctl(mib, 2, &ncpu, &len, 0, 0);
  8625. |
  8626. |   ;
  8627. |   return 0;
  8628. | }
  8629. configure:7001: result: no
  8630. configure:7006: checking for function sysctl (KERN_MAXFILES)
  8631. configure:7038: gcc -c -g -O2  conftest.c >&5
  8632. conftest.c: In function 'main':
  8633. conftest.c:121:18: error: 'KERN_MAXFILES' undeclared (first use in this function)
  8634.         mib[1] = KERN_MAXFILES;
  8635.                  ^
  8636. conftest.c:121:18: note: each undeclared identifier is reported only once for each function it appears in
  8637. configure:7038: $? = 1
  8638. configure: failed program was:
  8639. | /* confdefs.h */
  8640. | #define PACKAGE_NAME "Zabbix"
  8641. | #define PACKAGE_TARNAME "zabbix"
  8642. | #define PACKAGE_VERSION "3.4.3"
  8643. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8644. | #define PACKAGE_BUGREPORT ""
  8645. | #define PACKAGE_URL ""
  8646. | #define PACKAGE "zabbix"
  8647. | #define VERSION "3.4.3"
  8648. | #define STDC_HEADERS 1
  8649. | #define HAVE_SYS_TYPES_H 1
  8650. | #define HAVE_SYS_STAT_H 1
  8651. | #define HAVE_STDLIB_H 1
  8652. | #define HAVE_STRING_H 1
  8653. | #define HAVE_MEMORY_H 1
  8654. | #define HAVE_STRINGS_H 1
  8655. | #define HAVE_INTTYPES_H 1
  8656. | #define HAVE_STDINT_H 1
  8657. | #define HAVE_UNISTD_H 1
  8658. | #define HAVE_STDIO_H 1
  8659. | #define HAVE_STDLIB_H 1
  8660. | #define HAVE_STRING_H 1
  8661. | #define HAVE_UNISTD_H 1
  8662. | #define HAVE_NETDB_H 1
  8663. | #define HAVE_SIGNAL_H 1
  8664. | #define HAVE_SYSLOG_H 1
  8665. | #define HAVE_TIME_H 1
  8666. | #define HAVE_ERRNO_H 1
  8667. | #define HAVE_SYS_TYPES_H 1
  8668. | #define HAVE_SYS_STAT_H 1
  8669. | #define HAVE_NETINET_IN_H 1
  8670. | #define HAVE_MATH_H 1
  8671. | #define HAVE_SYS_SOCKET_H 1
  8672. | #define HAVE_DIRENT_H 1
  8673. | #define HAVE_CTYPE_H 1
  8674. | #define HAVE_FCNTL_H 1
  8675. | #define HAVE_SYS_PARAM_H 1
  8676. | #define HAVE_ARPA_INET_H 1
  8677. | #define HAVE_SYS_VFS_H 1
  8678. | #define HAVE_SYS_SYSINFO_H 1
  8679. | #define HAVE_SYS_STATVFS_H 1
  8680. | #define HAVE_SYS_STATFS_H 1
  8681. | #define HAVE_SYS_SOCKET_H 1
  8682. | #define HAVE_ARPA_INET_H 1
  8683. | #define HAVE_STRINGS_H 1
  8684. | #define HAVE_SYS_TIME_H 1
  8685. | #define HAVE_SYS_SYSCALL_H 1
  8686. | #define HAVE_SYS_SYSMACROS_H 1
  8687. | #define HAVE_STDINT_H 1
  8688. | #define HAVE_PWD_H 1
  8689. | #define HAVE_ARPA_NAMESER_H 1
  8690. | #define HAVE_ASSERT_H 1
  8691. | #define HAVE_LINUX_KERNEL_H 1
  8692. | #define HAVE_SYS_RESOURCE_H 1
  8693. | #define HAVE_PTHREAD_H 1
  8694. | #define HAVE_SYS_WAIT_H 1
  8695. | #define HAVE_STDARG_H 1
  8696. | #define HAVE_SYS_SEM_H 1
  8697. | #define HAVE_SYS_IPC_H 1
  8698. | #define HAVE_SYS_SHM_H 1
  8699. | #define HAVE_LBER_H 1
  8700. | #define HAVE_INTTYPES_H 1
  8701. | #define HAVE_SYS_FILE_H 1
  8702. | #define HAVE_GRP_H 1
  8703. | #define HAVE_EXECINFO_H 1
  8704. | #define HAVE_MNTENT_H 1
  8705. | #define HAVE_SYS_TIMES_H 1
  8706. | #define HAVE_DLFCN_H 1
  8707. | #define HAVE_SYS_UTSNAME_H 1
  8708. | #define HAVE_SYS_UN_H 1
  8709. | #define HAVE_EVENT_H 1
  8710. | #define HAVE_RESOLV_H 1
  8711. | #define HAVE_NET_IF_H 1
  8712. | #define HAVE_SYS_MOUNT_H 1
  8713. | #define HAVE_SYS_SYSCTL_H 1
  8714. | #define HAVE_SYS_USER_H 1
  8715. | #define HAVE_SYS_SWAP_H 1
  8716. | #define HAVE_SYS_UCONTEXT_H 1
  8717. | #define HAVE_LINUX_NETLINK_H 1
  8718. | #define HAVE_LINUX_INET_DIAG_H 1
  8719. | #define HAVE_INET_DIAG 1
  8720. | #define HAVE_LIBEXECINFO 1
  8721. | #define HAVE_LIBM 1
  8722. | #define HAVE_RES_QUERY 1
  8723. | #define ZBX_SOCKLEN_T socklen_t
  8724. | #define ZBX_SIVAL_INT sival_int
  8725. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8726. | #define HAVE_SYSINFO_MEM_UNIT 1
  8727. | #define HAVE_SYSINFO_FREESWAP 1
  8728. | #define HAVE_SYSINFO_TOTALSWAP 1
  8729. | #define HAVE_SYSINFO_TOTALRAM 1
  8730. | #define HAVE_SYSINFO_SHAREDRAM 1
  8731. | #define HAVE_SYSINFO_BUFFERRAM 1
  8732. | #define HAVE_SYSINFO_FREERAM 1
  8733. | #define HAVE_SYSINFO_UPTIME 1
  8734. | #define HAVE_SYSINFO_PROCS 1
  8735. | #define HAVE_TM_TM_GMTOFF 1
  8736. | #define HAVE_UNISTD_SYSCONF 1
  8737. | #define HAVE_FUNCTION_INITGROUPS 1
  8738. | #define HAVE_FUNCTION_SETEUID 1
  8739. | /* end confdefs.h.  */
  8740. |
  8741. | #ifdef HAVE_SYS_TYPES_H
  8742. | #include <sys/types.h>
  8743. | #endif /* HAVE_SYS_TYPES_H */
  8744. |
  8745. | #ifdef HAVE_SYS_PARAM_H
  8746. | #include <sys/param.h>
  8747. | #endif /* HAVE_SYS_PARAM_H */
  8748. |
  8749. | #include <sys/sysctl.h>
  8750. |
  8751. | int
  8752. | main ()
  8753. | {
  8754. |
  8755. |   size_t  len;
  8756. |         int   mib[2], maxfiles;
  8757. |
  8758. |         mib[0] = CTL_KERN;
  8759. |         mib[1] = KERN_MAXFILES;
  8760. |
  8761. |         len = sizeof(maxfiles);
  8762. |         sysctl(mib, 2, &maxfiles, &len, 0, 0);
  8763. |
  8764. |   ;
  8765. |   return 0;
  8766. | }
  8767. configure:7045: result: no
  8768. configure:7050: checking for function sysctl (KERN_MAXPROC)
  8769. configure:7082: gcc -c -g -O2  conftest.c >&5
  8770. conftest.c: In function 'main':
  8771. conftest.c:121:18: error: 'KERN_MAXPROC' undeclared (first use in this function)
  8772.         mib[1] = KERN_MAXPROC;
  8773.                  ^
  8774. conftest.c:121:18: note: each undeclared identifier is reported only once for each function it appears in
  8775. configure:7082: $? = 1
  8776. configure: failed program was:
  8777. | /* confdefs.h */
  8778. | #define PACKAGE_NAME "Zabbix"
  8779. | #define PACKAGE_TARNAME "zabbix"
  8780. | #define PACKAGE_VERSION "3.4.3"
  8781. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8782. | #define PACKAGE_BUGREPORT ""
  8783. | #define PACKAGE_URL ""
  8784. | #define PACKAGE "zabbix"
  8785. | #define VERSION "3.4.3"
  8786. | #define STDC_HEADERS 1
  8787. | #define HAVE_SYS_TYPES_H 1
  8788. | #define HAVE_SYS_STAT_H 1
  8789. | #define HAVE_STDLIB_H 1
  8790. | #define HAVE_STRING_H 1
  8791. | #define HAVE_MEMORY_H 1
  8792. | #define HAVE_STRINGS_H 1
  8793. | #define HAVE_INTTYPES_H 1
  8794. | #define HAVE_STDINT_H 1
  8795. | #define HAVE_UNISTD_H 1
  8796. | #define HAVE_STDIO_H 1
  8797. | #define HAVE_STDLIB_H 1
  8798. | #define HAVE_STRING_H 1
  8799. | #define HAVE_UNISTD_H 1
  8800. | #define HAVE_NETDB_H 1
  8801. | #define HAVE_SIGNAL_H 1
  8802. | #define HAVE_SYSLOG_H 1
  8803. | #define HAVE_TIME_H 1
  8804. | #define HAVE_ERRNO_H 1
  8805. | #define HAVE_SYS_TYPES_H 1
  8806. | #define HAVE_SYS_STAT_H 1
  8807. | #define HAVE_NETINET_IN_H 1
  8808. | #define HAVE_MATH_H 1
  8809. | #define HAVE_SYS_SOCKET_H 1
  8810. | #define HAVE_DIRENT_H 1
  8811. | #define HAVE_CTYPE_H 1
  8812. | #define HAVE_FCNTL_H 1
  8813. | #define HAVE_SYS_PARAM_H 1
  8814. | #define HAVE_ARPA_INET_H 1
  8815. | #define HAVE_SYS_VFS_H 1
  8816. | #define HAVE_SYS_SYSINFO_H 1
  8817. | #define HAVE_SYS_STATVFS_H 1
  8818. | #define HAVE_SYS_STATFS_H 1
  8819. | #define HAVE_SYS_SOCKET_H 1
  8820. | #define HAVE_ARPA_INET_H 1
  8821. | #define HAVE_STRINGS_H 1
  8822. | #define HAVE_SYS_TIME_H 1
  8823. | #define HAVE_SYS_SYSCALL_H 1
  8824. | #define HAVE_SYS_SYSMACROS_H 1
  8825. | #define HAVE_STDINT_H 1
  8826. | #define HAVE_PWD_H 1
  8827. | #define HAVE_ARPA_NAMESER_H 1
  8828. | #define HAVE_ASSERT_H 1
  8829. | #define HAVE_LINUX_KERNEL_H 1
  8830. | #define HAVE_SYS_RESOURCE_H 1
  8831. | #define HAVE_PTHREAD_H 1
  8832. | #define HAVE_SYS_WAIT_H 1
  8833. | #define HAVE_STDARG_H 1
  8834. | #define HAVE_SYS_SEM_H 1
  8835. | #define HAVE_SYS_IPC_H 1
  8836. | #define HAVE_SYS_SHM_H 1
  8837. | #define HAVE_LBER_H 1
  8838. | #define HAVE_INTTYPES_H 1
  8839. | #define HAVE_SYS_FILE_H 1
  8840. | #define HAVE_GRP_H 1
  8841. | #define HAVE_EXECINFO_H 1
  8842. | #define HAVE_MNTENT_H 1
  8843. | #define HAVE_SYS_TIMES_H 1
  8844. | #define HAVE_DLFCN_H 1
  8845. | #define HAVE_SYS_UTSNAME_H 1
  8846. | #define HAVE_SYS_UN_H 1
  8847. | #define HAVE_EVENT_H 1
  8848. | #define HAVE_RESOLV_H 1
  8849. | #define HAVE_NET_IF_H 1
  8850. | #define HAVE_SYS_MOUNT_H 1
  8851. | #define HAVE_SYS_SYSCTL_H 1
  8852. | #define HAVE_SYS_USER_H 1
  8853. | #define HAVE_SYS_SWAP_H 1
  8854. | #define HAVE_SYS_UCONTEXT_H 1
  8855. | #define HAVE_LINUX_NETLINK_H 1
  8856. | #define HAVE_LINUX_INET_DIAG_H 1
  8857. | #define HAVE_INET_DIAG 1
  8858. | #define HAVE_LIBEXECINFO 1
  8859. | #define HAVE_LIBM 1
  8860. | #define HAVE_RES_QUERY 1
  8861. | #define ZBX_SOCKLEN_T socklen_t
  8862. | #define ZBX_SIVAL_INT sival_int
  8863. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  8864. | #define HAVE_SYSINFO_MEM_UNIT 1
  8865. | #define HAVE_SYSINFO_FREESWAP 1
  8866. | #define HAVE_SYSINFO_TOTALSWAP 1
  8867. | #define HAVE_SYSINFO_TOTALRAM 1
  8868. | #define HAVE_SYSINFO_SHAREDRAM 1
  8869. | #define HAVE_SYSINFO_BUFFERRAM 1
  8870. | #define HAVE_SYSINFO_FREERAM 1
  8871. | #define HAVE_SYSINFO_UPTIME 1
  8872. | #define HAVE_SYSINFO_PROCS 1
  8873. | #define HAVE_TM_TM_GMTOFF 1
  8874. | #define HAVE_UNISTD_SYSCONF 1
  8875. | #define HAVE_FUNCTION_INITGROUPS 1
  8876. | #define HAVE_FUNCTION_SETEUID 1
  8877. | /* end confdefs.h.  */
  8878. |
  8879. | #ifdef HAVE_SYS_TYPES_H
  8880. | #include <sys/types.h>
  8881. | #endif /* HAVE_SYS_TYPES_H */
  8882. |
  8883. | #ifdef HAVE_SYS_PARAM_H
  8884. | #include <sys/param.h>
  8885. | #endif /* HAVE_SYS_PARAM_H */
  8886. |
  8887. | #include <sys/sysctl.h>
  8888. |
  8889. | int
  8890. | main ()
  8891. | {
  8892. |
  8893. |   size_t  len;
  8894. |   int mib[2], maxproc;
  8895. |
  8896. |         mib[0] = CTL_KERN;
  8897. |         mib[1] = KERN_MAXPROC;
  8898. |
  8899. |         len = sizeof(maxproc);
  8900. |         sysctl(mib, 2, &maxproc, &len, 0, 0);
  8901. |
  8902. |   ;
  8903. |   return 0;
  8904. | }
  8905. configure:7089: result: no
  8906. configure:7094: checking for function sysctl (KERN_CPTIME,KERN_CPTIME2)
  8907. configure:7134: gcc -c -g -O2  conftest.c >&5
  8908. conftest.c: In function 'main':
  8909. conftest.c:116:12: error: 'CP_USER' undeclared (first use in this function)
  8910. int i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  8911.            ^
  8912. conftest.c:116:12: note: each undeclared identifier is reported only once for each function it appears in
  8913. conftest.c:116:21: error: 'CP_NICE' undeclared (first use in this function)
  8914. int i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  8915.                     ^
  8916. conftest.c:116:30: error: 'CP_SYS' undeclared (first use in this function)
  8917. int i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  8918.                              ^
  8919. conftest.c:116:38: error: 'CP_INTR' undeclared (first use in this function)
  8920. int i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  8921.                                      ^
  8922. conftest.c:116:47: error: 'CP_IDLE' undeclared (first use in this function)
  8923. int i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  8924.                                               ^
  8925. conftest.c:119:14: error: 'CPUSTATES' undeclared (first use in this function)
  8926.  long states[CPUSTATES];
  8927.              ^
  8928. conftest.c:120:26: error: 'KERN_CPTIME' undeclared (first use in this function)
  8929.  int mib[2] = {CTL_KERN, KERN_CPTIME};
  8930.                          ^
  8931. conftest.c:120:2: warning: initialization makes integer from pointer without a cast [enabled by default]
  8932.  int mib[2] = {CTL_KERN, KERN_CPTIME};
  8933.  ^
  8934. conftest.c:120:2: warning: (near initialization for 'mib[1]') [enabled by default]
  8935. conftest.c:122:5: warning: assignment makes integer from pointer without a cast [enabled by default]
  8936.  sz = sizeof(states);
  8937.     ^
  8938. conftest.c:128:27: error: 'KERN_CPTIME2' undeclared (first use in this function)
  8939.  int  mib[3] = {CTL_KERN, KERN_CPTIME2, 0};
  8940.                           ^
  8941. conftest.c:128:2: warning: initialization makes integer from pointer without a cast [enabled by default]
  8942.  int  mib[3] = {CTL_KERN, KERN_CPTIME2, 0};
  8943.  ^
  8944. conftest.c:128:2: warning: (near initialization for 'mib[1]') [enabled by default]
  8945. conftest.c:130:5: warning: assignment makes integer from pointer without a cast [enabled by default]
  8946.  sz = sizeof(states);
  8947.     ^
  8948. configure:7134: $? = 1
  8949. configure: failed program was:
  8950. | /* confdefs.h */
  8951. | #define PACKAGE_NAME "Zabbix"
  8952. | #define PACKAGE_TARNAME "zabbix"
  8953. | #define PACKAGE_VERSION "3.4.3"
  8954. | #define PACKAGE_STRING "Zabbix 3.4.3"
  8955. | #define PACKAGE_BUGREPORT ""
  8956. | #define PACKAGE_URL ""
  8957. | #define PACKAGE "zabbix"
  8958. | #define VERSION "3.4.3"
  8959. | #define STDC_HEADERS 1
  8960. | #define HAVE_SYS_TYPES_H 1
  8961. | #define HAVE_SYS_STAT_H 1
  8962. | #define HAVE_STDLIB_H 1
  8963. | #define HAVE_STRING_H 1
  8964. | #define HAVE_MEMORY_H 1
  8965. | #define HAVE_STRINGS_H 1
  8966. | #define HAVE_INTTYPES_H 1
  8967. | #define HAVE_STDINT_H 1
  8968. | #define HAVE_UNISTD_H 1
  8969. | #define HAVE_STDIO_H 1
  8970. | #define HAVE_STDLIB_H 1
  8971. | #define HAVE_STRING_H 1
  8972. | #define HAVE_UNISTD_H 1
  8973. | #define HAVE_NETDB_H 1
  8974. | #define HAVE_SIGNAL_H 1
  8975. | #define HAVE_SYSLOG_H 1
  8976. | #define HAVE_TIME_H 1
  8977. | #define HAVE_ERRNO_H 1
  8978. | #define HAVE_SYS_TYPES_H 1
  8979. | #define HAVE_SYS_STAT_H 1
  8980. | #define HAVE_NETINET_IN_H 1
  8981. | #define HAVE_MATH_H 1
  8982. | #define HAVE_SYS_SOCKET_H 1
  8983. | #define HAVE_DIRENT_H 1
  8984. | #define HAVE_CTYPE_H 1
  8985. | #define HAVE_FCNTL_H 1
  8986. | #define HAVE_SYS_PARAM_H 1
  8987. | #define HAVE_ARPA_INET_H 1
  8988. | #define HAVE_SYS_VFS_H 1
  8989. | #define HAVE_SYS_SYSINFO_H 1
  8990. | #define HAVE_SYS_STATVFS_H 1
  8991. | #define HAVE_SYS_STATFS_H 1
  8992. | #define HAVE_SYS_SOCKET_H 1
  8993. | #define HAVE_ARPA_INET_H 1
  8994. | #define HAVE_STRINGS_H 1
  8995. | #define HAVE_SYS_TIME_H 1
  8996. | #define HAVE_SYS_SYSCALL_H 1
  8997. | #define HAVE_SYS_SYSMACROS_H 1
  8998. | #define HAVE_STDINT_H 1
  8999. | #define HAVE_PWD_H 1
  9000. | #define HAVE_ARPA_NAMESER_H 1
  9001. | #define HAVE_ASSERT_H 1
  9002. | #define HAVE_LINUX_KERNEL_H 1
  9003. | #define HAVE_SYS_RESOURCE_H 1
  9004. | #define HAVE_PTHREAD_H 1
  9005. | #define HAVE_SYS_WAIT_H 1
  9006. | #define HAVE_STDARG_H 1
  9007. | #define HAVE_SYS_SEM_H 1
  9008. | #define HAVE_SYS_IPC_H 1
  9009. | #define HAVE_SYS_SHM_H 1
  9010. | #define HAVE_LBER_H 1
  9011. | #define HAVE_INTTYPES_H 1
  9012. | #define HAVE_SYS_FILE_H 1
  9013. | #define HAVE_GRP_H 1
  9014. | #define HAVE_EXECINFO_H 1
  9015. | #define HAVE_MNTENT_H 1
  9016. | #define HAVE_SYS_TIMES_H 1
  9017. | #define HAVE_DLFCN_H 1
  9018. | #define HAVE_SYS_UTSNAME_H 1
  9019. | #define HAVE_SYS_UN_H 1
  9020. | #define HAVE_EVENT_H 1
  9021. | #define HAVE_RESOLV_H 1
  9022. | #define HAVE_NET_IF_H 1
  9023. | #define HAVE_SYS_MOUNT_H 1
  9024. | #define HAVE_SYS_SYSCTL_H 1
  9025. | #define HAVE_SYS_USER_H 1
  9026. | #define HAVE_SYS_SWAP_H 1
  9027. | #define HAVE_SYS_UCONTEXT_H 1
  9028. | #define HAVE_LINUX_NETLINK_H 1
  9029. | #define HAVE_LINUX_INET_DIAG_H 1
  9030. | #define HAVE_INET_DIAG 1
  9031. | #define HAVE_LIBEXECINFO 1
  9032. | #define HAVE_LIBM 1
  9033. | #define HAVE_RES_QUERY 1
  9034. | #define ZBX_SOCKLEN_T socklen_t
  9035. | #define ZBX_SIVAL_INT sival_int
  9036. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  9037. | #define HAVE_SYSINFO_MEM_UNIT 1
  9038. | #define HAVE_SYSINFO_FREESWAP 1
  9039. | #define HAVE_SYSINFO_TOTALSWAP 1
  9040. | #define HAVE_SYSINFO_TOTALRAM 1
  9041. | #define HAVE_SYSINFO_SHAREDRAM 1
  9042. | #define HAVE_SYSINFO_BUFFERRAM 1
  9043. | #define HAVE_SYSINFO_FREERAM 1
  9044. | #define HAVE_SYSINFO_UPTIME 1
  9045. | #define HAVE_SYSINFO_PROCS 1
  9046. | #define HAVE_TM_TM_GMTOFF 1
  9047. | #define HAVE_UNISTD_SYSCONF 1
  9048. | #define HAVE_FUNCTION_INITGROUPS 1
  9049. | #define HAVE_FUNCTION_SETEUID 1
  9050. | /* end confdefs.h.  */
  9051. |
  9052. | #include <sys/param.h>
  9053. | #include <sys/sysctl.h>
  9054. | #if defined(HAVE_SYS_DKSTAT_H)
  9055. | # include <sys/dkstat.h>
  9056. | #elif defined(HAVE_SYS_SCHED_H)
  9057. | # include <sys/sched.h>
  9058. | #endif
  9059. |
  9060. | int
  9061. | main ()
  9062. | {
  9063. |
  9064. | size_t    sz;
  9065. | int   i[] = {CP_USER, CP_NICE, CP_SYS, CP_INTR, CP_IDLE};
  9066. |
  9067. | {
  9068. |   long    states[CPUSTATES];
  9069. |   int mib[2] = {CTL_KERN, KERN_CPTIME};
  9070. |
  9071. |   sz = sizeof(states);
  9072. |   sysctl(mib, 2, &states, &sz, NULL, 0);
  9073. | }
  9074. |
  9075. | {
  9076. |   u_int64_t   states[CPUSTATES];
  9077. |   int     mib[3] = {CTL_KERN, KERN_CPTIME2, 0};
  9078. |
  9079. |   sz = sizeof(states);
  9080. |   sysctl(mib, 3, &states, &sz, NULL, 0);
  9081. | }
  9082. |
  9083. |   ;
  9084. |   return 0;
  9085. | }
  9086. configure:7141: result: no
  9087. configure:7146: checking for function clock_gettime in time.h
  9088. configure:7167: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9089. configure:7167: $? = 0
  9090. configure:7171: result: yes
  9091. configure:7181: checking for macro __va_copy() in stdarg.h
  9092. configure:7200: gcc -c -g -O2  conftest.c >&5
  9093. configure:7200: $? = 0
  9094. configure:7204: result: yes
  9095. configure:7212: checking for macro __VA_ARGS__
  9096. configure:7232: gcc -c -g -O2  conftest.c >&5
  9097. configure:7232: $? = 0
  9098. configure:7236: result: yes
  9099. configure:7245: checking return type of signal handlers
  9100. configure:7263: gcc -c -g -O2  conftest.c >&5
  9101. conftest.c: In function 'main':
  9102. conftest.c:111:1: error: void value not ignored as it ought to be
  9103. return *(signal (0, 0)) (0) == 1;
  9104. ^
  9105. configure:7263: $? = 1
  9106. configure: failed program was:
  9107. | /* confdefs.h */
  9108. | #define PACKAGE_NAME "Zabbix"
  9109. | #define PACKAGE_TARNAME "zabbix"
  9110. | #define PACKAGE_VERSION "3.4.3"
  9111. | #define PACKAGE_STRING "Zabbix 3.4.3"
  9112. | #define PACKAGE_BUGREPORT ""
  9113. | #define PACKAGE_URL ""
  9114. | #define PACKAGE "zabbix"
  9115. | #define VERSION "3.4.3"
  9116. | #define STDC_HEADERS 1
  9117. | #define HAVE_SYS_TYPES_H 1
  9118. | #define HAVE_SYS_STAT_H 1
  9119. | #define HAVE_STDLIB_H 1
  9120. | #define HAVE_STRING_H 1
  9121. | #define HAVE_MEMORY_H 1
  9122. | #define HAVE_STRINGS_H 1
  9123. | #define HAVE_INTTYPES_H 1
  9124. | #define HAVE_STDINT_H 1
  9125. | #define HAVE_UNISTD_H 1
  9126. | #define HAVE_STDIO_H 1
  9127. | #define HAVE_STDLIB_H 1
  9128. | #define HAVE_STRING_H 1
  9129. | #define HAVE_UNISTD_H 1
  9130. | #define HAVE_NETDB_H 1
  9131. | #define HAVE_SIGNAL_H 1
  9132. | #define HAVE_SYSLOG_H 1
  9133. | #define HAVE_TIME_H 1
  9134. | #define HAVE_ERRNO_H 1
  9135. | #define HAVE_SYS_TYPES_H 1
  9136. | #define HAVE_SYS_STAT_H 1
  9137. | #define HAVE_NETINET_IN_H 1
  9138. | #define HAVE_MATH_H 1
  9139. | #define HAVE_SYS_SOCKET_H 1
  9140. | #define HAVE_DIRENT_H 1
  9141. | #define HAVE_CTYPE_H 1
  9142. | #define HAVE_FCNTL_H 1
  9143. | #define HAVE_SYS_PARAM_H 1
  9144. | #define HAVE_ARPA_INET_H 1
  9145. | #define HAVE_SYS_VFS_H 1
  9146. | #define HAVE_SYS_SYSINFO_H 1
  9147. | #define HAVE_SYS_STATVFS_H 1
  9148. | #define HAVE_SYS_STATFS_H 1
  9149. | #define HAVE_SYS_SOCKET_H 1
  9150. | #define HAVE_ARPA_INET_H 1
  9151. | #define HAVE_STRINGS_H 1
  9152. | #define HAVE_SYS_TIME_H 1
  9153. | #define HAVE_SYS_SYSCALL_H 1
  9154. | #define HAVE_SYS_SYSMACROS_H 1
  9155. | #define HAVE_STDINT_H 1
  9156. | #define HAVE_PWD_H 1
  9157. | #define HAVE_ARPA_NAMESER_H 1
  9158. | #define HAVE_ASSERT_H 1
  9159. | #define HAVE_LINUX_KERNEL_H 1
  9160. | #define HAVE_SYS_RESOURCE_H 1
  9161. | #define HAVE_PTHREAD_H 1
  9162. | #define HAVE_SYS_WAIT_H 1
  9163. | #define HAVE_STDARG_H 1
  9164. | #define HAVE_SYS_SEM_H 1
  9165. | #define HAVE_SYS_IPC_H 1
  9166. | #define HAVE_SYS_SHM_H 1
  9167. | #define HAVE_LBER_H 1
  9168. | #define HAVE_INTTYPES_H 1
  9169. | #define HAVE_SYS_FILE_H 1
  9170. | #define HAVE_GRP_H 1
  9171. | #define HAVE_EXECINFO_H 1
  9172. | #define HAVE_MNTENT_H 1
  9173. | #define HAVE_SYS_TIMES_H 1
  9174. | #define HAVE_DLFCN_H 1
  9175. | #define HAVE_SYS_UTSNAME_H 1
  9176. | #define HAVE_SYS_UN_H 1
  9177. | #define HAVE_EVENT_H 1
  9178. | #define HAVE_RESOLV_H 1
  9179. | #define HAVE_NET_IF_H 1
  9180. | #define HAVE_SYS_MOUNT_H 1
  9181. | #define HAVE_SYS_SYSCTL_H 1
  9182. | #define HAVE_SYS_USER_H 1
  9183. | #define HAVE_SYS_SWAP_H 1
  9184. | #define HAVE_SYS_UCONTEXT_H 1
  9185. | #define HAVE_LINUX_NETLINK_H 1
  9186. | #define HAVE_LINUX_INET_DIAG_H 1
  9187. | #define HAVE_INET_DIAG 1
  9188. | #define HAVE_LIBEXECINFO 1
  9189. | #define HAVE_LIBM 1
  9190. | #define HAVE_RES_QUERY 1
  9191. | #define ZBX_SOCKLEN_T socklen_t
  9192. | #define ZBX_SIVAL_INT sival_int
  9193. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  9194. | #define HAVE_SYSINFO_MEM_UNIT 1
  9195. | #define HAVE_SYSINFO_FREESWAP 1
  9196. | #define HAVE_SYSINFO_TOTALSWAP 1
  9197. | #define HAVE_SYSINFO_TOTALRAM 1
  9198. | #define HAVE_SYSINFO_SHAREDRAM 1
  9199. | #define HAVE_SYSINFO_BUFFERRAM 1
  9200. | #define HAVE_SYSINFO_FREERAM 1
  9201. | #define HAVE_SYSINFO_UPTIME 1
  9202. | #define HAVE_SYSINFO_PROCS 1
  9203. | #define HAVE_TM_TM_GMTOFF 1
  9204. | #define HAVE_UNISTD_SYSCONF 1
  9205. | #define HAVE_FUNCTION_INITGROUPS 1
  9206. | #define HAVE_FUNCTION_SETEUID 1
  9207. | #define HAVE_TIME_CLOCK_GETTIME 1
  9208. | #define HAVE___VA_COPY 1
  9209. | #define HAVE___VA_ARGS__ 1
  9210. | /* end confdefs.h.  */
  9211. | #include <sys/types.h>
  9212. | #include <signal.h>
  9213. |
  9214. | int
  9215. | main ()
  9216. | {
  9217. | return *(signal (0, 0)) (0) == 1;
  9218. |   ;
  9219. |   return 0;
  9220. | }
  9221. configure:7270: result: void
  9222. configure:7278: checking for getloadavg
  9223. configure:7278: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9224. configure:7278: $? = 0
  9225. configure:7278: result: yes
  9226. configure:7294: checking for hstrerror
  9227. configure:7294: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9228. configure:7294: $? = 0
  9229. configure:7294: result: yes
  9230. configure:7305: checking for getenv
  9231. configure:7305: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9232. configure:7305: $? = 0
  9233. configure:7305: result: yes
  9234. configure:7316: checking for putenv
  9235. configure:7316: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9236. configure:7316: $? = 0
  9237. configure:7316: result: yes
  9238. configure:7327: checking for sigqueue
  9239. configure:7327: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9240. configure:7327: $? = 0
  9241. configure:7327: result: yes
  9242. configure:7338: checking for /proc filesystem
  9243. configure:7341: result: yes
  9244. configure:7351: checking for file /proc/stat
  9245. configure:7354: result: yes
  9246. configure:7364: checking for file /proc/cpuinfo
  9247. configure:7367: result: yes
  9248. configure:7377: checking for file /proc/0/psinfo
  9249. configure:7386: result: no
  9250. configure:7390: checking for file /proc/loadavg
  9251. configure:7393: result: yes
  9252. configure:7403: checking for file /proc/net/dev
  9253. configure:7406: result: yes
  9254. configure:7417: checking for long long format
  9255. configure:7438: gcc -o conftest -g -O2   conftest.c -lm -ldl  -lresolv >&5
  9256. conftest.c: In function 'main':
  9257. conftest.c:120:9: error: unknown type name 'uint64_t'
  9258.         uint64_t i;
  9259.         ^
  9260. conftest.c:122:9: warning: incompatible implicit declaration of built-in function 'sscanf' [enabled by default]
  9261.         sscanf("200000000010020", "%qu", &i);
  9262.         ^
  9263. configure:7438: $? = 1
  9264. configure: program exited with status 1
  9265. configure: failed program was:
  9266. | /* confdefs.h */
  9267. | #define PACKAGE_NAME "Zabbix"
  9268. | #define PACKAGE_TARNAME "zabbix"
  9269. | #define PACKAGE_VERSION "3.4.3"
  9270. | #define PACKAGE_STRING "Zabbix 3.4.3"
  9271. | #define PACKAGE_BUGREPORT ""
  9272. | #define PACKAGE_URL ""
  9273. | #define PACKAGE "zabbix"
  9274. | #define VERSION "3.4.3"
  9275. | #define STDC_HEADERS 1
  9276. | #define HAVE_SYS_TYPES_H 1
  9277. | #define HAVE_SYS_STAT_H 1
  9278. | #define HAVE_STDLIB_H 1
  9279. | #define HAVE_STRING_H 1
  9280. | #define HAVE_MEMORY_H 1
  9281. | #define HAVE_STRINGS_H 1
  9282. | #define HAVE_INTTYPES_H 1
  9283. | #define HAVE_STDINT_H 1
  9284. | #define HAVE_UNISTD_H 1
  9285. | #define HAVE_STDIO_H 1
  9286. | #define HAVE_STDLIB_H 1
  9287. | #define HAVE_STRING_H 1
  9288. | #define HAVE_UNISTD_H 1
  9289. | #define HAVE_NETDB_H 1
  9290. | #define HAVE_SIGNAL_H 1
  9291. | #define HAVE_SYSLOG_H 1
  9292. | #define HAVE_TIME_H 1
  9293. | #define HAVE_ERRNO_H 1
  9294. | #define HAVE_SYS_TYPES_H 1
  9295. | #define HAVE_SYS_STAT_H 1
  9296. | #define HAVE_NETINET_IN_H 1
  9297. | #define HAVE_MATH_H 1
  9298. | #define HAVE_SYS_SOCKET_H 1
  9299. | #define HAVE_DIRENT_H 1
  9300. | #define HAVE_CTYPE_H 1
  9301. | #define HAVE_FCNTL_H 1
  9302. | #define HAVE_SYS_PARAM_H 1
  9303. | #define HAVE_ARPA_INET_H 1
  9304. | #define HAVE_SYS_VFS_H 1
  9305. | #define HAVE_SYS_SYSINFO_H 1
  9306. | #define HAVE_SYS_STATVFS_H 1
  9307. | #define HAVE_SYS_STATFS_H 1
  9308. | #define HAVE_SYS_SOCKET_H 1
  9309. | #define HAVE_ARPA_INET_H 1
  9310. | #define HAVE_STRINGS_H 1
  9311. | #define HAVE_SYS_TIME_H 1
  9312. | #define HAVE_SYS_SYSCALL_H 1
  9313. | #define HAVE_SYS_SYSMACROS_H 1
  9314. | #define HAVE_STDINT_H 1
  9315. | #define HAVE_PWD_H 1
  9316. | #define HAVE_ARPA_NAMESER_H 1
  9317. | #define HAVE_ASSERT_H 1
  9318. | #define HAVE_LINUX_KERNEL_H 1
  9319. | #define HAVE_SYS_RESOURCE_H 1
  9320. | #define HAVE_PTHREAD_H 1
  9321. | #define HAVE_SYS_WAIT_H 1
  9322. | #define HAVE_STDARG_H 1
  9323. | #define HAVE_SYS_SEM_H 1
  9324. | #define HAVE_SYS_IPC_H 1
  9325. | #define HAVE_SYS_SHM_H 1
  9326. | #define HAVE_LBER_H 1
  9327. | #define HAVE_INTTYPES_H 1
  9328. | #define HAVE_SYS_FILE_H 1
  9329. | #define HAVE_GRP_H 1
  9330. | #define HAVE_EXECINFO_H 1
  9331. | #define HAVE_MNTENT_H 1
  9332. | #define HAVE_SYS_TIMES_H 1
  9333. | #define HAVE_DLFCN_H 1
  9334. | #define HAVE_SYS_UTSNAME_H 1
  9335. | #define HAVE_SYS_UN_H 1
  9336. | #define HAVE_EVENT_H 1
  9337. | #define HAVE_RESOLV_H 1
  9338. | #define HAVE_NET_IF_H 1
  9339. | #define HAVE_SYS_MOUNT_H 1
  9340. | #define HAVE_SYS_SYSCTL_H 1
  9341. | #define HAVE_SYS_USER_H 1
  9342. | #define HAVE_SYS_SWAP_H 1
  9343. | #define HAVE_SYS_UCONTEXT_H 1
  9344. | #define HAVE_LINUX_NETLINK_H 1
  9345. | #define HAVE_LINUX_INET_DIAG_H 1
  9346. | #define HAVE_INET_DIAG 1
  9347. | #define HAVE_LIBEXECINFO 1
  9348. | #define HAVE_LIBM 1
  9349. | #define HAVE_RES_QUERY 1
  9350. | #define ZBX_SOCKLEN_T socklen_t
  9351. | #define ZBX_SIVAL_INT sival_int
  9352. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  9353. | #define HAVE_SYSINFO_MEM_UNIT 1
  9354. | #define HAVE_SYSINFO_FREESWAP 1
  9355. | #define HAVE_SYSINFO_TOTALSWAP 1
  9356. | #define HAVE_SYSINFO_TOTALRAM 1
  9357. | #define HAVE_SYSINFO_SHAREDRAM 1
  9358. | #define HAVE_SYSINFO_BUFFERRAM 1
  9359. | #define HAVE_SYSINFO_FREERAM 1
  9360. | #define HAVE_SYSINFO_UPTIME 1
  9361. | #define HAVE_SYSINFO_PROCS 1
  9362. | #define HAVE_TM_TM_GMTOFF 1
  9363. | #define HAVE_UNISTD_SYSCONF 1
  9364. | #define HAVE_FUNCTION_INITGROUPS 1
  9365. | #define HAVE_FUNCTION_SETEUID 1
  9366. | #define HAVE_TIME_CLOCK_GETTIME 1
  9367. | #define HAVE___VA_COPY 1
  9368. | #define HAVE___VA_ARGS__ 1
  9369. | #define RETSIGTYPE void
  9370. | #define HAVE_GETLOADAVG 1
  9371. | #define HAVE_HSTRERROR 1
  9372. | #define HAVE_GETENV 1
  9373. | #define HAVE_PUTENV 1
  9374. | #define HAVE_SIGQUEUE 1
  9375. | #define HAVE_PROC 1
  9376. | #define HAVE_PROC_STAT 1
  9377. | #define HAVE_PROC_CPUINFO 1
  9378. | #define HAVE_PROC_LOADAVG 1
  9379. | #define HAVE_PROC_NET_DEV 1
  9380. | /* end confdefs.h.  */
  9381. |
  9382. | #include <sys/types.h>
  9383. | int main()
  9384. | {
  9385. |         uint64_t i;
  9386. |
  9387. |         sscanf("200000000010020", "%qu", &i);
  9388. |
  9389. |         if (i == 200000000010020) return 0;
  9390. |         else return -1;
  9391. | }
  9392. |
  9393. configure:7445: result: no
  9394. configure:7453: checking for -rdynamic linking option
  9395. configure:7470: gcc -o conftest -g -O2  -rdynamic  conftest.c -lm -ldl  -lresolv >&5
  9396. configure:7470: $? = 0
  9397. configure:7472: result: yes
  9398. configure:7483: checking for libperfstat 5.2.0.40 fileset
  9399. configure:7498: gcc -c -g -O2  conftest.c >&5
  9400. conftest.c:116:25: fatal error: libperfstat.h: No such file or directory
  9401. #include <libperfstat.h>
  9402.                         ^
  9403. compilation terminated.
  9404. configure:7498: $? = 1
  9405. configure: failed program was:
  9406. | /* confdefs.h */
  9407. | #define PACKAGE_NAME "Zabbix"
  9408. | #define PACKAGE_TARNAME "zabbix"
  9409. | #define PACKAGE_VERSION "3.4.3"
  9410. | #define PACKAGE_STRING "Zabbix 3.4.3"
  9411. | #define PACKAGE_BUGREPORT ""
  9412. | #define PACKAGE_URL ""
  9413. | #define PACKAGE "zabbix"
  9414. | #define VERSION "3.4.3"
  9415. | #define STDC_HEADERS 1
  9416. | #define HAVE_SYS_TYPES_H 1
  9417. | #define HAVE_SYS_STAT_H 1
  9418. | #define HAVE_STDLIB_H 1
  9419. | #define HAVE_STRING_H 1
  9420. | #define HAVE_MEMORY_H 1
  9421. | #define HAVE_STRINGS_H 1
  9422. | #define HAVE_INTTYPES_H 1
  9423. | #define HAVE_STDINT_H 1
  9424. | #define HAVE_UNISTD_H 1
  9425. | #define HAVE_STDIO_H 1
  9426. | #define HAVE_STDLIB_H 1
  9427. | #define HAVE_STRING_H 1
  9428. | #define HAVE_UNISTD_H 1
  9429. | #define HAVE_NETDB_H 1
  9430. | #define HAVE_SIGNAL_H 1
  9431. | #define HAVE_SYSLOG_H 1
  9432. | #define HAVE_TIME_H 1
  9433. | #define HAVE_ERRNO_H 1
  9434. | #define HAVE_SYS_TYPES_H 1
  9435. | #define HAVE_SYS_STAT_H 1
  9436. | #define HAVE_NETINET_IN_H 1
  9437. | #define HAVE_MATH_H 1
  9438. | #define HAVE_SYS_SOCKET_H 1
  9439. | #define HAVE_DIRENT_H 1
  9440. | #define HAVE_CTYPE_H 1
  9441. | #define HAVE_FCNTL_H 1
  9442. | #define HAVE_SYS_PARAM_H 1
  9443. | #define HAVE_ARPA_INET_H 1
  9444. | #define HAVE_SYS_VFS_H 1
  9445. | #define HAVE_SYS_SYSINFO_H 1
  9446. | #define HAVE_SYS_STATVFS_H 1
  9447. | #define HAVE_SYS_STATFS_H 1
  9448. | #define HAVE_SYS_SOCKET_H 1
  9449. | #define HAVE_ARPA_INET_H 1
  9450. | #define HAVE_STRINGS_H 1
  9451. | #define HAVE_SYS_TIME_H 1
  9452. | #define HAVE_SYS_SYSCALL_H 1
  9453. | #define HAVE_SYS_SYSMACROS_H 1
  9454. | #define HAVE_STDINT_H 1
  9455. | #define HAVE_PWD_H 1
  9456. | #define HAVE_ARPA_NAMESER_H 1
  9457. | #define HAVE_ASSERT_H 1
  9458. | #define HAVE_LINUX_KERNEL_H 1
  9459. | #define HAVE_SYS_RESOURCE_H 1
  9460. | #define HAVE_PTHREAD_H 1
  9461. | #define HAVE_SYS_WAIT_H 1
  9462. | #define HAVE_STDARG_H 1
  9463. | #define HAVE_SYS_SEM_H 1
  9464. | #define HAVE_SYS_IPC_H 1
  9465. | #define HAVE_SYS_SHM_H 1
  9466. | #define HAVE_LBER_H 1
  9467. | #define HAVE_INTTYPES_H 1
  9468. | #define HAVE_SYS_FILE_H 1
  9469. | #define HAVE_GRP_H 1
  9470. | #define HAVE_EXECINFO_H 1
  9471. | #define HAVE_MNTENT_H 1
  9472. | #define HAVE_SYS_TIMES_H 1
  9473. | #define HAVE_DLFCN_H 1
  9474. | #define HAVE_SYS_UTSNAME_H 1
  9475. | #define HAVE_SYS_UN_H 1
  9476. | #define HAVE_EVENT_H 1
  9477. | #define HAVE_RESOLV_H 1
  9478. | #define HAVE_NET_IF_H 1
  9479. | #define HAVE_SYS_MOUNT_H 1
  9480. | #define HAVE_SYS_SYSCTL_H 1
  9481. | #define HAVE_SYS_USER_H 1
  9482. | #define HAVE_SYS_SWAP_H 1
  9483. | #define HAVE_SYS_UCONTEXT_H 1
  9484. | #define HAVE_LINUX_NETLINK_H 1
  9485. | #define HAVE_LINUX_INET_DIAG_H 1
  9486. | #define HAVE_INET_DIAG 1
  9487. | #define HAVE_LIBEXECINFO 1
  9488. | #define HAVE_LIBM 1
  9489. | #define HAVE_RES_QUERY 1
  9490. | #define ZBX_SOCKLEN_T socklen_t
  9491. | #define ZBX_SIVAL_INT sival_int
  9492. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  9493. | #define HAVE_SYSINFO_MEM_UNIT 1
  9494. | #define HAVE_SYSINFO_FREESWAP 1
  9495. | #define HAVE_SYSINFO_TOTALSWAP 1
  9496. | #define HAVE_SYSINFO_TOTALRAM 1
  9497. | #define HAVE_SYSINFO_SHAREDRAM 1
  9498. | #define HAVE_SYSINFO_BUFFERRAM 1
  9499. | #define HAVE_SYSINFO_FREERAM 1
  9500. | #define HAVE_SYSINFO_UPTIME 1
  9501. | #define HAVE_SYSINFO_PROCS 1
  9502. | #define HAVE_TM_TM_GMTOFF 1
  9503. | #define HAVE_UNISTD_SYSCONF 1
  9504. | #define HAVE_FUNCTION_INITGROUPS 1
  9505. | #define HAVE_FUNCTION_SETEUID 1
  9506. | #define HAVE_TIME_CLOCK_GETTIME 1
  9507. | #define HAVE___VA_COPY 1
  9508. | #define HAVE___VA_ARGS__ 1
  9509. | #define RETSIGTYPE void
  9510. | #define HAVE_GETLOADAVG 1
  9511. | #define HAVE_HSTRERROR 1
  9512. | #define HAVE_GETENV 1
  9513. | #define HAVE_PUTENV 1
  9514. | #define HAVE_SIGQUEUE 1
  9515. | #define HAVE_PROC 1
  9516. | #define HAVE_PROC_STAT 1
  9517. | #define HAVE_PROC_CPUINFO 1
  9518. | #define HAVE_PROC_LOADAVG 1
  9519. | #define HAVE_PROC_NET_DEV 1
  9520. | /* end confdefs.h.  */
  9521. | #include <libperfstat.h>
  9522. | int
  9523. | main ()
  9524. | {
  9525. | perfstat_memory_total_t   memstats;
  9526. | memstats.virt_active = 0;
  9527. |
  9528. |   ;
  9529. |   return 0;
  9530. | }
  9531. configure:7505: result: no
  9532. configure:7510: checking for libperfstat 5.3.0.60 fileset
  9533. configure:7529: gcc -c -g -O2  conftest.c >&5
  9534. conftest.c:116:25: fatal error: libperfstat.h: No such file or directory
  9535. #include <libperfstat.h>
  9536.                         ^
  9537. compilation terminated.
  9538. configure:7529: $? = 1
  9539. configure: failed program was:
  9540. | /* confdefs.h */
  9541. | #define PACKAGE_NAME "Zabbix"
  9542. | #define PACKAGE_TARNAME "zabbix"
  9543. | #define PACKAGE_VERSION "3.4.3"
  9544. | #define PACKAGE_STRING "Zabbix 3.4.3"
  9545. | #define PACKAGE_BUGREPORT ""
  9546. | #define PACKAGE_URL ""
  9547. | #define PACKAGE "zabbix"
  9548. | #define VERSION "3.4.3"
  9549. | #define STDC_HEADERS 1
  9550. | #define HAVE_SYS_TYPES_H 1
  9551. | #define HAVE_SYS_STAT_H 1
  9552. | #define HAVE_STDLIB_H 1
  9553. | #define HAVE_STRING_H 1
  9554. | #define HAVE_MEMORY_H 1
  9555. | #define HAVE_STRINGS_H 1
  9556. | #define HAVE_INTTYPES_H 1
  9557. | #define HAVE_STDINT_H 1
  9558. | #define HAVE_UNISTD_H 1
  9559. | #define HAVE_STDIO_H 1
  9560. | #define HAVE_STDLIB_H 1
  9561. | #define HAVE_STRING_H 1
  9562. | #define HAVE_UNISTD_H 1
  9563. | #define HAVE_NETDB_H 1
  9564. | #define HAVE_SIGNAL_H 1
  9565. | #define HAVE_SYSLOG_H 1
  9566. | #define HAVE_TIME_H 1
  9567. | #define HAVE_ERRNO_H 1
  9568. | #define HAVE_SYS_TYPES_H 1
  9569. | #define HAVE_SYS_STAT_H 1
  9570. | #define HAVE_NETINET_IN_H 1
  9571. | #define HAVE_MATH_H 1
  9572. | #define HAVE_SYS_SOCKET_H 1
  9573. | #define HAVE_DIRENT_H 1
  9574. | #define HAVE_CTYPE_H 1
  9575. | #define HAVE_FCNTL_H 1
  9576. | #define HAVE_SYS_PARAM_H 1
  9577. | #define HAVE_ARPA_INET_H 1
  9578. | #define HAVE_SYS_VFS_H 1
  9579. | #define HAVE_SYS_SYSINFO_H 1
  9580. | #define HAVE_SYS_STATVFS_H 1
  9581. | #define HAVE_SYS_STATFS_H 1
  9582. | #define HAVE_SYS_SOCKET_H 1
  9583. | #define HAVE_ARPA_INET_H 1
  9584. | #define HAVE_STRINGS_H 1
  9585. | #define HAVE_SYS_TIME_H 1
  9586. | #define HAVE_SYS_SYSCALL_H 1
  9587. | #define HAVE_SYS_SYSMACROS_H 1
  9588. | #define HAVE_STDINT_H 1
  9589. | #define HAVE_PWD_H 1
  9590. | #define HAVE_ARPA_NAMESER_H 1
  9591. | #define HAVE_ASSERT_H 1
  9592. | #define HAVE_LINUX_KERNEL_H 1
  9593. | #define HAVE_SYS_RESOURCE_H 1
  9594. | #define HAVE_PTHREAD_H 1
  9595. | #define HAVE_SYS_WAIT_H 1
  9596. | #define HAVE_STDARG_H 1
  9597. | #define HAVE_SYS_SEM_H 1
  9598. | #define HAVE_SYS_IPC_H 1
  9599. | #define HAVE_SYS_SHM_H 1
  9600. | #define HAVE_LBER_H 1
  9601. | #define HAVE_INTTYPES_H 1
  9602. | #define HAVE_SYS_FILE_H 1
  9603. | #define HAVE_GRP_H 1
  9604. | #define HAVE_EXECINFO_H 1
  9605. | #define HAVE_MNTENT_H 1
  9606. | #define HAVE_SYS_TIMES_H 1
  9607. | #define HAVE_DLFCN_H 1
  9608. | #define HAVE_SYS_UTSNAME_H 1
  9609. | #define HAVE_SYS_UN_H 1
  9610. | #define HAVE_EVENT_H 1
  9611. | #define HAVE_RESOLV_H 1
  9612. | #define HAVE_NET_IF_H 1
  9613. | #define HAVE_SYS_MOUNT_H 1
  9614. | #define HAVE_SYS_SYSCTL_H 1
  9615. | #define HAVE_SYS_USER_H 1
  9616. | #define HAVE_SYS_SWAP_H 1
  9617. | #define HAVE_SYS_UCONTEXT_H 1
  9618. | #define HAVE_LINUX_NETLINK_H 1
  9619. | #define HAVE_LINUX_INET_DIAG_H 1
  9620. | #define HAVE_INET_DIAG 1
  9621. | #define HAVE_LIBEXECINFO 1
  9622. | #define HAVE_LIBM 1
  9623. | #define HAVE_RES_QUERY 1
  9624. | #define ZBX_SOCKLEN_T socklen_t
  9625. | #define ZBX_SIVAL_INT sival_int
  9626. | #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  9627. | #define HAVE_SYSINFO_MEM_UNIT 1
  9628. | #define HAVE_SYSINFO_FREESWAP 1
  9629. | #define HAVE_SYSINFO_TOTALSWAP 1
  9630. | #define HAVE_SYSINFO_TOTALRAM 1
  9631. | #define HAVE_SYSINFO_SHAREDRAM 1
  9632. | #define HAVE_SYSINFO_BUFFERRAM 1
  9633. | #define HAVE_SYSINFO_FREERAM 1
  9634. | #define HAVE_SYSINFO_UPTIME 1
  9635. | #define HAVE_SYSINFO_PROCS 1
  9636. | #define HAVE_TM_TM_GMTOFF 1
  9637. | #define HAVE_UNISTD_SYSCONF 1
  9638. | #define HAVE_FUNCTION_INITGROUPS 1
  9639. | #define HAVE_FUNCTION_SETEUID 1
  9640. | #define HAVE_TIME_CLOCK_GETTIME 1
  9641. | #define HAVE___VA_COPY 1
  9642. | #define HAVE___VA_ARGS__ 1
  9643. | #define RETSIGTYPE void
  9644. | #define HAVE_GETLOADAVG 1
  9645. | #define HAVE_HSTRERROR 1
  9646. | #define HAVE_GETENV 1
  9647. | #define HAVE_PUTENV 1
  9648. | #define HAVE_SIGQUEUE 1
  9649. | #define HAVE_PROC 1
  9650. | #define HAVE_PROC_STAT 1
  9651. | #define HAVE_PROC_CPUINFO 1
  9652. | #define HAVE_PROC_LOADAVG 1
  9653. | #define HAVE_PROC_NET_DEV 1
  9654. | /* end confdefs.h.  */
  9655. | #include <libperfstat.h>
  9656. | int
  9657. | main ()
  9658. | {
  9659. | perfstat_partition_total_t    lparstats;
  9660. | lparstats.type.b.donate_enabled = 0;
  9661. | lparstats.idle_donated_purr = 0;
  9662. | lparstats.busy_donated_purr = 0;
  9663. | lparstats.idle_stolen_purr = 0;
  9664. | lparstats.busy_stolen_purr = 0;
  9665. |
  9666. |   ;
  9667. |   return 0;
  9668. | }
  9669. configure:7536: result: no
  9670. configure:7577: checking for architecture
  9671. configure:7579: result: linux (linux-gnu)
  9672. configure:7583: checking for the linux kernel version
  9673. configure:7604: result: unknown family (3.12.69-60.64.35-default)
  9674. configure:7716: checking size of void *
  9675. configure:7721: gcc -o conftest -g -O2  -rdynamic  conftest.c -lm -ldl  -lresolv >&5
  9676. configure:7721: $? = 0
  9677. configure:7721: ./conftest
  9678. configure:7721: $? = 0
  9679. configure:7735: result: 8
  9680. configure:8045: checking for mysql_config
  9681. configure:8063: found /usr/bin/mysql_config
  9682. configure:8075: result: /usr/bin/mysql_config
  9683. configure:8170: checking for main in -lmysqlclient
  9684. configure:8189: gcc -o conftest -g -O2 -I/usr/include/mysql -m64   -rdynamic   -L/usr/lib64/mysql conftest.c -lmysqlclient  -lm -ldl  -lresolv  >&5
  9685. configure:8189: $? = 0
  9686. configure:8199: result: yes
  9687. configure:8567: checking for Oracle support
  9688. configure:8582: result: no
  9689. configure:8997: checking for Zabbix server/proxy database selection
  9690. configure:9004: result: ok
  9691. configure:9008: checking for multirow insert statements
  9692. configure:9014: result: yes
  9693. configure:9089: checking for pkg-config
  9694. configure:9107: found /usr/bin/pkg-config
  9695. configure:9119: result: /usr/bin/pkg-config
  9696. configure:9144: checking pkg-config is at least version 0.9.0
  9697. configure:9147: result: yes
  9698. configure:9409: checking for xml2-config
  9699. configure:9427: found /usr/bin/xml2-config
  9700. configure:9439: result: /usr/bin/xml2-config
  9701. configure:9525: checking for xmlReadMemory in -lxml2
  9702. configure:9550: gcc -o conftest -g -O2 -I/usr/include/libxml2  -rdynamic   -L/lib64 conftest.c -lxml2  -lm -ldl  -lresolv  >&5
  9703. configure:9550: $? = 0
  9704. configure:9559: result: yes
  9705. configure:9798: checking for net-snmp-config
  9706. configure:9816: found /usr/bin/net-snmp-config
  9707. configure:9828: result: /usr/bin/net-snmp-config
  9708. configure:9924: checking for main in -lnetsnmp
  9709. configure:9943: gcc -o conftest -g -O2  -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -I. -I/usr/include  -rdynamic   -L/usr/lib64 conftest.c -lnetsnmp  -lm -ldl  -lresolv  -lnetsnmp >&5
  9710. configure:9943: $? = 0
  9711. configure:9952: result: yes
  9712. configure:9966: checking for localname in struct snmp_session
  9713. configure:9984: gcc -c -g -O2  -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -I. -I/usr/include  conftest.c >&5
  9714. configure:9984: $? = 0
  9715. configure:9988: result: yes
  9716. configure:10351: checking for libevent support
  9717. configure:10395: gcc -o conftest -g -O2 -I/usr/local/include  -rdynamic  -L/usr/local/lib conftest.c -lm -ldl  -lresolv -levent >&5
  9718. configure:10395: $? = 0
  9719. configure:10411: result: yes
  9720. configure:10460: checking for libpcre support
  9721. configure:10481: result: no
  9722. configure:10543: error: Unable to use libpcre (libpcre check failed)
  9723.  
  9724. ## ---------------- ##
  9725. ## Cache variables. ##
  9726. ## ---------------- ##
  9727.  
  9728. ac_cv_build=x86_64-unknown-linux-gnu
  9729. ac_cv_c_compiler_gnu=yes
  9730. ac_cv_c_const=yes
  9731. ac_cv_env_CC_set=
  9732. ac_cv_env_CC_value=
  9733. ac_cv_env_CFLAGS_set=
  9734. ac_cv_env_CFLAGS_value=
  9735. ac_cv_env_CPPFLAGS_set=
  9736. ac_cv_env_CPPFLAGS_value=
  9737. ac_cv_env_CPP_set=
  9738. ac_cv_env_CPP_value=
  9739. ac_cv_env_IKSEMEL_CFLAGS_set=
  9740. ac_cv_env_IKSEMEL_CFLAGS_value=
  9741. ac_cv_env_IKSEMEL_LIBS_set=
  9742. ac_cv_env_IKSEMEL_LIBS_value=
  9743. ac_cv_env_LDFLAGS_set=
  9744. ac_cv_env_LDFLAGS_value=
  9745. ac_cv_env_LIBS_set=
  9746. ac_cv_env_LIBS_value=
  9747. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  9748. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  9749. ac_cv_env_PKG_CONFIG_PATH_set=
  9750. ac_cv_env_PKG_CONFIG_PATH_value=
  9751. ac_cv_env_PKG_CONFIG_set=
  9752. ac_cv_env_PKG_CONFIG_value=
  9753. ac_cv_env_build_alias_set=
  9754. ac_cv_env_build_alias_value=
  9755. ac_cv_env_host_alias_set=
  9756. ac_cv_env_host_alias_value=
  9757. ac_cv_env_target_alias_set=
  9758. ac_cv_env_target_alias_value=
  9759. ac_cv_func_getenv=yes
  9760. ac_cv_func_getloadavg=yes
  9761. ac_cv_func_hstrerror=yes
  9762. ac_cv_func_putenv=yes
  9763. ac_cv_func_sigqueue=yes
  9764. ac_cv_header_Winber_h=no
  9765. ac_cv_header_Winldap_h=no
  9766. ac_cv_header_arpa_inet_h=yes
  9767. ac_cv_header_arpa_nameser_h=yes
  9768. ac_cv_header_assert_h=yes
  9769. ac_cv_header_conio_h=no
  9770. ac_cv_header_ctype_h=yes
  9771. ac_cv_header_devstat_h=no
  9772. ac_cv_header_dirent_h=yes
  9773. ac_cv_header_dlfcn_h=yes
  9774. ac_cv_header_errno_h=yes
  9775. ac_cv_header_event_h=yes
  9776. ac_cv_header_execinfo_h=yes
  9777. ac_cv_header_fcntl_h=yes
  9778. ac_cv_header_grp_h=yes
  9779. ac_cv_header_inttypes_h=yes
  9780. ac_cv_header_knlist_h=no
  9781. ac_cv_header_kstat_h=no
  9782. ac_cv_header_kvm_h=no
  9783. ac_cv_header_lber_h=yes
  9784. ac_cv_header_libperfstat_h=no
  9785. ac_cv_header_linux_inet_diag_h=yes
  9786. ac_cv_header_linux_kernel_h=yes
  9787. ac_cv_header_linux_netlink_h=yes
  9788. ac_cv_header_mach_host_info_h=no
  9789. ac_cv_header_mach_mach_host_h=no
  9790. ac_cv_header_math_h=yes
  9791. ac_cv_header_memory_h=yes
  9792. ac_cv_header_mntent_h=yes
  9793. ac_cv_header_mtent_h=no
  9794. ac_cv_header_net_if_h=yes
  9795. ac_cv_header_net_if_mib_h=no
  9796. ac_cv_header_netdb_h=yes
  9797. ac_cv_header_netinet_in_h=yes
  9798. ac_cv_header_nlist_h=no
  9799. ac_cv_header_pcreposix_h=no
  9800. ac_cv_header_pdh_h=no
  9801. ac_cv_header_process_h=no
  9802. ac_cv_header_procinfo_h=no
  9803. ac_cv_header_psapi_h=no
  9804. ac_cv_header_pthread_h=yes
  9805. ac_cv_header_pwd_h=yes
  9806. ac_cv_header_resolv_h=yes
  9807. ac_cv_header_signal_h=yes
  9808. ac_cv_header_stdarg_h=yes
  9809. ac_cv_header_stdc=yes
  9810. ac_cv_header_stdint_h=yes
  9811. ac_cv_header_stdio_h=yes
  9812. ac_cv_header_stdlib_h=yes
  9813. ac_cv_header_string_h=yes
  9814. ac_cv_header_strings_h=yes
  9815. ac_cv_header_sys_disk_h=no
  9816. ac_cv_header_sys_dk_h=no
  9817. ac_cv_header_sys_dkstat_h=no
  9818. ac_cv_header_sys_file_h=yes
  9819. ac_cv_header_sys_ipc_h=yes
  9820. ac_cv_header_sys_loadavg_h=no
  9821. ac_cv_header_sys_mnttab_h=no
  9822. ac_cv_header_sys_mount_h=yes
  9823. ac_cv_header_sys_param_h=yes
  9824. ac_cv_header_sys_proc_h=no
  9825. ac_cv_header_sys_pstat_h=no
  9826. ac_cv_header_sys_resource_h=yes
  9827. ac_cv_header_sys_sched_h=no
  9828. ac_cv_header_sys_sem_h=yes
  9829. ac_cv_header_sys_shm_h=yes
  9830. ac_cv_header_sys_socket_h=yes
  9831. ac_cv_header_sys_stat_h=yes
  9832. ac_cv_header_sys_statfs_h=yes
  9833. ac_cv_header_sys_statvfs_h=yes
  9834. ac_cv_header_sys_swap_h=yes
  9835. ac_cv_header_sys_syscall_h=yes
  9836. ac_cv_header_sys_sysctl_h=yes
  9837. ac_cv_header_sys_sysinfo_h=yes
  9838. ac_cv_header_sys_sysmacros_h=yes
  9839. ac_cv_header_sys_systemcfg_h=no
  9840. ac_cv_header_sys_time_h=yes
  9841. ac_cv_header_sys_times_h=yes
  9842. ac_cv_header_sys_types_h=yes
  9843. ac_cv_header_sys_ucontext_h=yes
  9844. ac_cv_header_sys_un_h=yes
  9845. ac_cv_header_sys_user_h=yes
  9846. ac_cv_header_sys_utsname_h=yes
  9847. ac_cv_header_sys_var_h=no
  9848. ac_cv_header_sys_vfs_h=yes
  9849. ac_cv_header_sys_vmmeter_h=no
  9850. ac_cv_header_sys_wait_h=yes
  9851. ac_cv_header_syslog_h=yes
  9852. ac_cv_header_time_h=yes
  9853. ac_cv_header_unistd_h=yes
  9854. ac_cv_header_vm_vm_param_h=no
  9855. ac_cv_header_windows_h=no
  9856. ac_cv_header_winsock2_h=no
  9857. ac_cv_header_ws2tcpip_h=no
  9858. ac_cv_header_zone_h=no
  9859. ac_cv_host=x86_64-unknown-linux-gnu
  9860. ac_cv_lib_kvm_main=no
  9861. ac_cv_lib_m_main=yes
  9862. ac_cv_lib_mysqlclient___main=yes
  9863. ac_cv_lib_netsnmp_main=yes
  9864. ac_cv_lib_xml2_xmlReadMemory=yes
  9865. ac_cv_objext=o
  9866. ac_cv_path_EGREP='/usr/bin/grep -E'
  9867. ac_cv_path_GREP=/usr/bin/grep
  9868. ac_cv_path_LIBXML2_CONFIG=/usr/bin/xml2-config
  9869. ac_cv_path_MYSQL_CONFIG=/usr/bin/mysql_config
  9870. ac_cv_path__libnetsnmp_config=/usr/bin/net-snmp-config
  9871. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  9872. ac_cv_path_install='/usr/bin/install -c'
  9873. ac_cv_path_mkdir=/usr/bin/mkdir
  9874. ac_cv_prog_AWK=gawk
  9875. ac_cv_prog_CPP='gcc -E'
  9876. ac_cv_prog_ac_ct_CC=gcc
  9877. ac_cv_prog_cc_c89=
  9878. ac_cv_prog_cc_g=yes
  9879. ac_cv_prog_make_make_set=yes
  9880. ac_cv_search_backtrace_symbols='none required'
  9881. ac_cv_search_clock_gettime='none required'
  9882. ac_cv_search_devstat_getdevs=no
  9883. ac_cv_search_dlopen=-ldl
  9884. ac_cv_search_getdevs=no
  9885. ac_cv_search_gethostbyname='none required'
  9886. ac_cv_search_kstat_open=no
  9887. ac_cv_search_perfstat_memory_total=no
  9888. ac_cv_search_socket='none required'
  9889. ac_cv_sizeof_void_p=8
  9890. ac_cv_sys_file_offset_bits=no
  9891. ac_cv_sys_largefile_CC=no
  9892. ac_cv_type_pid_t=yes
  9893. ac_cv_type_signal=void
  9894. am_cv_CC_dependencies_compiler_type=gcc3
  9895. am_cv_make_support_nested_variables=yes
  9896. am_cv_prog_cc_c_o=yes
  9897.  
  9898. ## ----------------- ##
  9899. ## Output variables. ##
  9900. ## ----------------- ##
  9901.  
  9902. ACLOCAL='${SHELL} /tmp/zabbix-3.4.3/missing aclocal-1.14'
  9903. AGENT_FALSE='#'
  9904. AGENT_LDFLAGS=''
  9905. AGENT_LIBS=''
  9906. AGENT_TRUE=''
  9907. AMDEPBACKSLASH='\'
  9908. AMDEP_FALSE='#'
  9909. AMDEP_TRUE=''
  9910. AMTAR='$${TAR-tar}'
  9911. AM_BACKSLASH='\'
  9912. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  9913. AM_DEFAULT_VERBOSITY='1'
  9914. AM_V='$(V)'
  9915. ARCH='linux'
  9916. AUTOCONF='${SHELL} /tmp/zabbix-3.4.3/missing autoconf'
  9917. AUTOHEADER='${SHELL} /tmp/zabbix-3.4.3/missing autoheader'
  9918. AUTOMAKE='${SHELL} /tmp/zabbix-3.4.3/missing automake-1.14'
  9919. AWK='gawk'
  9920. CC='gcc'
  9921. CCDEPMODE='depmode=gcc3'
  9922. CFLAGS='-g -O2'
  9923. CPP='gcc -E'
  9924. CPPFLAGS=''
  9925. CYGPATH_W='echo'
  9926. DB_CFLAGS=' -I/usr/include/mysql -m64    '
  9927. DB_LDFLAGS='  -L/usr/lib64/mysql   '
  9928. DB_LIBS=' -lmysqlclient    '
  9929. DEFS=''
  9930. DEPDIR='.deps'
  9931. ECHO_C=''
  9932. ECHO_N='-n'
  9933. ECHO_T=''
  9934. EGREP='/usr/bin/grep -E'
  9935. EXEEXT=''
  9936. GNUTLS_CFLAGS=''
  9937. GNUTLS_LDFLAGS=''
  9938. GNUTLS_LIBS=''
  9939. GREP='/usr/bin/grep'
  9940. ICONV_CFLAGS=''
  9941. ICONV_LDFLAGS=''
  9942. IKSEMEL_CFLAGS=''
  9943. IKSEMEL_LIBS=''
  9944. INSTALL_DATA='${INSTALL} -m 644'
  9945. INSTALL_PROGRAM='${INSTALL}'
  9946. INSTALL_SCRIPT='${INSTALL}'
  9947. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  9948. JABBER_CPPFLAGS=''
  9949. JABBER_LDFLAGS=''
  9950. JABBER_LIBS=''
  9951. JAR=''
  9952. JAVAC=''
  9953. JAVA_FALSE=''
  9954. JAVA_TRUE='#'
  9955. LDAP_CPPFLAGS=''
  9956. LDAP_LDFLAGS=''
  9957. LDAP_LIBS=''
  9958. LDFLAGS='-rdynamic '
  9959. LIBCURL_CFLAGS=''
  9960. LIBCURL_LDFLAGS=''
  9961. LIBCURL_LIBS=''
  9962. LIBEVENT_CFLAGS='-I/usr/local/include'
  9963. LIBEVENT_LDFLAGS='-L/usr/local/lib'
  9964. LIBEVENT_LIBS='-levent'
  9965. LIBOBJS=''
  9966. LIBPCRE_CFLAGS=''
  9967. LIBPCRE_LDFLAGS=''
  9968. LIBPCRE_LIBS=''
  9969. LIBS='-lm -ldl  -lresolv'
  9970. LIBXML2_CFLAGS='-I/usr/include/libxml2'
  9971. LIBXML2_CONFIG='/usr/bin/xml2-config'
  9972. LIBXML2_LDFLAGS=' -L/lib64'
  9973. LIBXML2_LIBS='-lxml2 '
  9974. LIBXML2_VERSION='2.9.4'
  9975. LTLIBOBJS=''
  9976. MAKEINFO='${SHELL} /tmp/zabbix-3.4.3/missing makeinfo'
  9977. MBEDTLS_CFLAGS=''
  9978. MBEDTLS_LDFLAGS=''
  9979. MBEDTLS_LIBS=''
  9980. MKDIR_P='/usr/bin/mkdir -p'
  9981. MYSQL_CFLAGS='-I/usr/include/mysql -m64 '
  9982. MYSQL_CONFIG='/usr/bin/mysql_config'
  9983. MYSQL_LDFLAGS=' -L/usr/lib64/mysql'
  9984. MYSQL_LIBS='-lmysqlclient '
  9985. MYSQL_VERSION='5.7.18'
  9986. OBJEXT='o'
  9987. ODBC_CONFIG=''
  9988. OPENIPMI_CFLAGS=''
  9989. OPENIPMI_LDFLAGS=''
  9990. OPENIPMI_LIBS=''
  9991. OPENSSL_CFLAGS=''
  9992. OPENSSL_LDFLAGS=''
  9993. OPENSSL_LIBS=''
  9994. ORACLE_OCI_CFLAGS=''
  9995. ORACLE_OCI_LDFLAGS=''
  9996. ORACLE_OCI_LIBS=''
  9997. ORACLE_OCI_VERSION=''
  9998. PACKAGE='zabbix'
  9999. PACKAGE_BUGREPORT=''
  10000. PACKAGE_NAME='Zabbix'
  10001. PACKAGE_STRING='Zabbix 3.4.3'
  10002. PACKAGE_TARNAME='zabbix'
  10003. PACKAGE_URL=''
  10004. PACKAGE_VERSION='3.4.3'
  10005. PATH_SEPARATOR=':'
  10006. PG_CONFIG='no'
  10007. PKG_CONFIG='/usr/bin/pkg-config'
  10008. PKG_CONFIG_LIBDIR=''
  10009. PKG_CONFIG_PATH=''
  10010. POSTGRESQL_CFLAGS=''
  10011. POSTGRESQL_LDFLAGS=''
  10012. POSTGRESQL_LIBS=''
  10013. POSTGRESQL_VERSION=''
  10014. PROXY_FALSE=''
  10015. PROXY_IPCSERVICE_FALSE=''
  10016. PROXY_IPCSERVICE_TRUE='#'
  10017. PROXY_LDFLAGS='   -L/usr/lib64/mysql     -L/lib64   -L/usr/lib64  '
  10018. PROXY_LIBS='  -lmysqlclient     -lxml2    -lnetsnmp  '
  10019. PROXY_TRUE='#'
  10020. RANLIB=''
  10021. RESOLV_LIBS='-lresolv'
  10022. SENDER_LDFLAGS=''
  10023. SENDER_LIBS=''
  10024. SERVER_FALSE='#'
  10025. SERVER_LDFLAGS='   -L/usr/lib64/mysql      -L/lib64   -L/usr/lib64   -L/usr/local/lib'
  10026. SERVER_LIBS='  -lmysqlclient      -lxml2    -lnetsnmp   -levent'
  10027. SERVER_TRUE=''
  10028. SET_MAKE=''
  10029. SHELL='/bin/sh'
  10030. SNMP_CFLAGS=' -I/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE -I. -I/usr/include'
  10031. SNMP_LDFLAGS=' -L/usr/lib64'
  10032. SNMP_LIBS=' -lnetsnmp'
  10033. SQLITE3_CPPFLAGS=''
  10034. SQLITE3_LDFLAGS=''
  10035. SQLITE3_LIBS=''
  10036. SQLITE3_VERSION=''
  10037. SSH2_CFLAGS=''
  10038. SSH2_LDFLAGS=''
  10039. SSH2_LIBS=''
  10040. STRIP=''
  10041. TLS_CFLAGS=''
  10042. UNIXODBC_CFLAGS=''
  10043. UNIXODBC_LDFLAGS=''
  10044. UNIXODBC_LIBS=''
  10045. VERSION='3.4.3'
  10046. ZBXCUNIT_FALSE=''
  10047. ZBXCUNIT_TRUE='#'
  10048. ZBXGET_LDFLAGS=''
  10049. ZBXGET_LIBS=''
  10050. _libcurl_config=''
  10051. _libnetsnmp_config='/usr/bin/net-snmp-config'
  10052. ac_ct_CC='gcc'
  10053. am__EXEEXT_FALSE=''
  10054. am__EXEEXT_TRUE=''
  10055. am__fastdepCC_FALSE='#'
  10056. am__fastdepCC_TRUE=''
  10057. am__include='include'
  10058. am__isrc=''
  10059. am__leading_dot='.'
  10060. am__nodep='_no'
  10061. am__quote=''
  10062. am__tar='$${TAR-tar} chof - "$$tardir"'
  10063. am__untar='$${TAR-tar} xf -'
  10064. bindir='${exec_prefix}/bin'
  10065. build='x86_64-unknown-linux-gnu'
  10066. build_alias=''
  10067. build_cpu='x86_64'
  10068. build_os='linux-gnu'
  10069. build_vendor='unknown'
  10070. datadir='${datarootdir}'
  10071. datarootdir='${prefix}/share'
  10072. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  10073. dvidir='${docdir}'
  10074. exec_prefix='NONE'
  10075. host='x86_64-unknown-linux-gnu'
  10076. host_alias=''
  10077. host_cpu='x86_64'
  10078. host_os='linux-gnu'
  10079. host_vendor='unknown'
  10080. htmldir='${docdir}'
  10081. includedir='${prefix}/include'
  10082. infodir='${datarootdir}/info'
  10083. install_sh='${SHELL} /tmp/zabbix-3.4.3/install-sh'
  10084. libdir='${exec_prefix}/lib'
  10085. libexecdir='${exec_prefix}/libexec'
  10086. localedir='${datarootdir}/locale'
  10087. localstatedir='${prefix}/var'
  10088. mandir='${datarootdir}/man'
  10089. mkdir_p='$(MKDIR_P)'
  10090. oldincludedir='/usr/include'
  10091. pdfdir='${docdir}'
  10092. prefix='NONE'
  10093. program_transform_name='s,x,x,'
  10094. psdir='${docdir}'
  10095. sbindir='${exec_prefix}/sbin'
  10096. sharedstatedir='${prefix}/com'
  10097. sysconfdir='${prefix}/etc'
  10098. target_alias=''
  10099.  
  10100. ## ----------- ##
  10101. ## confdefs.h. ##
  10102. ## ----------- ##
  10103.  
  10104. /* confdefs.h */
  10105. #define PACKAGE_NAME "Zabbix"
  10106. #define PACKAGE_TARNAME "zabbix"
  10107. #define PACKAGE_VERSION "3.4.3"
  10108. #define PACKAGE_STRING "Zabbix 3.4.3"
  10109. #define PACKAGE_BUGREPORT ""
  10110. #define PACKAGE_URL ""
  10111. #define PACKAGE "zabbix"
  10112. #define VERSION "3.4.3"
  10113. #define STDC_HEADERS 1
  10114. #define HAVE_SYS_TYPES_H 1
  10115. #define HAVE_SYS_STAT_H 1
  10116. #define HAVE_STDLIB_H 1
  10117. #define HAVE_STRING_H 1
  10118. #define HAVE_MEMORY_H 1
  10119. #define HAVE_STRINGS_H 1
  10120. #define HAVE_INTTYPES_H 1
  10121. #define HAVE_STDINT_H 1
  10122. #define HAVE_UNISTD_H 1
  10123. #define HAVE_STDIO_H 1
  10124. #define HAVE_STDLIB_H 1
  10125. #define HAVE_STRING_H 1
  10126. #define HAVE_UNISTD_H 1
  10127. #define HAVE_NETDB_H 1
  10128. #define HAVE_SIGNAL_H 1
  10129. #define HAVE_SYSLOG_H 1
  10130. #define HAVE_TIME_H 1
  10131. #define HAVE_ERRNO_H 1
  10132. #define HAVE_SYS_TYPES_H 1
  10133. #define HAVE_SYS_STAT_H 1
  10134. #define HAVE_NETINET_IN_H 1
  10135. #define HAVE_MATH_H 1
  10136. #define HAVE_SYS_SOCKET_H 1
  10137. #define HAVE_DIRENT_H 1
  10138. #define HAVE_CTYPE_H 1
  10139. #define HAVE_FCNTL_H 1
  10140. #define HAVE_SYS_PARAM_H 1
  10141. #define HAVE_ARPA_INET_H 1
  10142. #define HAVE_SYS_VFS_H 1
  10143. #define HAVE_SYS_SYSINFO_H 1
  10144. #define HAVE_SYS_STATVFS_H 1
  10145. #define HAVE_SYS_STATFS_H 1
  10146. #define HAVE_SYS_SOCKET_H 1
  10147. #define HAVE_ARPA_INET_H 1
  10148. #define HAVE_STRINGS_H 1
  10149. #define HAVE_SYS_TIME_H 1
  10150. #define HAVE_SYS_SYSCALL_H 1
  10151. #define HAVE_SYS_SYSMACROS_H 1
  10152. #define HAVE_STDINT_H 1
  10153. #define HAVE_PWD_H 1
  10154. #define HAVE_ARPA_NAMESER_H 1
  10155. #define HAVE_ASSERT_H 1
  10156. #define HAVE_LINUX_KERNEL_H 1
  10157. #define HAVE_SYS_RESOURCE_H 1
  10158. #define HAVE_PTHREAD_H 1
  10159. #define HAVE_SYS_WAIT_H 1
  10160. #define HAVE_STDARG_H 1
  10161. #define HAVE_SYS_SEM_H 1
  10162. #define HAVE_SYS_IPC_H 1
  10163. #define HAVE_SYS_SHM_H 1
  10164. #define HAVE_LBER_H 1
  10165. #define HAVE_INTTYPES_H 1
  10166. #define HAVE_SYS_FILE_H 1
  10167. #define HAVE_GRP_H 1
  10168. #define HAVE_EXECINFO_H 1
  10169. #define HAVE_MNTENT_H 1
  10170. #define HAVE_SYS_TIMES_H 1
  10171. #define HAVE_DLFCN_H 1
  10172. #define HAVE_SYS_UTSNAME_H 1
  10173. #define HAVE_SYS_UN_H 1
  10174. #define HAVE_EVENT_H 1
  10175. #define HAVE_RESOLV_H 1
  10176. #define HAVE_NET_IF_H 1
  10177. #define HAVE_SYS_MOUNT_H 1
  10178. #define HAVE_SYS_SYSCTL_H 1
  10179. #define HAVE_SYS_USER_H 1
  10180. #define HAVE_SYS_SWAP_H 1
  10181. #define HAVE_SYS_UCONTEXT_H 1
  10182. #define HAVE_LINUX_NETLINK_H 1
  10183. #define HAVE_LINUX_INET_DIAG_H 1
  10184. #define HAVE_INET_DIAG 1
  10185. #define HAVE_LIBEXECINFO 1
  10186. #define HAVE_LIBM 1
  10187. #define HAVE_RES_QUERY 1
  10188. #define ZBX_SOCKLEN_T socklen_t
  10189. #define ZBX_SIVAL_INT sival_int
  10190. #define HAVE_SOCKADDR_STORAGE_SS_FAMILY 1
  10191. #define HAVE_SYSINFO_MEM_UNIT 1
  10192. #define HAVE_SYSINFO_FREESWAP 1
  10193. #define HAVE_SYSINFO_TOTALSWAP 1
  10194. #define HAVE_SYSINFO_TOTALRAM 1
  10195. #define HAVE_SYSINFO_SHAREDRAM 1
  10196. #define HAVE_SYSINFO_BUFFERRAM 1
  10197. #define HAVE_SYSINFO_FREERAM 1
  10198. #define HAVE_SYSINFO_UPTIME 1
  10199. #define HAVE_SYSINFO_PROCS 1
  10200. #define HAVE_TM_TM_GMTOFF 1
  10201. #define HAVE_UNISTD_SYSCONF 1
  10202. #define HAVE_FUNCTION_INITGROUPS 1
  10203. #define HAVE_FUNCTION_SETEUID 1
  10204. #define HAVE_TIME_CLOCK_GETTIME 1
  10205. #define HAVE___VA_COPY 1
  10206. #define HAVE___VA_ARGS__ 1
  10207. #define RETSIGTYPE void
  10208. #define HAVE_GETLOADAVG 1
  10209. #define HAVE_HSTRERROR 1
  10210. #define HAVE_GETENV 1
  10211. #define HAVE_PUTENV 1
  10212. #define HAVE_SIGQUEUE 1
  10213. #define HAVE_PROC 1
  10214. #define HAVE_PROC_STAT 1
  10215. #define HAVE_PROC_CPUINFO 1
  10216. #define HAVE_PROC_LOADAVG 1
  10217. #define HAVE_PROC_NET_DEV 1
  10218. #define ARCH "linux"
  10219. #define SIZEOF_VOID_P 8
  10220. #define HAVE_MYSQL 1
  10221. #define HAVE_MULTIROW_INSERT 1
  10222. #define HAVE_LIBXML2 1
  10223. #define HAVE_LIBNETSNMP 1
  10224. #define HAVE_NETSNMP_SESSION_LOCALNAME 1
  10225. #define HAVE_NETSNMP 1
  10226. #define HAVE_IPCSERVICE 1
  10227. #define HAVE_LIBEVENT 1
  10228.  
  10229. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement