Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.84 KB | None | 0 0
  1. ./configure --prefix=/usr --sysconfdir=/etc --enable-pfring --with-libpfring-includes=/usr/local/include --with-libpfring-libraries=/usr/local/lib --with-libnspr-includes=/usr/include/nspr4/ --with-libnspr-libraries=/usr/lib64/ --with-libcap_ng-libraries=/usr/lib64/
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether make supports nested variables... yes
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking whether gcc understands -c and -o together... yes
  19. checking dependency style of gcc... gcc3
  20. checking for gcc option to accept ISO C99... -std=gnu99
  21. checking build system type... x86_64-unknown-linux-gnu
  22. checking host system type... x86_64-unknown-linux-gnu
  23. checking how to print strings... printf
  24. checking for a sed that does not truncate output... /usr/bin/sed
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for fgrep... /usr/bin/grep -F
  28. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  37. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  38. checking for /usr/bin/ld option to reload object files... -r
  39. checking for objdump... objdump
  40. checking how to recognize dependent libraries... pass_all
  41. checking for dlltool... no
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... @
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  48. checking for sysroot... no
  49. checking for mt... no
  50. checking if : is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -std=gnu99 -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking for objdir... .libs
  64. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  65. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  66. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  67. checking if gcc -std=gnu99 static flag -static works... no
  68. checking if gcc -std=gnu99 supports -c -o file.o... yes
  69. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  70. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... yes
  78. checking for pkg-config... /usr/bin/pkg-config
  79. checking pkg-config is at least version 0.21... yes
  80. checking gcc version... 4.8.3
  81. checking for gawk... (cached) gawk
  82. checking for gcc... (cached) gcc
  83. checking whether we are using the GNU C compiler... (cached) yes
  84. checking whether gcc accepts -g... (cached) yes
  85. checking for gcc option to accept ISO C89... (cached) none needed
  86. checking whether gcc understands -c and -o together... (cached) yes
  87. checking dependency style of gcc... (cached) gcc3
  88. checking how to run the C preprocessor... gcc -std=gnu99 -E
  89. checking whether ln -s works... yes
  90. checking whether make sets $(MAKE)... (cached) yes
  91. checking for pkg-config... /usr/bin/pkg-config
  92. checking for python... /usr/bin/python
  93. checking for wget... /usr/bin/wget
  94. checking arpa/inet.h usability... yes
  95. checking arpa/inet.h presence... yes
  96. checking for arpa/inet.h... yes
  97. checking assert.h usability... yes
  98. checking assert.h presence... yes
  99. checking for assert.h... yes
  100. checking ctype.h usability... yes
  101. checking ctype.h presence... yes
  102. checking for ctype.h... yes
  103. checking errno.h usability... yes
  104. checking errno.h presence... yes
  105. checking for errno.h... yes
  106. checking fcntl.h usability... yes
  107. checking fcntl.h presence... yes
  108. checking for fcntl.h... yes
  109. checking for inttypes.h... (cached) yes
  110. checking getopt.h usability... yes
  111. checking getopt.h presence... yes
  112. checking for getopt.h... yes
  113. checking limits.h usability... yes
  114. checking limits.h presence... yes
  115. checking for limits.h... yes
  116. checking netdb.h usability... yes
  117. checking netdb.h presence... yes
  118. checking for netdb.h... yes
  119. checking netinet/in.h usability... yes
  120. checking netinet/in.h presence... yes
  121. checking for netinet/in.h... yes
  122. checking poll.h usability... yes
  123. checking poll.h presence... yes
  124. checking for poll.h... yes
  125. checking sched.h usability... yes
  126. checking sched.h presence... yes
  127. checking for sched.h... yes
  128. checking signal.h usability... yes
  129. checking signal.h presence... yes
  130. checking for signal.h... yes
  131. checking stdarg.h usability... yes
  132. checking stdarg.h presence... yes
  133. checking for stdarg.h... yes
  134. checking for stdint.h... (cached) yes
  135. checking stdio.h usability... yes
  136. checking stdio.h presence... yes
  137. checking for stdio.h... yes
  138. checking for stdlib.h... (cached) yes
  139. checking for string.h... (cached) yes
  140. checking sys/ioctl.h usability... yes
  141. checking sys/ioctl.h presence... yes
  142. checking for sys/ioctl.h... yes
  143. checking syslog.h usability... yes
  144. checking syslog.h presence... yes
  145. checking for syslog.h... yes
  146. checking sys/prctl.h usability... yes
  147. checking sys/prctl.h presence... yes
  148. checking for sys/prctl.h... yes
  149. checking sys/socket.h usability... yes
  150. checking sys/socket.h presence... yes
  151. checking for sys/socket.h... yes
  152. checking for sys/stat.h... (cached) yes
  153. checking sys/syscall.h usability... yes
  154. checking sys/syscall.h presence... yes
  155. checking for sys/syscall.h... yes
  156. checking sys/time.h usability... yes
  157. checking sys/time.h presence... yes
  158. checking for sys/time.h... yes
  159. checking time.h usability... yes
  160. checking time.h presence... yes
  161. checking for time.h... yes
  162. checking for unistd.h... (cached) yes
  163. checking for sys/ioctl.h... (cached) yes
  164. checking linux/if_ether.h usability... yes
  165. checking linux/if_ether.h presence... yes
  166. checking for linux/if_ether.h... yes
  167. checking linux/if_packet.h usability... yes
  168. checking linux/if_packet.h presence... yes
  169. checking for linux/if_packet.h... yes
  170. checking linux/filter.h usability... yes
  171. checking linux/filter.h presence... yes
  172. checking for linux/filter.h... yes
  173. checking linux/ethtool.h usability... yes
  174. checking linux/ethtool.h presence... yes
  175. checking for linux/ethtool.h... yes
  176. checking linux/sockios.h usability... yes
  177. checking linux/sockios.h presence... yes
  178. checking for linux/sockios.h... yes
  179. checking for sys/socket.h... (cached) yes
  180. checking for net/if.h... yes
  181. checking for sys/mman.h... yes
  182. checking for linux/if_arp.h... yes
  183. checking for windows.h... no
  184. checking for winsock2.h... no
  185. checking for ws2tcpip.h... no
  186. checking for w32api/wtypes.h... no
  187. checking for w32api/winbase.h... no
  188. checking for inline... inline
  189. checking for pid_t... yes
  190. checking for size_t... yes
  191. checking for int32_t... yes
  192. checking for uint16_t... yes
  193. checking for uint32_t... yes
  194. checking for uint64_t... yes
  195. checking for uint8_t... yes
  196. checking for stdbool.h that conforms to C99... yes
  197. checking for _Bool... yes
  198. checking for stdlib.h... (cached) yes
  199. checking for GNU libc compatible malloc... yes
  200. checking for stdlib.h... (cached) yes
  201. checking for GNU libc compatible realloc... yes
  202. checking for gettimeofday... yes
  203. checking for memset... yes
  204. checking for strcasecmp... yes
  205. checking for strchr... yes
  206. checking for strdup... yes
  207. checking for strerror... yes
  208. checking for strncasecmp... yes
  209. checking for strtol... yes
  210. checking for strtoul... yes
  211. checking for memchr... yes
  212. checking for memrchr... yes
  213. checking for strlcpy... no
  214. checking for strlcat... no
  215. checking for special C compiler options needed for large files... no
  216. checking for _FILE_OFFSET_BITS value needed for large files... no
  217. checking host os... installation for x86_64-unknown-linux-gnu OS... ok
  218. checking for thread local storage __thread support... yes
  219. checking checking if gcc supports -march=native... yes
  220. checking for spatch... no
  221. Warning! spatch not found, you will not be
  222. able to run code checking with coccinelle
  223. get it from http://coccinelle.lip6.fr
  224. or install from your distribution
  225. checking for Mpipe... no
  226. checking pcre.h usability... yes
  227. checking pcre.h presence... yes
  228. checking for pcre.h... yes
  229. checking for pcre_get_substring in -lpcre... yes
  230. checking for pcre_dfa_exec in -lpcre... yes
  231. checking for PCRE JIT support... yes
  232. checking for PCRE JIT support usability... yes
  233. checking yaml.h usability... yes
  234. checking yaml.h presence... yes
  235. checking for yaml.h... yes
  236. checking for yaml_parser_initialize in -lyaml... yes
  237. checking for pthread_create in -lpthread... yes
  238. checking jansson.h usability... no
  239. checking jansson.h presence... no
  240. checking for jansson.h... no
  241. checking for nfnl_fd in -lnfnetlink... yes
  242. checking for libnet.h version 1.1.x... yes
  243. checking for libnet_write in -lnet... yes
  244. checking for libnet_build_icmpv6_unreach in -lnet... yes
  245. checking for pfring_open in -lpfring... no
  246. checking for pfring_stats in -lpfring... no
  247.  
  248. ERROR! --enable-pfring was passed but the library was not found or version is >4, go get it
  249. from http://www.ntop.org/PF_RING.html
  250.  
  251. ADD LIBS="-lrt lnuma" AND THE FOLLOWING OCCURS:
  252.  
  253. LIBS="-lrt -lnuma" ./configure --prefix=/usr --sysconfdir=/etc --enable-pfring --with-libpfring-includes=/usr/local/include --with-libpfring-libraries=/usr/local/lib --with-libnspr-includes=/usr/include/nspr4/ --with-libnspr-libraries=/usr/lib64/ --with-libcap_ng-libraries=/usr/lib64/
  254. checking for a BSD-compatible install... /usr/bin/install -c
  255. checking whether build environment is sane... yes
  256. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  257. checking for gawk... gawk
  258. checking whether make sets $(MAKE)... yes
  259. checking whether make supports nested variables... yes
  260. checking for style of include used by make... GNU
  261. checking for gcc... gcc
  262. checking whether the C compiler works... yes
  263. checking for C compiler default output file name... a.out
  264. checking for suffix of executables...
  265. checking whether we are cross compiling... no
  266. checking for suffix of object files... o
  267. checking whether we are using the GNU C compiler... yes
  268. checking whether gcc accepts -g... yes
  269. checking for gcc option to accept ISO C89... none needed
  270. checking whether gcc understands -c and -o together... yes
  271. checking dependency style of gcc... gcc3
  272. checking for gcc option to accept ISO C99... -std=gnu99
  273. checking build system type... x86_64-unknown-linux-gnu
  274. checking host system type... x86_64-unknown-linux-gnu
  275. checking how to print strings... printf
  276. checking for a sed that does not truncate output... /usr/bin/sed
  277. checking for grep that handles long lines and -e... /usr/bin/grep
  278. checking for egrep... /usr/bin/grep -E
  279. checking for fgrep... /usr/bin/grep -F
  280. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  281. checking if the linker (/usr/bin/ld) is GNU ld... yes
  282. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  283. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  284. checking whether ln -s works... yes
  285. checking the maximum length of command line arguments... 1572864
  286. checking whether the shell understands some XSI constructs... yes
  287. checking whether the shell understands "+="... yes
  288. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  289. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  290. checking for /usr/bin/ld option to reload object files... -r
  291. checking for objdump... objdump
  292. checking how to recognize dependent libraries... pass_all
  293. checking for dlltool... no
  294. checking how to associate runtime and link libraries... printf %s\n
  295. checking for ar... ar
  296. checking for archiver @FILE support... @
  297. checking for strip... strip
  298. checking for ranlib... ranlib
  299. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  300. checking for sysroot... no
  301. checking for mt... no
  302. checking if : is a manifest tool... no
  303. checking how to run the C preprocessor... gcc -std=gnu99 -E
  304. checking for ANSI C header files... yes
  305. checking for sys/types.h... yes
  306. checking for sys/stat.h... yes
  307. checking for stdlib.h... yes
  308. checking for string.h... yes
  309. checking for memory.h... yes
  310. checking for strings.h... yes
  311. checking for inttypes.h... yes
  312. checking for stdint.h... yes
  313. checking for unistd.h... yes
  314. checking for dlfcn.h... yes
  315. checking for objdir... .libs
  316. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  317. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  318. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  319. checking if gcc -std=gnu99 static flag -static works... no
  320. checking if gcc -std=gnu99 supports -c -o file.o... yes
  321. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  322. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  323. checking whether -lc should be explicitly linked in... no
  324. checking dynamic linker characteristics... GNU/Linux ld.so
  325. checking how to hardcode library paths into programs... immediate
  326. checking whether stripping libraries is possible... yes
  327. checking if libtool supports shared libraries... yes
  328. checking whether to build shared libraries... yes
  329. checking whether to build static libraries... yes
  330. checking for pkg-config... /usr/bin/pkg-config
  331. checking pkg-config is at least version 0.21... yes
  332. checking gcc version... 4.8.3
  333. checking for gawk... (cached) gawk
  334. checking for gcc... (cached) gcc
  335. checking whether we are using the GNU C compiler... (cached) yes
  336. checking whether gcc accepts -g... (cached) yes
  337. checking for gcc option to accept ISO C89... (cached) none needed
  338. checking whether gcc understands -c and -o together... (cached) yes
  339. checking dependency style of gcc... (cached) gcc3
  340. checking how to run the C preprocessor... gcc -std=gnu99 -E
  341. checking whether ln -s works... yes
  342. checking whether make sets $(MAKE)... (cached) yes
  343. checking for pkg-config... /usr/bin/pkg-config
  344. checking for python... /usr/bin/python
  345. checking for wget... /usr/bin/wget
  346. checking arpa/inet.h usability... yes
  347. checking arpa/inet.h presence... yes
  348. checking for arpa/inet.h... yes
  349. checking assert.h usability... yes
  350. checking assert.h presence... yes
  351. checking for assert.h... yes
  352. checking ctype.h usability... yes
  353. checking ctype.h presence... yes
  354. checking for ctype.h... yes
  355. checking errno.h usability... yes
  356. checking errno.h presence... yes
  357. checking for errno.h... yes
  358. checking fcntl.h usability... yes
  359. checking fcntl.h presence... yes
  360. checking for fcntl.h... yes
  361. checking for inttypes.h... (cached) yes
  362. checking getopt.h usability... yes
  363. checking getopt.h presence... yes
  364. checking for getopt.h... yes
  365. checking limits.h usability... yes
  366. checking limits.h presence... yes
  367. checking for limits.h... yes
  368. checking netdb.h usability... yes
  369. checking netdb.h presence... yes
  370. checking for netdb.h... yes
  371. checking netinet/in.h usability... yes
  372. checking netinet/in.h presence... yes
  373. checking for netinet/in.h... yes
  374. checking poll.h usability... yes
  375. checking poll.h presence... yes
  376. checking for poll.h... yes
  377. checking sched.h usability... yes
  378. checking sched.h presence... yes
  379. checking for sched.h... yes
  380. checking signal.h usability... yes
  381. checking signal.h presence... yes
  382. checking for signal.h... yes
  383. checking stdarg.h usability... yes
  384. checking stdarg.h presence... yes
  385. checking for stdarg.h... yes
  386. checking for stdint.h... (cached) yes
  387. checking stdio.h usability... yes
  388. checking stdio.h presence... yes
  389. checking for stdio.h... yes
  390. checking for stdlib.h... (cached) yes
  391. checking for string.h... (cached) yes
  392. checking sys/ioctl.h usability... yes
  393. checking sys/ioctl.h presence... yes
  394. checking for sys/ioctl.h... yes
  395. checking syslog.h usability... yes
  396. checking syslog.h presence... yes
  397. checking for syslog.h... yes
  398. checking sys/prctl.h usability... yes
  399. checking sys/prctl.h presence... yes
  400. checking for sys/prctl.h... yes
  401. checking sys/socket.h usability... yes
  402. checking sys/socket.h presence... yes
  403. checking for sys/socket.h... yes
  404. checking for sys/stat.h... (cached) yes
  405. checking sys/syscall.h usability... yes
  406. checking sys/syscall.h presence... yes
  407. checking for sys/syscall.h... yes
  408. checking sys/time.h usability... yes
  409. checking sys/time.h presence... yes
  410. checking for sys/time.h... yes
  411. checking time.h usability... yes
  412. checking time.h presence... yes
  413. checking for time.h... yes
  414. checking for unistd.h... (cached) yes
  415. checking for sys/ioctl.h... (cached) yes
  416. checking linux/if_ether.h usability... yes
  417. checking linux/if_ether.h presence... yes
  418. checking for linux/if_ether.h... yes
  419. checking linux/if_packet.h usability... yes
  420. checking linux/if_packet.h presence... yes
  421. checking for linux/if_packet.h... yes
  422. checking linux/filter.h usability... yes
  423. checking linux/filter.h presence... yes
  424. checking for linux/filter.h... yes
  425. checking linux/ethtool.h usability... yes
  426. checking linux/ethtool.h presence... yes
  427. checking for linux/ethtool.h... yes
  428. checking linux/sockios.h usability... yes
  429. checking linux/sockios.h presence... yes
  430. checking for linux/sockios.h... yes
  431. checking for sys/socket.h... (cached) yes
  432. checking for net/if.h... yes
  433. checking for sys/mman.h... yes
  434. checking for linux/if_arp.h... yes
  435. checking for windows.h... no
  436. checking for winsock2.h... no
  437. checking for ws2tcpip.h... no
  438. checking for w32api/wtypes.h... no
  439. checking for w32api/winbase.h... no
  440. checking for inline... inline
  441. checking for pid_t... yes
  442. checking for size_t... yes
  443. checking for int32_t... yes
  444. checking for uint16_t... yes
  445. checking for uint32_t... yes
  446. checking for uint64_t... yes
  447. checking for uint8_t... yes
  448. checking for stdbool.h that conforms to C99... yes
  449. checking for _Bool... yes
  450. checking for stdlib.h... (cached) yes
  451. checking for GNU libc compatible malloc... yes
  452. checking for stdlib.h... (cached) yes
  453. checking for GNU libc compatible realloc... yes
  454. checking for gettimeofday... yes
  455. checking for memset... yes
  456. checking for strcasecmp... yes
  457. checking for strchr... yes
  458. checking for strdup... yes
  459. checking for strerror... yes
  460. checking for strncasecmp... yes
  461. checking for strtol... yes
  462. checking for strtoul... yes
  463. checking for memchr... yes
  464. checking for memrchr... yes
  465. checking for strlcpy... no
  466. checking for strlcat... no
  467. checking for special C compiler options needed for large files... no
  468. checking for _FILE_OFFSET_BITS value needed for large files... no
  469. checking host os... installation for x86_64-unknown-linux-gnu OS... ok
  470. checking for thread local storage __thread support... yes
  471. checking checking if gcc supports -march=native... yes
  472. checking for spatch... no
  473. Warning! spatch not found, you will not be
  474. able to run code checking with coccinelle
  475. get it from http://coccinelle.lip6.fr
  476. or install from your distribution
  477. checking for Mpipe... no
  478. checking pcre.h usability... yes
  479. checking pcre.h presence... yes
  480. checking for pcre.h... yes
  481. checking for pcre_get_substring in -lpcre... yes
  482. checking for pcre_dfa_exec in -lpcre... yes
  483. checking for PCRE JIT support... yes
  484. checking for PCRE JIT support usability... yes
  485. checking yaml.h usability... yes
  486. checking yaml.h presence... yes
  487. checking for yaml.h... yes
  488. checking for yaml_parser_initialize in -lyaml... yes
  489. checking for pthread_create in -lpthread... yes
  490. checking jansson.h usability... no
  491. checking jansson.h presence... no
  492. checking for jansson.h... no
  493. checking for nfnl_fd in -lnfnetlink... yes
  494. checking for libnet.h version 1.1.x... yes
  495. checking for libnet_write in -lnet... yes
  496. checking for libnet_build_icmpv6_unreach in -lnet... yes
  497. checking for pfring_open in -lpfring... yes
  498. checking for pfring_enable_ring in -lpfring... yes
  499. checking for pfring_set_cluster in -lpfring... yes
  500. checking for pfring_set_bpf_filter in -lpfring... yes
  501. checking for pfring_remove_bpf_filter in -lpfring... yes
  502. checking if pfring_recv expects u_char**... yes
  503. checking for post 5.4.0 pfring_open function... yes
  504. checking pcap.h usability... yes
  505. checking pcap.h presence... yes
  506. checking for pcap.h... yes
  507. checking for pcap.h... (cached) yes
  508. checking pcap/pcap.h usability... yes
  509. checking pcap/pcap.h presence... yes
  510. checking for pcap/pcap.h... yes
  511. checking pcap/bpf.h usability... yes
  512. checking pcap/bpf.h presence... yes
  513. checking for pcap/bpf.h... yes
  514. checking for pcap_open_live in -lpcap... yes
  515. checking for pcap_activate in -lpcap... yes
  516. checking for pcap-config... /usr/bin/pcap-config
  517. checking for pcap_set_buffer_size in -lpcap... yes
  518. checking whether TPACKET_V2 is declared... yes
  519. checking whether PACKET_FANOUT is declared... yes
  520. checking iconv.h usability... yes
  521. checking iconv.h presence... yes
  522. checking for iconv.h... yes
  523. checking for libiconv_close in -liconv... no
  524. checking cap-ng.h usability... yes
  525. checking cap-ng.h presence... yes
  526. checking for cap-ng.h... yes
  527. checking for capng_clear in -lcap-ng... no
  528.  
  529. WARNING! libcap-ng library not found, go get it
  530. from http://people.redhat.com/sgrubb/libcap-ng/
  531. or your distribution:
  532.  
  533. Ubuntu: apt-get install libcap-ng-dev
  534. Fedora: yum install libcap-ng-devel
  535.  
  536. Suricata will be built without support for dropping privs.
  537.  
  538. checking for libnspr... no
  539. checking nspr.h usability... no
  540. checking nspr.h presence... no
  541. checking for nspr.h... no
  542. checking for libnss... no
  543. checking sechash.h usability... no
  544. checking sechash.h presence... no
  545. checking for sechash.h... no
  546. checking magic.h usability... yes
  547. checking magic.h presence... yes
  548. checking for magic.h... yes
  549. checking for magic_open in -lmagic... no
  550.  
  551. ERROR! magic library not found, go get it
  552. from http://www.darwinsys.com/file/ or your distribution:
  553.  
  554. Ubuntu: apt-get install libmagic-dev
  555. Fedora: yum install file-devel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement