Advertisement
Guest User

Untitled

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