spacepaste

  1.  
  2. $ ./configure
  3. checking for gcc... gcc
  4. checking whether the C compiler works... yes
  5. checking for C compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking for special C compiler options needed for large files... no
  13. checking for _FILE_OFFSET_BITS value needed for large files... no
  14. checking how to run the C preprocessor... gcc -E
  15. checking for a BSD-compatible install... /usr/bin/install -c
  16. checking for ld... /usr/bin/ld
  17. checking for ar... /usr/bin/ar
  18. checking for ranlib... /usr/bin/ranlib
  19. checking for autoconf... /usr/bin/autoconf
  20. checking whether to build shared libraries... yes
  21. checking whether to build static libraries... yes
  22. checking build system type... x86_64-unknown-linux-gnu
  23. checking host system type... x86_64-unknown-linux-gnu
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for ANSI C header files... yes
  27. checking for sys/types.h... yes
  28. checking for sys/stat.h... yes
  29. checking for stdlib.h... yes
  30. checking for string.h... yes
  31. checking for memory.h... yes
  32. checking for strings.h... yes
  33. checking for inttypes.h... yes
  34. checking for stdint.h... yes
  35. checking for unistd.h... yes
  36. checking for stdint.h... (cached) yes
  37. checking ext2fs/ext2_fs.h usability... no
  38. checking ext2fs/ext2_fs.h presence... no
  39. checking for ext2fs/ext2_fs.h... no
  40. checking sys/statfs.h usability... yes
  41. checking sys/statfs.h presence... yes
  42. checking for sys/statfs.h... yes
  43. checking sys/xattr.h usability... yes
  44. checking sys/xattr.h presence... yes
  45. checking for sys/xattr.h... yes
  46. checking sys/param.h usability... yes
  47. checking sys/param.h presence... yes
  48. checking for sys/param.h... yes
  49. checking sys/extattr.h usability... no
  50. checking sys/extattr.h presence... no
  51. checking for sys/extattr.h... no
  52. checking libutil.h usability... no
  53. checking libutil.h presence... no
  54. checking for libutil.h... no
  55. checking for lgetxattr... yes
  56. checking for lsetxattr... yes
  57. checking for getxattr... yes
  58. checking for setxattr... yes
  59. checking for getattrlist... no
  60. checking for setattrlist... no
  61. checking for lchmod... no
  62. checking for lchown... yes
  63. checking for chflags... no
  64. checking for statvfs... yes
  65. checking for statfs... yes
  66. checking for strmode... no
  67. checking for struct statfs.f_fstypename... no
  68. checking for struct statvfs.f_fstypename... no
  69. checking for struct stat.st_flags... no
  70. checking size of uid_t... 4
  71. checking size of gid_t... 4
  72. checking size of ino_t... 8
  73. checking size of dev_t... 8
  74. checking for acl_get_file in -lacl... no
  75. checking for asprintf... yes
  76. checking for xml2-config... /usr/bin/xml2-config
  77. checking for libxml >= 2.6.11... 2.9.4
  78. checking libxml/xmlwriter.h usability... yes
  79. checking libxml/xmlwriter.h presence... yes
  80. checking for libxml/xmlwriter.h... yes
  81. checking openssl/evp.h usability... yes
  82. checking openssl/evp.h presence... yes
  83. checking for openssl/evp.h... yes
  84. checking for OpenSSL_add_all_ciphers in -lcrypto... no
  85. configure: error: Cannot build without libcrypto (OpenSSL)
  86.