NoPaste

configure jgpg

von Strunz_1975

SNIPPET_TEXT:
  1. /opt/john/src# ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking whether to compile using MPI... no
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking whether gcc understands -c and -o together... yes
  15. checking whether we are using the GNU C compiler... (cached) yes
  16. checking whether gcc accepts -g... (cached) yes
  17. checking for gcc option to accept ISO C89... (cached) none needed
  18. checking whether gcc understands -c and -o together... (cached) yes
  19. checking additional paths...  -L/usr/local/lib -I/usr/local/include
  20. checking arg check macro for -m with gcc... yes
  21. checking arg check macro for -Q with gcc... yes
  22. checking if gcc supports -funroll-loops... yes
  23. checking if gcc supports -Os... yes
  24. checking if gcc supports -finline-functions... yes
  25. checking if gcc supports -Og... yes
  26. checking if gcc supports -Wall... yes
  27. checking if gcc supports -Wno-stringop-truncation... yes
  28. checking if gcc supports -Wno-format-overflow... yes
  29. checking if gcc supports -Wno-format-truncation... yes
  30. checking if gcc supports -Wno-tautological-constant-out-of-range-compare... no
  31. checking if gcc supports -fno-omit-frame-pointer... yes
  32. checking if gcc supports --param allow-store-data-races=0... yes
  33. checking if gcc supports -Wno-deprecated-declarations... yes
  34. checking if gcc supports -Wformat-extra-args... no
  35. checking if gcc supports -Wunused-but-set-variable... yes
  36. checking if gcc supports -Qunused-arguments... no
  37. checking if gcc supports -std=gnu89... yes
  38. checking if gcc supports -Wdate-time... yes
  39. checking if gcc supports -m64 w/ linking... yes
  40. checking for 32/64 bit... 64-bit
  41. checking additional paths (64 bit)...  -L/lib64
  42. checking whether ln -s works... yes
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for a sed that does not truncate output... /bin/sed
  45. checking for GNU make... make
  46. checking whether make sets $(MAKE)... yes
  47. checking how to run the C preprocessor... gcc -E
  48. checking for a thread-safe mkdir -p... /bin/mkdir -p
  49. checking for sort... /usr/bin/sort
  50. checking for find... /usr/bin/find
  51. checking for perl... /usr/bin/perl
  52. checking for ar... ar
  53. checking for strip... strip
  54. checking for pkg-config... /usr/bin/pkg-config
  55. checking pkg-config is at least version 0.9.0... yes
  56. checking if pkg-config will be used... no
  57. checking for egrep... /bin/grep -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 size of short... 2
  69. checking size of int... 4
  70. checking size of long... 8
  71. checking size of long long... 8
  72. checking size of wchar_t... 4
  73. checking size of int *... 8
  74. checking size of void *... 8
  75. checking for extra ASFLAGS... None needed
  76. checking for X32 ABI... no
  77. checking special compiler flags... Intel x86
  78. configure: Testing build host's native CPU features
  79. checking for MMX... yes
  80. checking for SSE2... yes
  81. checking for SSSE3... no
  82. checking for arch.h alternative... x86-64.h
  83. checking for byte ordering according to target triple... little
  84. checking supplied paths for OpenSSL...  
  85. checking additional paths for OpenSSL... none
  86. checking openssl/opensslv.h usability... yes
  87. checking openssl/opensslv.h presence... yes
  88. checking for openssl/opensslv.h... yes
  89. checking for SSL_CTX_new in -lssl... yes
  90. checking for MD5_Update in -lcrypto... yes
  91. checking for sqrt in -lm... yes
  92. checking for clock_gettime in -lrt... yes
  93. checking for deflate in -lz... yes
  94. checking for library containing crypt... -lcrypt
  95. checking gmp.h usability... yes
  96. checking gmp.h presence... yes
  97. checking for gmp.h... yes
  98. checking for __gmpz_init in -lgmp... yes
  99. checking skey.h usability... no
  100. checking skey.h presence... no
  101. checking for skey.h... no
  102. checking for S/Key... using our own code
  103. checking bzlib.h usability... yes
  104. checking bzlib.h presence... yes
  105. checking for bzlib.h... yes
  106. checking for main in -lbz2... yes
  107. checking for main in -lkernel32... no
  108. checking for dlopen in -ldl... yes
  109. checking intrin.h usability... no
  110. checking intrin.h presence... no
  111. checking for intrin.h... no
  112. checking openssl/cmac.h usability... yes
  113. checking openssl/cmac.h presence... yes
  114. checking for openssl/cmac.h... yes
  115. configure: rexgen check not enabled
  116. checking pcap.h usability... yes
  117. checking pcap.h presence... yes
  118. checking for pcap.h... yes
  119. checking for pcap_compile in -lpcap... yes
  120. checking for pcap.h... (cached) yes
  121. checking for pcap_compile in -lwpcap... no
  122. checking whether time.h and sys/time.h may both be included... yes
  123. checking whether string.h and strings.h may both be included... yes
  124. checking for SHA256... yes
  125. checking for WHIRLPOOL... yes
  126. checking for RIPEMD160... yes
  127. checking for AES_encrypt... yes
  128. checking for DSA_get0_pqg... yes
  129. checking for gcc option to support OpenMP... -fopenmp
  130. checking additional paths for OpenCL... none
  131. checking if compiler needs -Werror to reject unknown flags... no
  132. checking for the pthreads library -lpthreads... no
  133. checking whether pthreads work without any flags... no
  134. checking whether pthreads work with -Kthread... no
  135. checking whether pthreads work with -kthread... no
  136. checking for the pthreads library -llthread... no
  137. checking whether pthreads work with -pthread... yes
  138. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  139. checking if more special flags are required for pthreads... no
  140. checking for PTHREAD_PRIO_INHERIT... yes
  141. checking whether we are using the Microsoft C compiler... no
  142. checking CL/cl.h usability... yes
  143. checking CL/cl.h presence... yes
  144. checking for CL/cl.h... yes
  145. checking OpenCL/cl.h usability... no
  146. checking OpenCL/cl.h presence... no
  147. checking for OpenCL/cl.h... no
  148. checking windows.h usability... no
  149. checking windows.h presence... no
  150. checking for windows.h... no
  151. checking for OpenCL library... -lOpenCL
  152. checking arpa/inet.h usability... yes
  153. checking arpa/inet.h presence... yes
  154. checking for arpa/inet.h... yes
  155. checking crypt.h usability... yes
  156. checking crypt.h presence... yes
  157. checking for crypt.h... yes
  158. checking dirent.h usability... yes
  159. checking dirent.h presence... yes
  160. checking for dirent.h... yes
  161. checking limits.h usability... yes
  162. checking limits.h presence... yes
  163. checking for limits.h... yes
  164. checking locale.h usability... yes
  165. checking locale.h presence... yes
  166. checking for locale.h... yes
  167. checking malloc.h usability... yes
  168. checking malloc.h presence... yes
  169. checking for malloc.h... yes
  170. checking net/ethernet.h usability... yes
  171. checking net/ethernet.h presence... yes
  172. checking for net/ethernet.h... yes
  173. checking netdb.h usability... yes
  174. checking netdb.h presence... yes
  175. checking for netdb.h... yes
  176. checking netinet/in.h usability... yes
  177. checking netinet/in.h presence... yes
  178. checking for netinet/in.h... yes
  179. checking netinet/in_systm.h usability... yes
  180. checking netinet/in_systm.h presence... yes
  181. checking for netinet/in_systm.h... yes
  182. checking for string.h... (cached) yes
  183. checking for strings.h... (cached) yes
  184. checking sys/ethernet.h usability... no
  185. checking sys/ethernet.h presence... no
  186. checking for sys/ethernet.h... no
  187. checking sys/file.h usability... yes
  188. checking sys/file.h presence... yes
  189. checking for sys/file.h... yes
  190. checking sys/param.h usability... yes
  191. checking sys/param.h presence... yes
  192. checking for sys/param.h... yes
  193. checking sys/socket.h usability... yes
  194. checking sys/socket.h presence... yes
  195. checking for sys/socket.h... yes
  196. checking sys/time.h usability... yes
  197. checking sys/time.h presence... yes
  198. checking for sys/time.h... yes
  199. checking sys/times.h usability... yes
  200. checking sys/times.h presence... yes
  201. checking for sys/times.h... yes
  202. checking for sys/types.h... (cached) yes
  203. checking termios.h usability... yes
  204. checking termios.h presence... yes
  205. checking for termios.h... yes
  206. checking for unistd.h... (cached) yes
  207. checking unixlib/local.h usability... no
  208. checking unixlib/local.h presence... no
  209. checking for unixlib/local.h... no
  210. checking for windows.h... (cached) no
  211. checking for net/if.h... yes
  212. checking for net/if_arp.h... yes
  213. checking for netinet/if_ether.h... yes
  214. checking for netinet/ip.h... yes
  215. checking for stdbool.h that conforms to C99... yes
  216. checking for _Bool... yes
  217. checking for inline... inline
  218. checking for int32_t... yes
  219. checking for int64_t... yes
  220. checking for off_t... yes
  221. checking for size_t... yes
  222. checking for ssize_t... yes
  223. checking for uint16_t... yes
  224. checking for uint32_t... yes
  225. checking for uint64_t... yes
  226. checking for uint8_t... yes
  227. checking for ptrdiff_t... yes
  228. checking for int128... no
  229. checking for __int128... yes
  230. checking for __int128_t... yes
  231. checking for error_at_line... yes
  232. checking for pid_t... yes
  233. checking vfork.h usability... no
  234. checking vfork.h presence... no
  235. checking for vfork.h... no
  236. checking for fork... yes
  237. checking for vfork... yes
  238. checking for working fork... yes
  239. checking for working vfork... (cached) yes
  240. checking for fseek64... no
  241. checking for fseeko... yes
  242. checking for fseeko64... yes
  243. checking for _fseeki64... no
  244. checking for lseek64... yes
  245. checking for lseek... yes
  246. checking for ftell64... no
  247. checking for ftello... yes
  248. checking for ftello64... yes
  249. checking for _ftelli64... no
  250. checking for fopen64... yes
  251. checking for _fopen64... no
  252. checking for memmem... yes
  253. checking for mmap... yes
  254. checking for sleep... yes
  255. checking for setenv... yes
  256. checking for putenv... yes
  257. checking for strcasecmp... yes
  258. checking for strncasecmp... yes
  259. checking for stricmp... no
  260. checking for strcmpi... no
  261. checking for _stricmp... no
  262. checking for _strcmpi... no
  263. checking for strnicmp... no
  264. checking for strncmpi... no
  265. checking for _strnicmp... no
  266. checking for _strncmpi... no
  267. checking for strnlen... yes
  268. checking for strlwr... no
  269. checking for strupr... no
  270. checking for strrev... no
  271. checking for atoll... yes
  272. checking for _atoi64... no
  273. checking for snprintf... yes
  274. checking for sprintf_s... no
  275. checking for strcasestr... yes
  276. checking for clGetKernelArgInfo... yes
  277. checking for posix_memalign... yes
  278. checking for yasm that supports "-g dwarf2 -f elf64"... /usr/bin/yasm
  279. checking for OS-specific feature macros needed...  -D_POSIX_SOURCE -D_GNU_SOURCE -D_XOPEN_SOURCE=600
  280. checking size of size_t... 8
  281. checking size of off_t... 8
  282. configure: Fuzz check disabled
  283. configure: Fuzzing (using libFuzzer) check disabled
  284. configure: creating *_plug.c and OpenCL object rules
  285. configure: creating Makefile dependencies
  286. configure: creating ./john_build_rule.h
  287. configure: creating ./config.status
  288. config.status: creating Makefile
  289. config.status: creating aes/Makefile
  290. config.status: creating aes/aesni/Makefile
  291. config.status: creating aes/openssl/Makefile
  292. config.status: creating secp256k1/Makefile
  293. config.status: creating ed25519-donna/Makefile
  294. config.status: creating autoconfig.h
  295. config.status: autoconfig.h is unchanged
  296. config.status: linking x86-64.h to arch.h
  297. config.status: executing default commands
  298. configure: creating ./fmt_externs.h
  299. configure: creating ./fmt_registers.h
  300.  
  301. Configured for building John the Ripper jumbo:
  302.  
  303. Target CPU ................................. x86_64 SSE2, 64-bit LE
  304. AES-NI support ............................. run-time detection
  305. Target OS .................................. linux-gnu
  306. Cross compiling ............................ no
  307. Legacy arch header ......................... x86-64.h
  308.  
  309. Optional libraries/features found:
  310. Memory map (share/page large files) ........ yes
  311. Fork support ............................... yes
  312. OpenMP support ............................. yes (not for fast formats)
  313. OpenCL support ............................. yes
  314. Generic crypt(3) format .................... yes
  315. libgmp (PRINCE mode and faster SRP formats)  yes
  316. 128-bit integer (faster PRINCE mode) ....... yes
  317. libz (pkzip and some other formats) ........ yes
  318. libbz2 (gpg2john extra decompression logic)  yes
  319. libpcap (vncpcap2john and SIPdump) ......... yes
  320. OpenMPI support (default disabled) ......... no
  321. ZTEX USB-FPGA module 1.15y support ......... no
  322.  
  323. Install missing libraries to get any needed features that were omitted.
  324.  
  325. Configure finished.  Now "make -s clean && make -sj4" to compile.

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN