Advertisement
Guest User

Untitled

a guest
May 9th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.36 KB | None | 0 0
  1. [/opt/tmp/proftpd] # tar -xzf proftpd-1.3.8.tar.gz
  2. [/opt/tmp/proftpd] # cd proftpd-1.3.8
  3. [/opt/tmp/proftpd/proftpd-1.3.8] # ./configure --with-modules=mod_tls --prefix=/opt --with-lastlog --enable-dso
  4. checking build system type... x86_64-pc-linux-gnu
  5. checking host system type... x86_64-pc-linux-gnu
  6. checking target system type... x86_64-pc-linux-gnu
  7. checking for gcc... gcc
  8. checking whether the C compiler works... yes
  9. checking for C compiler default output file name... a.out
  10. checking for suffix of executables...
  11. checking whether we are cross compiling... no
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ISO C89... none needed
  16. checking for a sed that does not truncate output... /opt/bin/sed
  17. checking for grep that handles long lines and -e... /opt/bin/grep
  18. checking for egrep... /opt/bin/grep -E
  19. checking for fgrep... /opt/bin/grep -F
  20. checking for ld used by gcc... /opt/bin/ld
  21. checking if the linker (/opt/bin/ld) is GNU ld... yes
  22. checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B
  23. checking the name lister (/opt/bin/nm -B) interface... BSD nm
  24. checking whether ln -s works... yes
  25. checking the maximum length of command line arguments... 32768
  26. checking whether the shell understands some XSI constructs... yes
  27. checking whether the shell understands "+="... yes
  28. checking for /opt/bin/ld option to reload object files... -r
  29. checking for objdump... objdump
  30. checking how to recognize dependent libraries... pass_all
  31. checking for ar... ar
  32. checking for strip... strip
  33. checking for ranlib... ranlib
  34. checking command to parse /opt/bin/nm -B output from gcc object... ok
  35. ./configure: line 5879: /usr/bin/file: No such file or directory
  36. checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
  48. checking for objdir... .libs
  49. checking if gcc supports -fno-rtti -fno-exceptions... no
  50. checking for gcc option to produce PIC... -fPIC -DPIC
  51. checking if gcc PIC flag -fPIC -DPIC works... yes
  52. checking if gcc static flag -static works... no
  53. checking if gcc supports -c -o file.o... yes
  54. checking if gcc supports -c -o file.o... (cached) yes
  55. checking whether the gcc linker (/opt/bin/ld) supports shared libraries... yes
  56. checking whether -lc should be explicitly linked in... no
  57. checking dynamic linker characteristics... GNU/Linux ld.so
  58. checking how to hardcode library paths into programs... immediate
  59. checking for shl_load... no
  60. checking for shl_load in -ldld... no
  61. checking for dlopen... no
  62. checking for dlopen in -ldl... yes
  63. checking whether a program can dlopen itself... yes
  64. checking whether a statically linked program can dlopen itself... yes
  65. checking whether stripping libraries is possible... yes
  66. checking if libtool supports shared libraries... yes
  67. checking whether to build shared libraries... yes
  68. checking whether to build static libraries... yes
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking for g++... g++
  74. checking whether we are using the GNU C++ compiler... yes
  75. checking whether g++ accepts -g... yes
  76. checking whether we are using the GNU C++ compiler... (cached) yes
  77. checking whether g++ accepts -g... (cached) yes
  78. checking whether make sets $(MAKE)... yes
  79. checking for a BSD-compatible install... /opt/bin/install -c
  80. checking for special C compiler options needed for large files... no
  81. checking for _FILE_OFFSET_BITS value needed for large files... no
  82. checking whether the C compiler accepts -Wall... yes
  83. checking whether the C compiler accepts -fno-omit-frame-pointer... yes
  84. checking whether the C compiler accepts -fno-strict-aliasing... yes
  85. checking for getopt... yes
  86. checking getopt.h usability... yes
  87. checking getopt.h presence... yes
  88. checking for getopt.h... yes
  89. checking for getopt_long... yes
  90. checking lastlog.h usability... yes
  91. checking lastlog.h presence... yes
  92. checking for lastlog.h... yes
  93. checking paths.h usability... yes
  94. checking paths.h presence... yes
  95. checking for paths.h... yes
  96. checking for LASTLOG_FILE... no
  97. checking for _PATH_LASTLOG... yes
  98. checking which extension is used for runtime loadable modules... .so
  99. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  100. checking for the default library search path... /lib /usr/lib /lib /usr/lib /usr/local/lib
  101. checking for library containing dlopen... -ldl
  102. checking for dlerror... yes
  103. checking for shl_load... (cached) no
  104. checking for shl_load in -ldld... (cached) no
  105. checking for dld_link in -ldld... no
  106. checking for _ prefix in compiled symbols... no
  107. checking whether deplibs are loaded by dlopen... yes
  108. checking for argz.h... yes
  109. checking for error_t... yes
  110. checking for argz_add... yes
  111. checking for argz_append... yes
  112. checking for argz_count... yes
  113. checking for argz_create_sep... yes
  114. checking for argz_insert... yes
  115. checking for argz_next... yes
  116. checking for argz_stringify... yes
  117. checking if argz actually works... yes
  118. checking whether libtool supports -dlopen/-dlpreopen... yes
  119. checking for ltdl.h... yes
  120. checking whether lt_dlinterface_register is declared... yes
  121. checking for lt_dladvise_preload in -lltdl... yes
  122. checking where to find libltdl headers...
  123. checking where to find libltdl library... -lltdl
  124. checking for unistd.h... (cached) yes
  125. checking for dl.h... no
  126. checking for sys/dl.h... no
  127. checking for dld.h... no
  128. checking for mach-o/dyld.h... no
  129. checking for dirent.h... yes
  130. checking for closedir... yes
  131. checking for opendir... yes
  132. checking for readdir... yes
  133. checking for strlcat... no
  134. checking for strlcpy... no
  135. checking for standalone crypt... no
  136. checking for crypt in -lcrypt... yes
  137. checking for standalone gethostbyname... yes
  138. checking for standalone inet_aton... yes
  139. checking for standalone nsl functions... yes
  140. checking for standalone socket functions... yes
  141. checking for _pw_stayopen variable... no
  142. checking krb.h usability... no
  143. checking krb.h presence... no
  144. checking for krb.h... no
  145. checking login.h usability... no
  146. checking login.h presence... no
  147. checking for login.h... no
  148. checking prot.h usability... no
  149. checking prot.h presence... no
  150. checking for prot.h... no
  151. checking usersec.h usability... no
  152. checking usersec.h presence... no
  153. checking for usersec.h... no
  154. checking sys/audit.h usability... no
  155. checking sys/audit.h presence... no
  156. checking for sys/audit.h... no
  157. checking hpsecurity.h usability... no
  158. checking hpsecurity.h presence... no
  159. checking for hpsecurity.h... no
  160. checking for hpsecurity.h workaround... no
  161. checking for AIX authenticate... no
  162. checking for AIX loginfailed... no
  163. checking for AIX loginsuccess... no
  164. checking for dirent.h that defines DIR... yes
  165. checking for library containing opendir... none required
  166. checking for ANSI C header files... (cached) yes
  167. checking for sys/wait.h that is POSIX.1 compatible... yes
  168. checking fcntl.h usability... yes
  169. checking fcntl.h presence... yes
  170. checking for fcntl.h... yes
  171. checking signal.h usability... yes
  172. checking signal.h presence... yes
  173. checking for signal.h... yes
  174. checking linux/prctl.h usability... yes
  175. checking linux/prctl.h presence... yes
  176. checking for linux/prctl.h... yes
  177. checking sys/ioctl.h usability... yes
  178. checking sys/ioctl.h presence... yes
  179. checking for sys/ioctl.h... yes
  180. checking sys/prctl.h usability... yes
  181. checking sys/prctl.h presence... yes
  182. checking for sys/prctl.h... yes
  183. checking sys/resource.h usability... yes
  184. checking sys/resource.h presence... yes
  185. checking for sys/resource.h... yes
  186. checking sys/time.h usability... yes
  187. checking sys/time.h presence... yes
  188. checking for sys/time.h... yes
  189. checking junistd.h usability... no
  190. checking junistd.h presence... no
  191. checking for junistd.h... no
  192. checking for memory.h... (cached) yes
  193. checking shadow.h usability... yes
  194. checking shadow.h presence... yes
  195. checking for shadow.h... yes
  196. checking for struct spwd.sp_warn... yes
  197. checking for struct spwd.sp_inact... yes
  198. checking for struct spwd.sp_expire... yes
  199. checking for security/pam_appl.h... yes
  200. checking for security/pam_modules.h... yes
  201. checking for pam/pam_appl.h... no
  202. checking for pam_start in -lpam... yes
  203. checking linux/capability.h usability... yes
  204. checking linux/capability.h presence... yes
  205. checking for linux/capability.h... yes
  206. checking sys/capability.h usability... yes
  207. checking sys/capability.h presence... yes
  208. checking for sys/capability.h... yes
  209. checking for cap_init in -lcap2... no
  210. checking for cap_init in -lcap... yes
  211. checking whether to enable mod_cap... yes
  212. checking bstring.h usability... no
  213. checking bstring.h presence... no
  214. checking for bstring.h... no
  215. checking crypt.h usability... yes
  216. checking crypt.h presence... yes
  217. checking for crypt.h... yes
  218. checking ctype.h usability... yes
  219. checking ctype.h presence... yes
  220. checking for ctype.h... yes
  221. checking execinfo.h usability... yes
  222. checking execinfo.h presence... yes
  223. checking for execinfo.h... yes
  224. checking iconv.h usability... yes
  225. checking iconv.h presence... yes
  226. checking for iconv.h... yes
  227. checking for inttypes.h... (cached) yes
  228. checking langinfo.h usability... yes
  229. checking langinfo.h presence... yes
  230. checking for langinfo.h... yes
  231. checking limits.h usability... yes
  232. checking limits.h presence... yes
  233. checking for limits.h... yes
  234. checking locale.h usability... yes
  235. checking locale.h presence... yes
  236. checking for locale.h... yes
  237. checking sasl/sasl.h usability... yes
  238. checking sasl/sasl.h presence... yes
  239. checking for sasl/sasl.h... yes
  240. checking for string.h... (cached) yes
  241. checking for strings.h... (cached) yes
  242. checking stropts.h usability... yes
  243. checking stropts.h presence... yes
  244. checking for stropts.h... yes
  245. checking sys/file.h usability... yes
  246. checking sys/file.h presence... yes
  247. checking for sys/file.h... yes
  248. checking sys/mman.h usability... yes
  249. checking sys/mman.h presence... yes
  250. checking for sys/mman.h... yes
  251. checking for sys/types.h... (cached) yes
  252. checking sys/ucred.h usability... no
  253. checking sys/ucred.h presence... no
  254. checking for sys/ucred.h... no
  255. checking sys/uio.h usability... yes
  256. checking sys/uio.h presence... yes
  257. checking for sys/uio.h... yes
  258. checking sys/socket.h usability... yes
  259. checking sys/socket.h presence... yes
  260. checking for sys/socket.h... yes
  261. checking for net/if.h... yes
  262. checking ifaddrs.h usability... yes
  263. checking ifaddrs.h presence... yes
  264. checking for ifaddrs.h... yes
  265. checking for sys/param.h... yes
  266. checking for sys/mount.h... yes
  267. checking netdb.h usability... yes
  268. checking netdb.h presence... yes
  269. checking for netdb.h... yes
  270. checking netinet/in.h usability... yes
  271. checking netinet/in.h presence... yes
  272. checking for netinet/in.h... yes
  273. checking whether netdb.h requires _USE_IRS... no
  274. checking for netinet/in_systm.h... yes
  275. checking for netinet/ip.h... yes
  276. checking netinet/tcp.h usability... yes
  277. checking netinet/tcp.h presence... yes
  278. checking for netinet/tcp.h... yes
  279. checking arpa/inet.h usability... yes
  280. checking arpa/inet.h presence... yes
  281. checking for arpa/inet.h... yes
  282. checking idn2.h usability... yes
  283. checking idn2.h presence... yes
  284. checking for idn2.h... yes
  285. checking idna.h usability... yes
  286. checking idna.h presence... yes
  287. checking for idna.h... yes
  288. checking libintl.h usability... yes
  289. checking libintl.h presence... yes
  290. checking for libintl.h... yes
  291. checking regex.h usability... yes
  292. checking regex.h presence... yes
  293. checking for regex.h... yes
  294. checking for sys/stat.h... (cached) yes
  295. checking errno.h usability... yes
  296. checking errno.h presence... yes
  297. checking for errno.h... yes
  298. checking sys/termios.h usability... yes
  299. checking sys/termios.h presence... yes
  300. checking for sys/termios.h... yes
  301. checking sys/termio.h usability... no
  302. checking sys/termio.h presence... no
  303. checking for sys/termio.h... no
  304. checking sys/statfs.h usability... yes
  305. checking sys/statfs.h presence... yes
  306. checking for sys/statfs.h... yes
  307. checking sys/statvfs.h usability... yes
  308. checking sys/statvfs.h presence... yes
  309. checking for sys/statvfs.h... yes
  310. checking sys/un.h usability... yes
  311. checking sys/un.h presence... yes
  312. checking for sys/un.h... yes
  313. checking sys/vfs.h usability... yes
  314. checking sys/vfs.h presence... yes
  315. checking for sys/vfs.h... yes
  316. checking sys/select.h usability... yes
  317. checking sys/select.h presence... yes
  318. checking for sys/select.h... yes
  319. checking termios.h usability... yes
  320. checking termios.h presence... yes
  321. checking for termios.h... yes
  322. checking for dirent.h... (cached) yes
  323. checking ndir.h usability... no
  324. checking ndir.h presence... no
  325. checking for ndir.h... no
  326. checking sys/ndir.h usability... no
  327. checking sys/ndir.h presence... no
  328. checking for sys/ndir.h... no
  329. checking sys/dir.h usability... yes
  330. checking sys/dir.h presence... yes
  331. checking for sys/dir.h... yes
  332. checking vmsdir.h usability... no
  333. checking vmsdir.h presence... no
  334. checking for vmsdir.h... no
  335. checking ucred.h usability... no
  336. checking ucred.h presence... no
  337. checking for ucred.h... no
  338. checking ucontext.h usability... yes
  339. checking ucontext.h presence... yes
  340. checking for ucontext.h... yes
  341. checking utime.h usability... yes
  342. checking utime.h presence... yes
  343. checking for utime.h... yes
  344. checking utmpx.h usability... yes
  345. checking utmpx.h presence... yes
  346. checking for utmpx.h... yes
  347. checking syslog.h usability... yes
  348. checking syslog.h presence... yes
  349. checking for syslog.h... yes
  350. checking curses.h usability... yes
  351. checking curses.h presence... yes
  352. checking for curses.h... yes
  353. checking ncurses.h usability... yes
  354. checking ncurses.h presence... yes
  355. checking for ncurses.h... yes
  356. checking for tzname global variable... yes
  357. checking for an ANSI C-conforming const... yes
  358. checking for inline... inline
  359. checking for uid_t in sys/types.h... yes
  360. checking for pid_t... yes
  361. checking for size_t... yes
  362. checking for mode_t... yes
  363. checking for off_t... yes
  364. checking for u_int8_t... yes
  365. checking for u_int16_t... yes
  366. checking for u_int32_t... yes
  367. checking type of array argument to getgroups... gid_t
  368. checking whether the getgrouplist(3) function takes ints... no
  369. checking whether time.h and sys/time.h may both be included... yes
  370. checking whether struct tm is in sys/time.h or time.h... time.h
  371. checking size of short... 2
  372. checking size of int... 4
  373. checking size of long... 8
  374. checking size of long long... 8
  375. checking size of off_t... 8
  376. checking size of size_t... 8
  377. checking size of time_t... 8
  378. checking size of char *... 8
  379. checking size of void *... 8
  380. checking size of uid_t... 4
  381. checking size of gid_t... 4
  382. checking for mode_t... (cached) yes
  383. checking for ino_t... yes
  384. checking for intptr_t... yes
  385. checking for socklen_t... yes
  386. checking utmp.h usability... yes
  387. checking utmp.h presence... yes
  388. checking for utmp.h... yes
  389. checking whether struct utmp has ut_user... no
  390. checking whether struct utmp has ut_host... yes
  391. checking whether struct utmp has ut_exit... yes
  392. checking whether syslog.h defines LOG_CRON... yes
  393. checking whether syslog.h defines LOG_FTP... yes
  394. checking for d_fd in DIR structure... no
  395. checking for dd_fd in DIR structure... no
  396. checking for __dd_fd in DIR structure... no
  397. checking for working alloca.h... yes
  398. checking for alloca... yes
  399. checking for alloca in -lucb... no
  400. checking whether gcc needs -traditional... no
  401. checking return type of signal handlers... void
  402. checking for vprintf... yes
  403. checking for _doprnt... no
  404. checking for bcopy... yes
  405. checking for crypt... yes
  406. checking for ctime_r... yes
  407. checking for fdatasync... yes
  408. checking for fgetspent... yes
  409. checking for flock... yes
  410. checking for fpathconf... yes
  411. checking for freeaddrinfo... yes
  412. checking for fsync... yes
  413. checking for futimes... yes
  414. checking for getifaddrs... yes
  415. checking for getpgid... yes
  416. checking for getpgrp... yes
  417. checking for gmtime_r... yes
  418. checking for localtime_r... yes
  419. checking for mkdtemp... yes
  420. checking for nl_langinfo... yes
  421. checking for gai_strerror... yes
  422. checking for iconv... yes
  423. checking for idn2_to_ascii_8z... yes
  424. checking for idna_to_ascii_8z... yes
  425. checking for dirfd... yes
  426. checking for getaddrinfo... yes
  427. checking for getcwd... yes
  428. checking for getenv... yes
  429. checking for getgrouplist... yes
  430. checking for getgroups... yes
  431. checking for getgrset... no
  432. checking for gethostbyname2... yes
  433. checking for gethostname... yes
  434. checking for getnameinfo... yes
  435. checking for gettimeofday... yes
  436. checking for hstrerror... yes
  437. checking for inet_aton... yes
  438. checking for inet_ntop... yes
  439. checking for inet_pton... yes
  440. checking for initgroups... yes
  441. checking for loginrestrictions... no
  442. checking for explicit_bzero... yes
  443. checking for memcpy... yes
  444. checking for mempcpy... yes
  445. checking for memset_s... no
  446. checking for mkdir... yes
  447. checking for mkstemp... yes
  448. checking for mlock... yes
  449. checking for mlockall... yes
  450. checking for munlock... yes
  451. checking for munlockall... yes
  452. checking for pathconf... yes
  453. checking for posix_fadvise... yes
  454. checking for pread... yes
  455. checking for prctl... yes
  456. checking for putenv... yes
  457. checking for pwrite... yes
  458. checking for random... yes
  459. checking for regcomp... yes
  460. checking for rmdir... yes
  461. checking for select... yes
  462. checking for setgroups... yes
  463. checking for socket... yes
  464. checking for srandom... yes
  465. checking for statfs... yes
  466. checking for strchr... yes
  467. checking for strcoll... yes
  468. checking for strerror... yes
  469. checking for timingsafe_bcmp... no
  470. checking for strlcat... (cached) no
  471. checking for strlcpy... (cached) no
  472. checking for strsep... yes
  473. checking for strtod... yes
  474. checking for strtof... yes
  475. checking for strtol... yes
  476. checking for strtoll... yes
  477. checking for strtoull... yes
  478. checking for setprotoent... yes
  479. checking for setspent... yes
  480. checking for endprotoent... yes
  481. checking for vsnprintf... yes
  482. checking for snprintf... yes
  483. checking for setsid... yes
  484. checking for setgroupent... no
  485. checking for seteuid... yes
  486. checking for setegid... yes
  487. checking for setenv... yes
  488. checking for setpgid... yes
  489. checking for siginterrupt... yes
  490. checking for tzset... yes
  491. checking for uname... yes
  492. checking for unsetenv... yes
  493. checking for setpassent... no
  494. checking for struct cmsgcred.cmcred_uid... no
  495. checking for struct sockcred.sc_uid... no
  496. checking for struct sockpeercred.uid... no
  497. checking for struct sockaddr_in.sin_len... no
  498. checking for struct statfs.f_fstypename... no
  499. checking for struct statfs.f_type... yes
  500. checking whether struct addrinfo is defined... yes
  501. checking whether struct sockaddr_storage is defined... yes
  502. checking whether ss_family is defined... yes
  503. checking whether ss_len is defined... no
  504. checking whether __ss_len is defined... no
  505. checking sys/acl.h usability... yes
  506. checking sys/acl.h presence... yes
  507. checking for sys/acl.h... yes
  508. checking acl/libacl.h usability... yes
  509. checking acl/libacl.h presence... yes
  510. checking for acl/libacl.h... yes
  511. checking for perm_copy_fd in -lacl... yes
  512. checking which POSIX ACL implementation to use... none
  513. checking which sendfile() implementation to use... Linux
  514. checking sys/sendfile.h usability... yes
  515. checking sys/sendfile.h presence... yes
  516. checking for sys/sendfile.h... yes
  517. checking sys/extattr.h usability... no
  518. checking sys/extattr.h presence... no
  519. checking for sys/extattr.h... no
  520. checking sys/xattr.h usability... yes
  521. checking sys/xattr.h presence... yes
  522. checking for sys/xattr.h... yes
  523. checking attr/xattr.h usability... no
  524. checking attr/xattr.h presence... no
  525. checking for attr/xattr.h... no
  526. checking for setxattr in -lattr... yes
  527. checking for lgetxattr... yes
  528. checking for llistxattr... no
  529. checking for lremovexattr... yes
  530. checking for lsetxattr... no
  531. checking whether setgrent returns void... yes
  532. checking for initscr in -lcurses... yes
  533. checking for halfdelay in -ltinfo... no
  534. checking for initscr in -lncurses... yes
  535. checking for halfdelay in -ltinfo... (cached) no
  536. checking for setproctitle... no
  537. checking libutil.h usability... no
  538. checking libutil.h presence... no
  539. checking for libutil.h... no
  540. checking for setproctitle in -lutil... no
  541. checking sys/pstat.h usability... no
  542. checking sys/pstat.h presence... no
  543. checking for sys/pstat.h... no
  544. checking whether __progname and __progname_full are available... yes
  545. checking which argv replacement method to use... writeable
  546. checking for backtrace in -lexecinfo... no
  547. checking for execinfo.h... (cached) yes
  548. checking for ucontext.h... (cached) yes
  549. checking for backtrace... yes
  550. checking for backtrace_symbols... yes
  551. checking whether printf supports %llu format... yes
  552. checking for duplicate module build requests... no
  553. checking whether OpenSSL is compiled with FIPS support... no
  554. checking whether linking with OpenSSL functions succeeds... no
  555. checking whether linking with OpenSSL functions requires -ldl... no
  556. checking whether linking with OpenSSL functions requires -lz... no
  557. checking whether OpenSSL has complete ECC support... yes
  558. checking whether OpenSSL has EVP_CipherInit_ex support... yes
  559. checking whether OpenSSL has ALPN support... yes
  560. checking whether OpenSSL has NPN support... yes
  561. checking whether OpenSSL has OCSP support... yes
  562. checking whether OpenSSL has SSL num tickets support... yes
  563. checking whether OpenSSL has SSL read ahead support... yes
  564. checking whether OpenSSL has SSL session ID context set support... yes
  565. checking whether OpenSSL has SSL session ticket callback support... yes
  566. configure: creating ./config.status
  567. config.status: creating contrib/Makefile
  568. config.status: creating include/Makefile
  569. config.status: creating lib/Makefile
  570. config.status: creating locale/Makefile
  571. config.status: creating modules/Makefile
  572. config.status: creating src/Makefile
  573. config.status: creating src/prxs
  574. config.status: creating src/ftpdctl.8
  575. config.status: creating src/proftpd.8
  576. config.status: creating src/proftpd.conf.5
  577. config.status: creating src/xferlog.5
  578. config.status: creating tests/Makefile
  579. config.status: creating utils/Makefile
  580. config.status: creating utils/ftpcount.1
  581. config.status: creating utils/ftpscrub.8
  582. config.status: creating utils/ftpshut.8
  583. config.status: creating utils/ftptop.1
  584. config.status: creating utils/ftpwho.1
  585. config.status: creating Makefile
  586. config.status: creating Make.rules
  587. config.status: creating config.h
  588. config.status: executing libtool commands
  589. config.status: executing default commands
  590. === configuring in lib/libltdl (/opt/tmp/proftpd/proftpd-1.3.8/lib/libltdl)
  591. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/opt' '--with-modules=mod_tls' '--with-lastlog' '--enable-dso' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  592. checking for a BSD-compatible install... /opt/bin/install -c
  593. checking whether build environment is sane... yes
  594. checking for a thread-safe mkdir -p... config/install-sh -c -d
  595. checking for gawk... gawk
  596. checking whether make sets $(MAKE)... yes
  597. checking build system type... x86_64-pc-linux-gnu
  598. checking host system type... x86_64-pc-linux-gnu
  599. checking for style of include used by make... GNU
  600. checking for gcc... gcc
  601. checking for C compiler default output file name... a.out
  602. checking whether the C compiler works... yes
  603. checking whether we are cross compiling... no
  604. checking for suffix of executables...
  605. checking for suffix of object files... o
  606. checking whether we are using the GNU C compiler... yes
  607. checking whether gcc accepts -g... yes
  608. checking for gcc option to accept ISO C89... none needed
  609. checking dependency style of gcc... gcc3
  610. checking for a sed that does not truncate output... /opt/bin/sed
  611. checking for grep that handles long lines and -e... /opt/bin/grep
  612. checking for egrep... /opt/bin/grep -E
  613. checking for fgrep... /opt/bin/grep -F
  614. checking for ld used by gcc... /opt/bin/ld
  615. checking if the linker (/opt/bin/ld) is GNU ld... yes
  616. checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B
  617. checking the name lister (/opt/bin/nm -B) interface... BSD nm
  618. checking whether ln -s works... yes
  619. checking the maximum length of command line arguments... 32768
  620. checking whether the shell understands some XSI constructs... yes
  621. checking whether the shell understands "+="... yes
  622. checking for /opt/bin/ld option to reload object files... -r
  623. checking for objdump... objdump
  624. checking how to recognize dependent libraries... pass_all
  625. checking for ar... ar
  626. checking for strip... strip
  627. checking for ranlib... ranlib
  628. checking command to parse /opt/bin/nm -B output from gcc object... ok
  629. ./configure: line 5563: /usr/bin/file: No such file or directory
  630. checking how to run the C preprocessor... gcc -E
  631. checking for ANSI C header files... yes
  632. checking for sys/types.h... yes
  633. checking for sys/stat.h... yes
  634. checking for stdlib.h... yes
  635. checking for string.h... yes
  636. checking for memory.h... yes
  637. checking for strings.h... yes
  638. checking for inttypes.h... yes
  639. checking for stdint.h... yes
  640. checking for unistd.h... yes
  641. checking for dlfcn.h... yes
  642. checking for objdir... .libs
  643. checking if gcc supports -fno-rtti -fno-exceptions... no
  644. checking for gcc option to produce PIC... -fPIC -DPIC
  645. checking if gcc PIC flag -fPIC -DPIC works... yes
  646. checking if gcc static flag -static works... no
  647. checking if gcc supports -c -o file.o... yes
  648. checking if gcc supports -c -o file.o... (cached) yes
  649. checking whether the gcc linker (/opt/bin/ld) supports shared libraries... yes
  650. checking whether -lc should be explicitly linked in... no
  651. checking dynamic linker characteristics... GNU/Linux ld.so
  652. checking how to hardcode library paths into programs... immediate
  653. checking for shl_load... no
  654. checking for shl_load in -ldld... no
  655. checking for dlopen... no
  656. checking for dlopen in -ldl... yes
  657. checking whether a program can dlopen itself... yes
  658. checking whether a statically linked program can dlopen itself... yes
  659. checking whether stripping libraries is possible... yes
  660. checking if libtool supports shared libraries... yes
  661. checking whether to build shared libraries... yes
  662. checking whether to build static libraries... yes
  663. checking which extension is used for runtime loadable modules... .so
  664. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  665. checking for the default library search path... /lib /usr/lib /lib /usr/lib /usr/local/lib
  666. checking for library containing dlopen... -ldl
  667. checking for dlerror... yes
  668. checking for shl_load... (cached) no
  669. checking for shl_load in -ldld... (cached) no
  670. checking for dld_link in -ldld... no
  671. checking for _ prefix in compiled symbols... no
  672. checking whether deplibs are loaded by dlopen... yes
  673. checking for argz.h... yes
  674. checking for error_t... yes
  675. checking for argz_add... yes
  676. checking for argz_append... yes
  677. checking for argz_count... yes
  678. checking for argz_create_sep... yes
  679. checking for argz_insert... yes
  680. checking for argz_next... yes
  681. checking for argz_stringify... yes
  682. checking if argz actually works... yes
  683. checking whether libtool supports -dlopen/-dlpreopen... yes
  684. checking for unistd.h... (cached) yes
  685. checking for dl.h... no
  686. checking for sys/dl.h... no
  687. checking for dld.h... no
  688. checking for mach-o/dyld.h... no
  689. checking for dirent.h... yes
  690. checking for closedir... yes
  691. checking for opendir... yes
  692. checking for readdir... yes
  693. checking for strlcat... no
  694. checking for strlcpy... no
  695. configure: creating ./config.status
  696. config.status: creating Makefile
  697. config.status: creating config.h
  698. config.status: executing depfiles commands
  699. config.status: executing libtool commands
  700.  
  701. --------------
  702. Build Summary
  703. --------------
  704. Building the following static modules:
  705. mod_auth_pam
  706. mod_tls
  707. mod_cap
  708.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement