Guest User

Untitled

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