Advertisement
andrejpodzimek

courier-authlib configure error

Mar 27th, 2022
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether make supports nested variables... yes
  7. checking for gawk... (cached) gawk
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking whether gcc understands -c and -o together... yes
  18. checking whether make supports the include directive... yes (GNU style)
  19. checking dependency style of gcc... gcc3
  20. checking for gcc option to accept ISO C99... none needed
  21. checking for g++... g++
  22. checking whether we are using the GNU C++ compiler... yes
  23. checking whether g++ accepts -g... yes
  24. checking dependency style of g++... gcc3
  25. checking how to run the C preprocessor... gcc -E
  26. checking whether ln -s works... yes
  27. checking for perl5... no
  28. checking for perl... /usr/bin/perl
  29. checking for sysconftool...... ././sysconftool
  30. checking build system type... x86_64-pc-linux-gnu
  31. checking host system type... x86_64-pc-linux-gnu
  32. checking how to print strings... printf
  33. checking for a sed that does not truncate output... /usr/bin/sed
  34. checking for grep that handles long lines and -e... /usr/bin/grep
  35. checking for egrep... /usr/bin/grep -E
  36. checking for fgrep... /usr/bin/grep -F
  37. checking for ld used by gcc... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  40. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  41. checking the maximum length of command line arguments... 1572864
  42. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  43. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  44. checking for /usr/bin/ld option to reload object files... -r
  45. checking for objdump... objdump
  46. checking how to recognize dependent libraries... pass_all
  47. checking for dlltool... no
  48. checking how to associate runtime and link libraries... printf %s\n
  49. checking for ar... ar
  50. checking for archiver @FILE support... @
  51. checking for strip... strip
  52. checking for ranlib... ranlib
  53. checking command to parse /usr/bin/nm -B output from gcc object... ok
  54. checking for sysroot... no
  55. checking for a working dd... /usr/bin/dd
  56. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  57. checking for mt... no
  58. checking if : is a manifest tool... no
  59. checking for ANSI C header files... yes
  60. checking for sys/types.h... yes
  61. checking for sys/stat.h... yes
  62. checking for stdlib.h... yes
  63. checking for string.h... yes
  64. checking for memory.h... yes
  65. checking for strings.h... yes
  66. checking for inttypes.h... yes
  67. checking for stdint.h... yes
  68. checking for unistd.h... yes
  69. checking for dlfcn.h... yes
  70. checking for objdir... .libs
  71. checking if gcc supports -fno-rtti -fno-exceptions... no
  72. checking for gcc option to produce PIC... -fPIC -DPIC
  73. checking if gcc PIC flag -fPIC -DPIC works... yes
  74. checking if gcc static flag -static works... yes
  75. checking if gcc supports -c -o file.o... yes
  76. checking if gcc supports -c -o file.o... (cached) yes
  77. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  78. checking whether -lc should be explicitly linked in... no
  79. checking dynamic linker characteristics... GNU/Linux ld.so
  80. checking how to hardcode library paths into programs... immediate
  81. checking for shl_load... no
  82. checking for shl_load in -ldld... no
  83. checking for dlopen... yes
  84. checking whether a program can dlopen itself... yes
  85. checking whether a statically linked program can dlopen itself... no
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... yes
  90. checking how to run the C++ preprocessor... g++ -E
  91. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  92. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  93. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  94. checking for g++ option to produce PIC... -fPIC -DPIC
  95. checking if g++ PIC flag -fPIC -DPIC works... yes
  96. checking if g++ static flag -static works... yes
  97. checking if g++ supports -c -o file.o... yes
  98. checking if g++ supports -c -o file.o... (cached) yes
  99. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  101. checking how to hardcode library paths into programs... immediate
  102. checking what extension is used for runtime loadable modules... .so
  103. checking what variable specifies run-time module search path... LD_LIBRARY_PATH
  104. checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/lib/R/lib /usr/lib/courier-authlib /opt/cuda/lib64 /opt/cuda/nvvm/lib64 /opt/cuda/extras/CUPTI/lib64 /usr/lib/libfakeroot /opt/intel/mkl/lib/intel64 /opt/intel/mkl/lib/i /opt/rocm-5.0.0/opencl/lib /opt/rocm-5.0.0/lib /usr/lib/opencollada /usr/lib/openmpi /usr/lib/perf /opt/picoscope/lib
  105. checking for library containing dlopen... no
  106. checking for dlopen in -lsvld... no
  107. checking for shl_load... (cached) no
  108. checking for shl_load in -ldld... (cached) no
  109. checking for dld_link in -ldld... no
  110. checking for _ prefix in compiled symbols... no
  111. checking whether deplibs are loaded by dlopen... yes
  112. checking for argz.h... no
  113. checking for error_t... no
  114. checking for argz_add... no
  115. checking for argz_append... no
  116. checking for argz_count... no
  117. checking for argz_create_sep... no
  118. checking for argz_insert... no
  119. checking for argz_next... no
  120. checking for argz_stringify... no
  121. checking whether libtool supports -dlopen/-dlpreopen... yes
  122. checking for ltdl.h... no
  123. checking where to find libltdl headers... -I$(top_srcdir)/libltdl
  124. checking where to find libltdl library... $(top_build_prefix)libltdl/libltdlc.la
  125. checking for unistd.h... (cached) yes
  126. checking for dl.h... no
  127. checking for sys/dl.h... no
  128. checking for dld.h... no
  129. checking for mach-o/dyld.h... no
  130. checking for dirent.h... no
  131. checking for closedir... no
  132. checking for opendir... no
  133. checking for readdir... no
  134. checking for strlcat... no
  135. checking for strlcpy... no
  136. checking for perl5... no
  137. checking for perl... /usr/bin/perl
  138. checking for courier-config... /usr/bin/courier-config
  139. checking for ltdl.h... (cached) no
  140. configure: error: Unable to find ltdl.h. Please install Libtool's ltdl library
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement