Advertisement
Guest User

Untitled

a guest
Apr 29th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.64 KB | None | 0 0
  1. Script started on Sun Apr 29 00:20:15 2012
  2. dspruell@molodetz:~/downloads/suricata-1.3beta1$ CPPFLAGS="-I/usr/local/include" CFLAGS="-L/usr/local/lib" ./configure --sy
  3. S="-L/usr/local/lib" ./configure --sy <sconfdir=/etc --localstatedir=/var --with-libnet-includes=/usr/local/include/libnet-1.
  4. edir=/var --with-libnet-includes=/usr/local/include/libnet-1. <1 --with-libnet-libraries=/usr/local/lib/libnet-1.1
  5. dspruell@molodetz:~/downloads/suricata-1.3beta1$ CPPFLAGS="-I/usr/local/include" CFLAGS="-L/usr/local/lib" ./configure --sy>
  6.  
  7. checking for a BSD-compatible install... /usr/bin/install -c
  8. checking whether build environment is sane... yes
  9. checking for a thread-safe mkdir -p... ./install-sh -c -d
  10. checking for gawk... no
  11. checking for mawk... no
  12. checking for nawk... no
  13. checking for awk... awk
  14. checking whether make sets $(MAKE)... yes
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking dependency style of gcc... gcc3
  26. checking for gcc option to accept ISO C99... -std=gnu99
  27. checking build system type... i386-unknown-openbsd5.0
  28. checking host system type... i386-unknown-openbsd5.0
  29. checking how to print strings... print -r
  30. checking for a sed that does not truncate output... /usr/bin/sed
  31. checking for grep that handles long lines and -e... /usr/bin/grep
  32. checking for egrep... /usr/bin/grep -E
  33. checking for fgrep... /usr/bin/grep -F
  34. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  35. checking if the linker (/usr/bin/ld) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  37. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  38. checking whether ln -s works... yes
  39. checking the maximum length of command line arguments... 196608
  40. checking whether the shell understands some XSI constructs... yes
  41. checking whether the shell understands "+="... no
  42. checking how to convert i386-unknown-openbsd5.0 file names to i386-unknown-openbsd5.0 format... func_convert_file_noop
  43. checking how to convert i386-unknown-openbsd5.0 file names to toolchain format... func_convert_file_noop
  44. checking for /usr/bin/ld option to reload object files... -r
  45. checking for objdump... objdump
  46. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  47. checking for dlltool... no
  48. checking how to associate runtime and link libraries... print -r --
  49. checking for ar... ar
  50. checking for archiver @FILE support... no
  51. checking for strip... strip
  52. checking for ranlib... ranlib
  53. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  54. checking for sysroot... no
  55. checking for mt... mt
  56. checking if mt is a manifest tool... no
  57. checking how to run the C preprocessor... gcc -std=gnu99 -E
  58. checking for ANSI C header files... yes
  59. checking for sys/types.h... yes
  60. checking for sys/stat.h... yes
  61. checking for stdlib.h... yes
  62. checking for string.h... yes
  63. checking for memory.h... yes
  64. checking for strings.h... yes
  65. checking for inttypes.h... yes
  66. checking for stdint.h... yes
  67. checking for unistd.h... yes
  68. checking for dlfcn.h... yes
  69. checking for objdir... .libs
  70. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  71. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  72. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  73. checking if gcc -std=gnu99 static flag -static works... yes
  74. checking if gcc -std=gnu99 supports -c -o file.o... yes
  75. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  76. checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
  77. checking whether -lc should be explicitly linked in... yes
  78. checking dynamic linker characteristics... openbsd5.0 ld.so
  79. checking how to hardcode library paths into programs... immediate
  80. checking whether stripping libraries is possible... yes
  81. checking if libtool supports shared libraries... yes
  82. checking whether to build shared libraries... yes
  83. checking whether to build static libraries... yes
  84. checking gcc version... 4.2.1
  85. checking for gawk... (cached) awk
  86. checking for gcc... (cached) gcc
  87. checking whether we are using the GNU C compiler... (cached) yes
  88. checking whether gcc accepts -g... (cached) yes
  89. checking for gcc option to accept ISO C89... (cached) none needed
  90. checking dependency style of gcc... (cached) gcc3
  91. checking how to run the C preprocessor... gcc -std=gnu99 -E
  92. checking whether ln -s works... yes
  93. checking whether make sets $(MAKE)... (cached) yes
  94. checking for pkg-config... /usr/bin/pkg-config
  95. checking for spatch... no
  96.  
  97. Warning! spatch not found, you will not be
  98. able to run code checking with coccinelle
  99. get it from http://coccinelle.lip6.fr
  100. or install from your distribution
  101.  
  102. checking arpa/inet.h usability... yes
  103. checking arpa/inet.h presence... yes
  104. checking for arpa/inet.h... yes
  105. checking for inttypes.h... (cached) yes
  106. checking limits.h usability... yes
  107. checking limits.h presence... yes
  108. checking for limits.h... yes
  109. checking netdb.h usability... yes
  110. checking netdb.h presence... yes
  111. checking for netdb.h... yes
  112. checking poll.h usability... yes
  113. checking poll.h presence... yes
  114. checking for poll.h... yes
  115. checking signal.h usability... yes
  116. checking signal.h presence... yes
  117. checking for signal.h... yes
  118. checking for stdint.h... (cached) yes
  119. checking for stdlib.h... (cached) yes
  120. checking for string.h... (cached) yes
  121. checking syslog.h usability... yes
  122. checking syslog.h presence... yes
  123. checking for syslog.h... yes
  124. checking sys/ioctl.h usability... yes
  125. checking sys/ioctl.h presence... yes
  126. checking for sys/ioctl.h... yes
  127. checking sys/prctl.h usability... no
  128. checking sys/prctl.h presence... no
  129. checking for sys/prctl.h... no
  130. checking sys/socket.h usability... yes
  131. checking sys/socket.h presence... yes
  132. checking for sys/socket.h... yes
  133. checking sys/syscall.h usability... yes
  134. checking sys/syscall.h presence... yes
  135. checking for sys/syscall.h... yes
  136. checking netinet/in.h usability... yes
  137. checking netinet/in.h presence... yes
  138. checking for netinet/in.h... yes
  139. checking sys/time.h usability... yes
  140. checking sys/time.h presence... yes
  141. checking for sys/time.h... yes
  142. checking for unistd.h... (cached) yes
  143. checking windows.h usability... no
  144. checking windows.h presence... no
  145. checking for windows.h... no
  146. checking winsock2.h usability... no
  147. checking winsock2.h presence... no
  148. checking for winsock2.h... no
  149. checking ws2tcpip.h usability... no
  150. checking ws2tcpip.h presence... no
  151. checking for ws2tcpip.h... no
  152. checking for sys/socket.h... (cached) yes
  153. checking for net/if.h... no
  154. checking for sys/mman.h... no
  155. checking for inline... inline
  156. checking for pid_t... yes
  157. checking for size_t... yes
  158. checking for int32_t... yes
  159. checking for uint16_t... yes
  160. checking for uint32_t... yes
  161. checking for uint64_t... yes
  162. checking for uint8_t... yes
  163. checking for stdbool.h that conforms to C99... yes
  164. checking for _Bool... yes
  165. checking for stdlib.h... (cached) yes
  166. checking for GNU libc compatible malloc... yes
  167. checking for stdlib.h... (cached) yes
  168. checking for GNU libc compatible realloc... yes
  169. checking for gettimeofday... yes
  170. checking for memset... yes
  171. checking for strcasecmp... yes
  172. checking for strchr... yes
  173. checking for strdup... yes
  174. checking for strerror... yes
  175. checking for strncasecmp... yes
  176. checking for strtol... yes
  177. checking for strtoul... yes
  178. checking for memchr... yes
  179. checking for special C compiler options needed for large files... no
  180. checking for _FILE_OFFSET_BITS value needed for large files... no
  181. checking host os... installation for i386-unknown-openbsd5.0 OS... ok
  182. checking pcre.h usability... yes
  183. checking pcre.h presence... yes
  184. checking for pcre.h... yes
  185. checking for pcre_get_substring in -lpcre... yes
  186. checking for pcre_dfa_exec in -lpcre... yes
  187. checking for PCRE JIT support... no
  188. checking yaml.h usability... yes
  189. checking yaml.h presence... yes
  190. checking for yaml.h... yes
  191. checking for yaml_parser_initialize in -lyaml... yes
  192. checking for pthread_create in -lpthread... yes
  193. checking for libnet.h version 1.1.x... yes
  194. checking for libnet_write in -lnet... yes
  195. checking for libnet_build_icmpv6_unreach in -lnet... no
  196. checking pcap.h usability... yes
  197. checking pcap.h presence... yes
  198. checking for pcap.h... yes
  199. checking for pcap_open_live in -lpcap... yes
  200. checking for pcap_activate in -lpcap... no
  201. checking for pcap_set_buffer_size in -lpcap... no
  202. checking whether TPACKET_V2 is declared... no
  203. checking whether PACKET_FANOUT is declared... no
  204. checking for pkg-config... /usr/bin/pkg-config
  205. checking pkg-config is at least version 0.9.0... yes
  206. checking cap-ng.h usability... no
  207. checking cap-ng.h presence... no
  208. checking for cap-ng.h... no
  209.  
  210. WARNING! libcap-ng library not found, go get it
  211. from http://people.redhat.com/sgrubb/libcap-ng/
  212. or your distribution:
  213.  
  214. Ubuntu: apt-get install libcap-ng-dev
  215. Fedora: yum install libcap-ng-devel
  216.  
  217. Suricata will be built without support for dropping privs.
  218.  
  219. checking nspr.h usability... no
  220. checking nspr.h presence... no
  221. checking for nspr.h... no
  222. checking sechash.h usability... no
  223. checking sechash.h presence... no
  224. checking for sechash.h... no
  225. checking magic.h usability... yes
  226. checking magic.h presence... yes
  227. checking for magic.h... yes
  228. checking for magic_open in -lmagic... yes
  229. checking git command available... which: git: Command not found.
  230. no
  231. configure: creating ./config.status
  232. config.status: creating Makefile
  233. config.status: creating src/Makefile
  234. config.status: creating qa/Makefile
  235. config.status: creating qa/coccinelle/Makefile
  236. config.status: creating rules/Makefile
  237. config.status: creating doc/Makefile
  238. config.status: creating suricata.yaml
  239. config.status: creating config.h
  240. config.status: executing depfiles commands
  241. config.status: executing libtool commands
  242. === configuring in libhtp (/home/dspruell/downloads/suricata-1.3beta1/libhtp)
  243. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--sysconfdir=/etc' '--localstatedir=/var' '--with-libnet-includes=/usr/local/include/libnet-1.1' '--with-libnet-libraries=/usr/local/lib/libnet-1.1' 'CFLAGS=-L/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' --cache-file=/dev/null --srcdir=.
  244. checking for a BSD-compatible install... /usr/bin/install -c
  245. checking whether build environment is sane... yes
  246. checking for a thread-safe mkdir -p... ./install-sh -c -d
  247. checking for gawk... no
  248. checking for mawk... no
  249. checking for nawk... no
  250. checking for awk... awk
  251. checking whether make sets $(MAKE)... yes
  252. checking for gcc... gcc
  253. checking whether the C compiler works... yes
  254. checking for C compiler default output file name... a.out
  255. checking for suffix of executables...
  256. checking whether we are cross compiling... no
  257. checking for suffix of object files... o
  258. checking whether we are using the GNU C compiler... yes
  259. checking whether gcc accepts -g... yes
  260. checking for gcc option to accept ISO C89... none needed
  261. checking for style of include used by make... GNU
  262. checking dependency style of gcc... gcc3
  263. checking build system type... i386-unknown-openbsd5.0
  264. checking host system type... i386-unknown-openbsd5.0
  265. checking how to print strings... print -r
  266. checking for a sed that does not truncate output... /usr/bin/sed
  267. checking for grep that handles long lines and -e... /usr/bin/grep
  268. checking for egrep... /usr/bin/grep -E
  269. checking for fgrep... /usr/bin/grep -F
  270. checking for ld used by gcc... /usr/bin/ld
  271. checking if the linker (/usr/bin/ld) is GNU ld... yes
  272. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  273. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  274. checking whether ln -s works... yes
  275. checking the maximum length of command line arguments... 196608
  276. checking whether the shell understands some XSI constructs... yes
  277. checking whether the shell understands "+="... no
  278. checking how to convert i386-unknown-openbsd5.0 file names to i386-unknown-openbsd5.0 format... func_convert_file_noop
  279. checking how to convert i386-unknown-openbsd5.0 file names to toolchain format... func_convert_file_noop
  280. checking for /usr/bin/ld option to reload object files... -r
  281. checking for objdump... objdump
  282. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  283. checking for dlltool... no
  284. checking how to associate runtime and link libraries... print -r --
  285. checking for ar... ar
  286. checking for archiver @FILE support... no
  287. checking for strip... strip
  288. checking for ranlib... ranlib
  289. checking command to parse /usr/bin/nm -B output from gcc object... ok
  290. checking for sysroot... no
  291. checking for mt... mt
  292. checking if mt is a manifest tool... no
  293. checking how to run the C preprocessor... gcc -E
  294. checking for ANSI C header files... yes
  295. checking for sys/types.h... yes
  296. checking for sys/stat.h... yes
  297. checking for stdlib.h... yes
  298. checking for string.h... yes
  299. checking for memory.h... yes
  300. checking for strings.h... yes
  301. checking for inttypes.h... yes
  302. checking for stdint.h... yes
  303. checking for unistd.h... yes
  304. checking for dlfcn.h... yes
  305. checking for objdir... .libs
  306. checking if gcc supports -fno-rtti -fno-exceptions... no
  307. checking for gcc option to produce PIC... -fPIC -DPIC
  308. checking if gcc PIC flag -fPIC -DPIC works... yes
  309. checking if gcc static flag -static works... yes
  310. checking if gcc supports -c -o file.o... yes
  311. checking if gcc supports -c -o file.o... (cached) yes
  312. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  313. checking whether -lc should be explicitly linked in... yes
  314. checking dynamic linker characteristics... openbsd5.0 ld.so
  315. checking how to hardcode library paths into programs... immediate
  316. checking whether stripping libraries is possible... yes
  317. checking if libtool supports shared libraries... yes
  318. checking whether to build shared libraries... yes
  319. checking whether to build static libraries... yes
  320. checking whether build environment is sane... yes
  321. checking zlib.h usability... yes
  322. checking zlib.h presence... yes
  323. checking for zlib.h... yes
  324. checking for inflate in -lz... yes
  325. checking for -z relro... no
  326. checking for -z now... no
  327. configure: creating ./config.status
  328. config.status: creating Makefile
  329. config.status: creating htp.pc
  330. config.status: creating htp/Makefile
  331. config.status: creating test/Makefile
  332. config.status: creating config.h
  333. config.status: executing depfiles commands
  334. config.status: executing libtool commands
  335.  
  336. Suricata Configuration:
  337. AF_PACKET support: no
  338. PF_RING support: no
  339. NFQueue support: no
  340. IPFW support: no
  341. DAG enabled: no
  342. Napatech enabled: no
  343.  
  344. libnss support: no
  345. libnspr support: no
  346. Prelude support: no
  347. PCRE jit: no
  348. Non-bundled htp: no
  349. Old barnyard2 support: no
  350. CUDA enabled: no
  351.  
  352. Unit tests enabled: no
  353. Debug output enabled: no
  354. Debug validation enabled: no
  355. Profiling enabled: no
  356. Profiling locks enabled: no
  357.  
  358. Generic build parameters:
  359. Installation prefix (--prefix): /usr/local
  360. Configuration directory (--sysconfdir): /etc/suricata/
  361. Log directory (--localstatedir) : /var/log/suricata/
  362.  
  363. Host: i386-unknown-openbsd5.0
  364. GCC binary: gcc
  365. GCC Protect enabled: no
  366. GCC march native enabled: yes
  367. GCC Profile enabled: no
  368.  
  369. To build and install run 'make' and 'make install'.
  370.  
  371. You can run 'make install-conf' if you want to install initial configuration
  372. files to /etc/suricata/. Running 'make install-full' will install configuration
  373. and rules and provide you a ready-to-run suricata.
  374.  
  375. To install Suricata into /usr/bin/suricata, have the config in
  376. /etc/suricata and use /var/log/suricata as log dir, use:
  377. ./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement