Advertisement
Guest User

Untitled

a guest
Mar 4th, 2010
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.18 KB | None | 0 0
  1. tek@tek:~/kismet$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for gcc... gcc
  5. checking for C compiler default output file name... a.out
  6. checking whether the C compiler works... yes
  7. checking whether we are cross compiling... no
  8. checking for suffix of executables...
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking for g++... g++
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++ accepts -g... yes
  16. checking for a BSD-compatible install... /usr/bin/install -c
  17. checking whether make sets $(MAKE)... yes
  18. checking how to run the C preprocessor... gcc -E
  19. checking for platform-specific compiler flags... none needed
  20. checking for grep that handles long lines and -e... /bin/grep
  21. checking for egrep... /bin/grep -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking whether byte ordering is bigendian... no
  33. checking errno.h usability... yes
  34. checking errno.h presence... yes
  35. checking for errno.h... yes
  36. checking for stdlib.h... (cached) yes
  37. checking for string.h... (cached) yes
  38. checking sys/socket.h usability... yes
  39. checking sys/socket.h presence... yes
  40. checking for sys/socket.h... yes
  41. checking sys/time.h usability... yes
  42. checking sys/time.h presence... yes
  43. checking for sys/time.h... yes
  44. checking sys/wait.h usability... yes
  45. checking sys/wait.h presence... yes
  46. checking for sys/wait.h... yes
  47. checking for unistd.h... (cached) yes
  48. checking for sys/types.h... (cached) yes
  49. checking netdb.h usability... yes
  50. checking netdb.h presence... yes
  51. checking for netdb.h... yes
  52. checking getopt.h usability... yes
  53. checking getopt.h presence... yes
  54. checking for getopt.h... yes
  55. checking for an ANSI C-conforming const... yes
  56. checking whether time.h and sys/time.h may both be included... yes
  57. checking whether struct tm is in sys/time.h or time.h... time.h
  58. checking for ANSI C header files... (cached) yes
  59. checking return type of signal handlers... void
  60. checking whether lstat dereferences a symlink specified with a trailing slash... yes
  61. checking whether stat accepts an empty string... no
  62. checking for gettimeofday... yes
  63. checking for memset... yes
  64. checking for select... yes
  65. checking for socket... yes
  66. checking for strcasecmp... yes
  67. checking for strftime... yes
  68. checking for strstr... yes
  69. checking for system-level getopt_long()... yes
  70. checking for stdint.h... (cached) yes
  71. checking for accept() addrlen type... socklen_t
  72. checking for special C compiler options needed for large files... no
  73. checking for _FILE_OFFSET_BITS value needed for large files... no
  74. checking for dlopen in -ldl... yes
  75. checking for libm math function in std libs... no
  76. checking for pow in -lm... yes
  77. checking for main in -luClibc++... no
  78. checking for main in -lstdc++... yes
  79. checking for group 'root'... yes
  80. checking for group 'man'... checking for initscr in -lncurses... yes
  81. checking ncurses.h usability... yes
  82. checking ncurses.h presence... yes
  83. checking for ncurses.h... yes
  84. checking for new_panel in -lpanel... yes
  85. checking panel.h usability... yes
  86. checking panel.h presence... yes
  87. checking for panel.h... yes
  88. checking for setproctitle... no
  89. checking libutil.h usability... no
  90. checking libutil.h presence... no
  91. checking for libutil.h... no
  92. checking for setproctitle in -lutil... no
  93. checking sys/pstat.h usability... no
  94. checking sys/pstat.h presence... no
  95. checking for sys/pstat.h... no
  96. checking whether __progname and __progname_full are available... yes
  97. checking which argv replacement method to use... writeable
  98. checking for linux/wireless.h... yes
  99. checking that linux/wireless.h is what we expect... yes
  100. checking can we use iw_freq.flags... yes
  101. checking for cap_init in -lcap... no
  102. checking sys/prctl.h usability... yes
  103. checking sys/prctl.h presence... yes
  104. checking for sys/prctl.h... yes
  105. checking sys/capability.h usability... no
  106. checking sys/capability.h presence... no
  107. checking for sys/capability.h... no
  108. checking for pcre_compile in -lpcre... no
  109. configure: WARNING: Failed to find libpcre
  110. checking for pcap_open_live in -lpcap... yes
  111. checking pcap.h usability... yes
  112. checking pcap.h presence... yes
  113. checking for pcap.h... yes
  114. checking for pcap_setnonblock in -lpcap... yes
  115. checking for pcap_get_selectable_fd in -lpcap... yes
  116. checking for PPI support in libpcap... yes
  117. configure: WARNING: Using local radiotap headers
  118. checking asm/types.h usability... yes
  119. checking asm/types.h presence... yes
  120. checking for asm/types.h... yes
  121. checking netlink/genl/genl.h usability... no
  122. checking netlink/genl/genl.h presence... no
  123. checking for netlink/genl/genl.h... no
  124. checking netlink/genl/family.h usability... no
  125. checking netlink/genl/family.h presence... no
  126. checking for netlink/genl/family.h... no
  127. checking netlink/genl/ctrl.h usability... no
  128. checking netlink/genl/ctrl.h presence... no
  129. checking for netlink/genl/ctrl.h... no
  130. checking netlink/msg.h usability... no
  131. checking netlink/msg.h presence... no
  132. checking for netlink/msg.h... no
  133. checking netlink/attr.h usability... no
  134. checking netlink/attr.h presence... no
  135. checking for netlink/attr.h... no
  136. checking linux/nl80211.h usability... yes
  137. checking linux/nl80211.h presence... yes
  138. checking for linux/nl80211.h... yes
  139. checking linux/if_arp.h usability... no
  140. checking linux/if_arp.h presence... yes
  141. configure: WARNING: linux/if_arp.h: present but cannot be compiled
  142. configure: WARNING: linux/if_arp.h: check for missing prerequisite headers?
  143. configure: WARNING: linux/if_arp.h: see the Autoconf documentation
  144. configure: WARNING: linux/if_arp.h: section "Present But Cannot Be Compiled"
  145. configure: WARNING: linux/if_arp.h: proceeding with the preprocessor's result
  146. configure: WARNING: linux/if_arp.h: in the future, the compiler will take precedence
  147. checking for linux/if_arp.h... yes
  148. checking for linux/wireless.h... (cached) yes
  149. configure: WARNING: Missing libnl netlink library will not be able to control mac80211 vaps
  150. libnl detected but no support for mac80211 your kernel is probably too old for mac80211 or nl80211 upgrade your kernel then reinstall the latest netlink to get mac80211 support.
  151. configure: creating ./config.status
  152. config.status: creating Makefile
  153. config.status: creating Makefile.inc
  154. config.status: WARNING: 'Makefile.inc.in' seems to ignore the --datarootdir setting
  155. config.status: creating scripts/kismet
  156. config.status: creating conf/kismet.conf
  157. config.status: creating config.h
  158.  
  159. Configuration complete:
  160. Compiling for: linux-gnu (x86_64)
  161. C++ Library: stdc++
  162. Installing as group: root
  163. Man pages owned by: man
  164. Installing into: /usr/local
  165. Setuid group: kismet
  166. Terminal Control: ncurses
  167. Linux WEXT capture : yes
  168. OSX/Darwin capture : n/a (only OSX/Darwin)
  169. PCRE Regex Filters : no
  170. pcap capture: yes
  171. airpcap control: n/a (only Cygwin/Win32)
  172. PPI log format: yes
  173. Capability Dropping: no
  174. Linux Netlink: no (will not be able to make mac80211 vaps)
  175. *** WARNING ***
  176. LibNL/nl80211 support was not found. Kismet uses libnl to control
  177. mac80211 based wireless interfaces, which comprise the vast majority of
  178. interfaces on modern Linux systems. Unless you plan to use only
  179. older drivers, you need libnl.
  180. You need both the libnl libraries and development headers (called
  181. libnl-dev or libnl-devel by most distributions).
  182.  
  183. Configuration complete. Run 'make dep' to generate dependencies
  184. and 'make' followed by 'make install' to compile and install.
  185. tek@tek:~/kismet$ ./configure
  186. checking build system type... x86_64-unknown-linux-gnu
  187. checking host system type... x86_64-unknown-linux-gnu
  188. checking for gcc... gcc
  189. checking for C compiler default output file name... a.out
  190. checking whether the C compiler works... yes
  191. checking whether we are cross compiling... no
  192. checking for suffix of executables...
  193. checking for suffix of object files... o
  194. checking whether we are using the GNU C compiler... yes
  195. checking whether gcc accepts -g... yes
  196. checking for gcc option to accept ISO C89... none needed
  197. checking for g++... g++
  198. checking whether we are using the GNU C++ compiler... yes
  199. checking whether g++ accepts -g... yes
  200. checking for a BSD-compatible install... /usr/bin/install -c
  201. checking whether make sets $(MAKE)... yes
  202. checking how to run the C preprocessor... gcc -E
  203. checking for platform-specific compiler flags... none needed
  204. checking for grep that handles long lines and -e... /bin/grep
  205. checking for egrep... /bin/grep -E
  206. checking for ANSI C header files... yes
  207. checking for sys/types.h... yes
  208. checking for sys/stat.h... yes
  209. checking for stdlib.h... yes
  210. checking for string.h... yes
  211. checking for memory.h... yes
  212. checking for strings.h... yes
  213. checking for inttypes.h... yes
  214. checking for stdint.h... yes
  215. checking for unistd.h... yes
  216. checking whether byte ordering is bigendian... no
  217. checking errno.h usability... yes
  218. checking errno.h presence... yes
  219. checking for errno.h... yes
  220. checking for stdlib.h... (cached) yes
  221. checking for string.h... (cached) yes
  222. checking sys/socket.h usability... yes
  223. checking sys/socket.h presence... yes
  224. checking for sys/socket.h... yes
  225. checking sys/time.h usability... yes
  226. checking sys/time.h presence... yes
  227. checking for sys/time.h... yes
  228. checking sys/wait.h usability... yes
  229. checking sys/wait.h presence... yes
  230. checking for sys/wait.h... yes
  231. checking for unistd.h... (cached) yes
  232. checking for sys/types.h... (cached) yes
  233. checking netdb.h usability... yes
  234. checking netdb.h presence... yes
  235. checking for netdb.h... yes
  236. checking getopt.h usability... yes
  237. checking getopt.h presence... yes
  238. checking for getopt.h... yes
  239. checking for an ANSI C-conforming const... yes
  240. checking whether time.h and sys/time.h may both be included... yes
  241. checking whether struct tm is in sys/time.h or time.h... time.h
  242. checking for ANSI C header files... (cached) yes
  243. checking return type of signal handlers... void
  244. checking whether lstat dereferences a symlink specified with a trailing slash... yes
  245. checking whether stat accepts an empty string... no
  246. checking for gettimeofday... yes
  247. checking for memset... yes
  248. checking for select... yes
  249. checking for socket... yes
  250. checking for strcasecmp... yes
  251. checking for strftime... yes
  252. checking for strstr... yes
  253. checking for system-level getopt_long()... yes
  254. checking for stdint.h... (cached) yes
  255. checking for accept() addrlen type... socklen_t
  256. checking for special C compiler options needed for large files... no
  257. checking for _FILE_OFFSET_BITS value needed for large files... no
  258. checking for dlopen in -ldl... yes
  259. checking for libm math function in std libs... no
  260. checking for pow in -lm... yes
  261. checking for main in -luClibc++... no
  262. checking for main in -lstdc++... yes
  263. checking for group 'root'... yes
  264. checking for group 'man'... checking for initscr in -lncurses... yes
  265. checking ncurses.h usability... yes
  266. checking ncurses.h presence... yes
  267. checking for ncurses.h... yes
  268. checking for new_panel in -lpanel... yes
  269. checking panel.h usability... yes
  270. checking panel.h presence... yes
  271. checking for panel.h... yes
  272. checking for setproctitle... no
  273. checking libutil.h usability... no
  274. checking libutil.h presence... no
  275. checking for libutil.h... no
  276. checking for setproctitle in -lutil... no
  277. checking sys/pstat.h usability... no
  278. checking sys/pstat.h presence... no
  279. checking for sys/pstat.h... no
  280. checking whether __progname and __progname_full are available... yes
  281. checking which argv replacement method to use... writeable
  282. checking for linux/wireless.h... yes
  283. checking that linux/wireless.h is what we expect... yes
  284. checking can we use iw_freq.flags... yes
  285. checking for cap_init in -lcap... no
  286. checking sys/prctl.h usability... yes
  287. checking sys/prctl.h presence... yes
  288. checking for sys/prctl.h... yes
  289. checking sys/capability.h usability... no
  290. checking sys/capability.h presence... no
  291. checking for sys/capability.h... no
  292. checking for pcre_compile in -lpcre... no
  293. configure: WARNING: Failed to find libpcre
  294. checking for pcap_open_live in -lpcap... yes
  295. checking pcap.h usability... yes
  296. checking pcap.h presence... yes
  297. checking for pcap.h... yes
  298. checking for pcap_setnonblock in -lpcap... yes
  299. checking for pcap_get_selectable_fd in -lpcap... yes
  300. checking for PPI support in libpcap... yes
  301. configure: WARNING: Using local radiotap headers
  302. checking asm/types.h usability... yes
  303. checking asm/types.h presence... yes
  304. checking for asm/types.h... yes
  305. checking netlink/genl/genl.h usability... yes
  306. checking netlink/genl/genl.h presence... yes
  307. checking for netlink/genl/genl.h... yes
  308. checking netlink/genl/family.h usability... yes
  309. checking netlink/genl/family.h presence... yes
  310. checking for netlink/genl/family.h... yes
  311. checking netlink/genl/ctrl.h usability... yes
  312. checking netlink/genl/ctrl.h presence... yes
  313. checking for netlink/genl/ctrl.h... yes
  314. checking netlink/msg.h usability... yes
  315. checking netlink/msg.h presence... yes
  316. checking for netlink/msg.h... yes
  317. checking netlink/attr.h usability... yes
  318. checking netlink/attr.h presence... yes
  319. checking for netlink/attr.h... yes
  320. checking linux/nl80211.h usability... yes
  321. checking linux/nl80211.h presence... yes
  322. checking for linux/nl80211.h... yes
  323. checking linux/if_arp.h usability... no
  324. checking linux/if_arp.h presence... yes
  325. configure: WARNING: linux/if_arp.h: present but cannot be compiled
  326. configure: WARNING: linux/if_arp.h: check for missing prerequisite headers?
  327. configure: WARNING: linux/if_arp.h: see the Autoconf documentation
  328. configure: WARNING: linux/if_arp.h: section "Present But Cannot Be Compiled"
  329. configure: WARNING: linux/if_arp.h: proceeding with the preprocessor's result
  330. configure: WARNING: linux/if_arp.h: in the future, the compiler will take precedence
  331. checking for linux/if_arp.h... yes
  332. checking for linux/wireless.h... (cached) yes
  333. checking for pkg-config... /usr/bin/pkg-config
  334. checking pkg-config is at least version 0.9.0... yes
  335. checking for libnl20... no
  336. checking for libnl1... yes
  337. checking For mac80211 support in netlink library... yes
  338. configure: creating ./config.status
  339. config.status: creating Makefile
  340. config.status: creating Makefile.inc
  341. config.status: WARNING: 'Makefile.inc.in' seems to ignore the --datarootdir setting
  342. config.status: creating scripts/kismet
  343. config.status: creating conf/kismet.conf
  344. config.status: creating config.h
  345.  
  346. Configuration complete:
  347. Compiling for: linux-gnu (x86_64)
  348. C++ Library: stdc++
  349. Installing as group: root
  350. Man pages owned by: man
  351. Installing into: /usr/local
  352. Setuid group: kismet
  353. Terminal Control: ncurses
  354. Linux WEXT capture : yes
  355. OSX/Darwin capture : n/a (only OSX/Darwin)
  356. PCRE Regex Filters : no
  357. pcap capture: yes
  358. airpcap control: n/a (only Cygwin/Win32)
  359. PPI log format: yes
  360. Capability Dropping: no
  361. Linux Netlink: yes (mac80211 VAP creation)
  362.  
  363. Configuration complete. Run 'make dep' to generate dependencies
  364. and 'make' followed by 'make install' to compile and install.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement