Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.26 KB | None | 0 0
  1. checking for g++... g++
  2. checking whether the C++ compiler works... yes
  3. checking for C++ compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C++ compiler... yes
  8. checking whether g++ accepts -g... yes
  9. checking build system type... x86_64-pc-linux-gnu
  10. checking host system type... x86_64-pc-linux-gnu
  11. checking target system type... x86_64-pc-linux-gnu
  12. creating target.h - canonical system defines
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  16. checking for gawk... gawk
  17. checking whether make sets $(MAKE)... yes
  18. checking for style of include used by make... GNU
  19. checking whether make supports nested variables... yes
  20. checking whether UID '1000' is supported by ustar format... yes
  21. checking whether GID '1001' is supported by ustar format... yes
  22. checking how to create a ustar tar archive... gnutar
  23. checking dependency style of g++... gcc3
  24. checking whether make supports nested variables... (cached) yes
  25. checking for gcc... gcc
  26. checking whether we are using the GNU C compiler... yes
  27. checking whether gcc accepts -g... yes
  28. checking for gcc option to accept ISO C89... none needed
  29. checking whether gcc understands -c and -o together... yes
  30. checking dependency style of gcc... gcc3
  31. checking for ar... ar
  32. checking the archiver (ar) interface... ar
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking minix/config.h usability... no
  47. checking minix/config.h presence... no
  48. checking for minix/config.h... no
  49. checking whether it is safe to define __EXTENSIONS__... yes
  50. checking how to print strings... printf
  51. checking for a sed that does not truncate output... /usr/bin/sed
  52. checking for fgrep... /usr/bin/grep -F
  53. checking for ld used by gcc... /usr/bin/ld
  54. checking if the linker (/usr/bin/ld) is GNU ld... yes
  55. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  56. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  57. checking whether ln -s works... yes
  58. checking the maximum length of command line arguments... 1572864
  59. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  60. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  61. checking for /usr/bin/ld option to reload object files... -r
  62. checking for objdump... objdump
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for archiver @FILE support... @
  67. checking for strip... strip
  68. checking for ranlib... ranlib
  69. checking command to parse /usr/bin/nm -B output from gcc object... ok
  70. checking for sysroot... no
  71. checking for a working dd... /usr/bin/dd
  72. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  73. checking for mt... no
  74. checking if : is a manifest tool... no
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... no
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking for shl_load... no
  88. checking for shl_load in -ldld... no
  89. checking for dlopen... no
  90. checking for dlopen in -ldl... yes
  91. checking whether a program can dlopen itself... yes
  92. checking whether a statically linked program can dlopen itself... yes
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... no
  97. checking how to run the C++ preprocessor... g++ -E
  98. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  99. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking for g++ option to produce PIC... -fPIC -DPIC
  102. checking if g++ PIC flag -fPIC -DPIC works... yes
  103. checking if g++ static flag -static works... no
  104. checking if g++ supports -c -o file.o... yes
  105. checking if g++ supports -c -o file.o... (cached) yes
  106. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  107. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  108. checking how to hardcode library paths into programs... immediate
  109. checking what extension is used for runtime loadable modules... .so
  110. checking what variable specifies run-time module search path... LD_LIBRARY_PATH
  111. checking for the default library search path... /lib /usr/lib /usr/lib64/dyninst
  112. checking for library containing dlopen... -ldl
  113. checking for dlerror... yes
  114. checking for shl_load... (cached) no
  115. checking for shl_load in -ldld... (cached) no
  116. checking for dld_link in -ldld... no
  117. checking for _ prefix in compiled symbols... no
  118. checking whether deplibs are loaded by dlopen... yes
  119. checking for argz.h... yes
  120. checking for error_t... yes
  121. checking for argz_add... yes
  122. checking for argz_append... yes
  123. checking for argz_count... yes
  124. checking for argz_create_sep... yes
  125. checking for argz_insert... yes
  126. checking for argz_next... yes
  127. checking for argz_stringify... yes
  128. checking if argz actually works... yes
  129. checking whether libtool supports -dlopen/-dlpreopen... yes
  130. checking for ltdl.h... yes
  131. checking whether lt_dlinterface_register is declared... yes
  132. checking for lt_dladvise_preload in -lltdl... yes
  133. checking where to find libltdl headers...
  134. checking where to find libltdl library... -lltdl
  135. checking for unistd.h... (cached) yes
  136. checking for dl.h... no
  137. checking for sys/dl.h... no
  138. checking for dld.h... no
  139. checking for mach-o/dyld.h... no
  140. checking for dirent.h... yes
  141. checking for closedir... yes
  142. checking for opendir... yes
  143. checking for readdir... yes
  144. checking for strlcat... no
  145. checking for strlcpy... no
  146. checking for pkg-config... /usr/bin/pkg-config
  147. checking pkg-config is at least version 0.16... yes
  148. checking for gcc... (cached) gcc
  149. checking whether we are using the GNU C compiler... (cached) yes
  150. checking whether gcc accepts -g... (cached) yes
  151. checking for gcc option to accept ISO C89... (cached) none needed
  152. checking whether gcc understands -c and -o together... (cached) yes
  153. checking dependency style of gcc... (cached) gcc3
  154. checking for flex... flex
  155. checking lex output file root... lex.yy
  156. checking lex library... none needed
  157. checking whether yytext is a pointer... no
  158. checking for bison... bison -y
  159. checking whether ln -s works... yes
  160. checking whether make sets $(MAKE)... (cached) yes
  161. checking for cos in -lm... yes
  162. checking for stdint.h... (cached) yes
  163. checking for unistd.h... (cached) yes
  164. checking sys/int_types.h usability... no
  165. checking sys/int_types.h presence... no
  166. checking for sys/int_types.h... no
  167. checking for dlfcn.h... (cached) yes
  168. checking for inttypes.h... (cached) yes
  169. checking sys/inttypes.h usability... no
  170. checking sys/inttypes.h presence... no
  171. checking for sys/inttypes.h... no
  172. checking sys/times.h usability... yes
  173. checking sys/times.h presence... yes
  174. checking for sys/times.h... yes
  175. checking for memory.h... (cached) yes
  176. checking ndir.h usability... no
  177. checking ndir.h presence... no
  178. checking for ndir.h... no
  179. checking for stdlib.h... (cached) yes
  180. checking for strings.h... (cached) yes
  181. checking for string.h... (cached) yes
  182. checking sys/mman.h usability... yes
  183. checking sys/mman.h presence... yes
  184. checking for sys/mman.h... yes
  185. checking sys/param.h usability... yes
  186. checking sys/param.h presence... yes
  187. checking for sys/param.h... yes
  188. checking for sys/stat.h... (cached) yes
  189. checking for sys/types.h... (cached) yes
  190. checking malloc.h usability... yes
  191. checking malloc.h presence... yes
  192. checking for malloc.h... yes
  193. checking poll.h usability... yes
  194. checking poll.h presence... yes
  195. checking for poll.h... yes
  196. checking limits.h usability... yes
  197. checking limits.h presence... yes
  198. checking for limits.h... yes
  199. checking sys/filio.h usability... no
  200. checking sys/filio.h presence... no
  201. checking for sys/filio.h... no
  202. checking sys/uio.h usability... yes
  203. checking sys/uio.h presence... yes
  204. checking for sys/uio.h... yes
  205. checking termios.h usability... yes
  206. checking termios.h presence... yes
  207. checking for termios.h... yes
  208. checking stdbool.h usability... yes
  209. checking stdbool.h presence... yes
  210. checking for stdbool.h... yes
  211. checking pwd.h usability... yes
  212. checking pwd.h presence... yes
  213. checking for pwd.h... yes
  214. checking grp.h usability... yes
  215. checking grp.h presence... yes
  216. checking for grp.h... yes
  217. checking sys/queue.h usability... yes
  218. checking sys/queue.h presence... yes
  219. checking for sys/queue.h... yes
  220. checking sys/cdefs.h usability... yes
  221. checking sys/cdefs.h presence... yes
  222. checking for sys/cdefs.h... yes
  223. checking syslog.h usability... yes
  224. checking syslog.h presence... yes
  225. checking for syslog.h... yes
  226. checking pthread.h usability... yes
  227. checking pthread.h presence... yes
  228. checking for pthread.h... yes
  229. checking for multiarch libdir... ${exec_prefix}/lib64
  230. checking for C/C++ restrict keyword... __restrict
  231. checking for an ANSI C-conforming const... yes
  232. checking for inline... inline
  233. checking whether byte ordering is bigendian... no
  234. checking for a supported version of gcc... ok (7)
  235. checking for gcc bug PR27603... ok, bug not present
  236. checking for gcc bug PR26763-2... ok, bug not present
  237. checking for valid code generation of CLI_ISCONTAINED... ok, bug not present
  238. checking for gcc bug PR28045... ok, bug not present
  239. checking for gcc bug PR37573... ok, bug not present
  240. checking for off_t... yes
  241. checking size of short... 2
  242. checking size of int... 4
  243. checking size of long... 8
  244. checking size of long long... 8
  245. checking size of void *... 8
  246. checking for ld --version-script... yes
  247. checking whether uname(2) is POSIX... yes
  248. checking for bind in -lsocket... no
  249. checking for library containing gethostent... none required
  250. checking for poll... yes
  251. checking for setsid... yes
  252. checking for memcpy... yes
  253. checking for snprintf... yes
  254. checking for vsnprintf... yes
  255. checking for strerror_r... yes
  256. checking for strlcpy... (cached) no
  257. checking for strlcat... (cached) no
  258. checking for strcasestr... yes
  259. checking for inet_ntop... yes
  260. checking for setgroups... yes
  261. checking for initgroups... yes
  262. checking for ctime_r... yes
  263. checking for mkstemp... yes
  264. checking for mallinfo... yes
  265. checking for madvise... yes
  266. checking for getnameinfo... yes
  267. checking for strndup... yes
  268. checking for strnlen... yes
  269. checking for strnstr... no
  270. checking for _LARGEFILE_SOURCE value needed for large files... no
  271. checking for working mmap... yes
  272. checking for sysconf(_SC_PAGESIZE)... yes
  273. checking for getpagesize()... yes
  274. checking for MAP_ANON(YMOUS)... MAP_ANONYMOUS
  275. checking for enable_extended_FILE_stdio... no
  276. checking for timegm... yes
  277. checking for sysctlbyname... no
  278. checking for CHECK... no
  279. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  280. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  281. checking for shared library run path origin... done
  282. checking check.h usability... no
  283. checking check.h presence... no
  284. checking for check.h... no
  285. configure: unable to compile/link with check
  286. checking for libxml2 installation... /usr
  287. checking for xml2-config... /usr/bin/xml2-config
  288. checking for xmlreader.h in /usr/include/libxml2/libxml/xmlreader.h... found
  289. CPPFLAGS: -I/usr/include/libxml2
  290. LD_FLAGS: -lxml2 -lz -lm -ldl
  291. checking for xmlTextReaderRead in -lxml2... yes
  292. configure: Compiling and linking with libxml2 from /usr
  293. checking for OpenSSL installation... /usr
  294. checking for CRYPTO_free in -lcrypto... yes
  295. checking for X509_VERIFY_PARAM_new in -lssl... yes
  296. checking for libjson installation... /usr
  297. checking for library containing json_object_object_get_ex... -ljson-c
  298. checking for pcre2-config... /usr/bin/pcre2-config
  299. checking pcre-config version... 10.23
  300. checking for CVE-2017-7186... configure: WARNING: The installed pcre2 version may contain security bugs. Please upgrade to 10.30 or later: http://www.pcre.org.
  301. configure: CFLAGS from pcre-config:
  302. configure: LIBS from pcre-config: -lpcre2-8
  303. configure: Compiling and linking with pcre2 from /usr
  304. checking whether to enable maintainer-specific portions of Makefiles... no
  305. checking for ZLIB... yes
  306. checking how to link with libbz2... -lbz2
  307. checking for BZ2_bzDecompressInit in -lbz2... yes
  308. checking bzlib.h usability... yes
  309. checking bzlib.h presence... yes
  310. checking for bzlib.h... yes
  311. checking for CVE-2008-1372... ok
  312. checking for CVE-2010-0405... ok
  313. checking for getaddrinfo... yes
  314. checking for SYSTEMD... yes
  315. checking for systemd system unit installation directory... /usr/lib/systemd/system
  316. checking ncurses/ncurses.h usability... yes
  317. checking ncurses/ncurses.h presence... yes
  318. checking for ncurses/ncurses.h... yes
  319. checking linking with ncurses... ok
  320. configure: Compiling and linking with ncurses by using -lncurses
  321. checking for llvm-config... no
  322. checking for ctime_r... yes, and it takes 2 arguments
  323. checking for recvmsg... yes
  324. checking for sendmsg... yes
  325. checking for msg_control field in struct msghdr... yes
  326. checking BSD 4.4 / RFC2292 style fd passing... yes
  327. checking for pthread.h... (cached) yes
  328. checking whether in_port_t is defined... yes
  329. checking for in_addr_t definition... yes
  330. checking for sched_yield... yes
  331. checking for pthread_yield... yes
  332. checking for socklen_t... yes
  333. checking for structure packing via __attribute__((packed))... yes
  334. checking for type aligning via __attribute__((aligned))... yes
  335. checking that structure packing works... yes
  336. checking for fd_set... yes, found in sys/select.h
  337. checking default FD_SETSIZE value... 1024
  338. checking stat64... yes
  339. checking whether signed right shift is sign extended... yes
  340. checking LFS safe fts implementation... yes
  341. checking for iconv... yes
  342. checking for working iconv... yes
  343. checking for iconv declaration...
  344. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  345. checking for iconv.h... yes
  346. checking localcharset.h usability... no
  347. checking localcharset.h presence... no
  348. checking for localcharset.h... no
  349. checking for locale_charset... no
  350. checking for locale_charset in -lcharset... no
  351. checking for IPv6 support... yes
  352. checking for resolv.h... yes
  353. checking for dn_expand in std libs... no
  354. checking for dn_expand in -lresolv... yes
  355. checking whether setpgrp takes no argument... yes
  356. checking for libcurl installation... /usr
  357. checking for gawk... (cached) gawk
  358. checking for curl-config... /usr/bin/curl-config
  359. ./configure: line 30024: auto=yes: command not found
  360. checking for curl_easy_init in -lcurl... yes
  361. checking for special C compiler options needed for large files... no
  362. checking for _FILE_OFFSET_BITS value needed for large files... no
  363. checking for gcc... gcc
  364. checking whether we are using the GNU Objective C compiler... no
  365. checking whether gcc accepts -g... no
  366. checking dependency style of gcc... gcc3
  367. checking for sys/int_types.h... (cached) no
  368. checking for inttypes.h... (cached) yes
  369. checking that generated files are newer than configure... done
  370. configure: creating ./config.status
  371. config.status: creating libltdl/Makefile
  372. config.status: creating Makefile
  373. config.status: creating clamav-config
  374. config.status: creating libclamav.pc
  375. config.status: creating platform.h
  376. config.status: creating clamav-types.h
  377. config.status: creating clamav-version.h
  378. config.status: creating clamscan/Makefile
  379. config.status: creating database/Makefile
  380. config.status: creating docs/Makefile
  381. config.status: creating clamd/Makefile
  382. config.status: creating clamd/clamav-daemon.service
  383. config.status: creating clamd/clamav-daemon.socket
  384. config.status: creating clamdscan/Makefile
  385. config.status: creating clamsubmit/Makefile
  386. config.status: creating clamav-milter/Makefile
  387. config.status: creating freshclam/clamav-freshclam.service
  388. config.status: creating freshclam/Makefile
  389. config.status: creating sigtool/Makefile
  390. config.status: creating clamconf/Makefile
  391. config.status: creating etc/Makefile
  392. config.status: creating test/Makefile
  393. config.status: creating unit_tests/Makefile
  394. config.status: creating fuzz/Makefile
  395. config.status: creating clamdtop/Makefile
  396. config.status: creating clambc/Makefile
  397. config.status: creating libfreshclam/Makefile
  398. config.status: creating docs/man/clamav-milter.8
  399. config.status: creating docs/man/clamav-milter.conf.5
  400. config.status: creating docs/man/clambc.1
  401. config.status: creating docs/man/clamconf.1
  402. config.status: creating docs/man/clamd.8
  403. config.status: creating docs/man/clamd.conf.5
  404. config.status: creating docs/man/clamdscan.1
  405. config.status: creating docs/man/clamscan.1
  406. config.status: creating docs/man/freshclam.1
  407. config.status: creating docs/man/freshclam.conf.5
  408. config.status: creating docs/man/sigtool.1
  409. config.status: creating docs/man/clamdtop.1
  410. config.status: creating docs/man/clamsubmit.1
  411. config.status: creating clamonacc/Makefile
  412. config.status: creating clamav-config.h
  413. config.status: clamav-config.h is unchanged
  414. config.status: creating libclammspack/config.h
  415. config.status: libclammspack/config.h is unchanged
  416. config.status: executing depfiles commands
  417. config.status: executing libtool commands
  418. checking that generated files are newer than configure... done
  419. configure: creating ./config.status
  420. config.status: creating libltdl/Makefile
  421. config.status: creating Makefile
  422. config.status: creating clamav-config
  423. config.status: creating libclamav.pc
  424. config.status: creating platform.h
  425. config.status: creating clamav-types.h
  426. config.status: creating clamav-version.h
  427. config.status: creating clamscan/Makefile
  428. config.status: creating database/Makefile
  429. config.status: creating docs/Makefile
  430. config.status: creating clamd/Makefile
  431. config.status: creating clamd/clamav-daemon.service
  432. config.status: creating clamd/clamav-daemon.socket
  433. config.status: creating clamdscan/Makefile
  434. config.status: creating clamsubmit/Makefile
  435. config.status: creating clamav-milter/Makefile
  436. config.status: creating freshclam/clamav-freshclam.service
  437. config.status: creating freshclam/Makefile
  438. config.status: creating sigtool/Makefile
  439. config.status: creating clamconf/Makefile
  440. config.status: creating etc/Makefile
  441. config.status: creating test/Makefile
  442. config.status: creating unit_tests/Makefile
  443. config.status: creating fuzz/Makefile
  444. config.status: creating clamdtop/Makefile
  445. config.status: creating clambc/Makefile
  446. config.status: creating libfreshclam/Makefile
  447. config.status: creating docs/man/clamav-milter.8
  448. config.status: creating docs/man/clamav-milter.conf.5
  449. config.status: creating docs/man/clambc.1
  450. config.status: creating docs/man/clamconf.1
  451. config.status: creating docs/man/clamd.8
  452. config.status: creating docs/man/clamd.conf.5
  453. config.status: creating docs/man/clamdscan.1
  454. config.status: creating docs/man/clamscan.1
  455. config.status: creating docs/man/freshclam.1
  456. config.status: creating docs/man/freshclam.conf.5
  457. config.status: creating docs/man/sigtool.1
  458. config.status: creating docs/man/clamdtop.1
  459. config.status: creating docs/man/clamsubmit.1
  460. config.status: creating clamonacc/Makefile
  461. config.status: creating libclamav/Makefile
  462. config.status: creating clamav-config.h
  463. config.status: clamav-config.h is unchanged
  464. config.status: creating libclammspack/config.h
  465. config.status: libclammspack/config.h is unchanged
  466. config.status: executing depfiles commands
  467. config.status: executing libtool commands
  468. configure: Summary of detected features follows
  469. OS : linux-gnu
  470. pthreads : yes (-lpthread)
  471. configure: Summary of miscellaneous features
  472. check : no (auto)
  473. fanotify : no (disabled)
  474. fdpassing : 1
  475. IPv6 : yes
  476. openssl : /usr
  477. libcurl : /usr
  478. configure: Summary of optional tools
  479. clamdtop : yes (-lncurses)
  480. milter : no (missing libmilter) (disabled)
  481. clamsubmit : yes (libjson-c-dev found at /usr)
  482. clamonacc : yes (auto)
  483. configure: Summary of engine performance features
  484. release mode: yes
  485. llvm : no (disabled)
  486. mempool : yes
  487. configure: Summary of engine detection features
  488. iconv : yes
  489. bzip2 : ok
  490. zlib : yes (from system)
  491. unrar : yes
  492. preclass : yes (libjson-c-dev found at /usr)
  493. pcre : /usr
  494. libmspack : yes (Internal)
  495. libxml2 : yes, from /usr
  496. yara : yes
  497. fts : yes (libc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement