Advertisement
Guest User

Makefile Error

a guest
Aug 9th, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.45 KB | None | 0 0
  1. We will now ask you a number of questions. You can just press ENTER to accept the defaults!
  2.  
  3.  
  4. In what directory do you want to install UnrealIRCd?
  5. (Note: UnrealIRCd 5 will need to be installed somewhere.
  6. If this directory does not exist it will be created.)
  7. [/home/ubuntu/unrealircd] ->
  8.  
  9. What should the default permissions for your configuration files be? (Set this to 0 to disable)
  10. It is strongly recommended that you use 0600 to prevent unwanted reading of the file
  11. [0600] ->
  12.  
  13. If you want, you can manually enter the path to OpenSSL/LibreSSL here.
  14. In most cases you can leave this blank and it will be detected automatically.
  15. [] ->
  16.  
  17. Do you want to enable remote includes?
  18. This allows stuff like this in your configuration file:
  19. include "https://www.somesite.org/files/opers.conf";
  20. [Yes] ->
  21.  
  22. Do you want me to automatically download and install curl for you?
  23. [Yes] ->
  24.  
  25. Do you want to enable prefixes for chanadmin and chanowner?
  26. This will give +a the & prefix and ~ for +q (just like +o is @)
  27. Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,
  28. PJIRC, irssi, CGI:IRC, etc.)
  29. This feature should be enabled/disabled network-wide.
  30. [Yes] ->
  31.  
  32. How far back do you want to keep the nickname history?
  33. [2000] ->
  34.  
  35.  
  36. What is the maximum number of sockets (and file descriptors) that
  37. UnrealIRCd may use?
  38. It is recommended to leave this at the default setting 'auto',
  39. which at present results in a limit of up to 16384, depending on
  40. the system. When you boot UnrealIRCd later you will always see
  41. the effective limit.
  42. [auto] ->
  43.  
  44. Would you like to pass any custom parameters to configure?
  45. Most people don't need this and can just press ENTER.
  46. Otherwise, see `./configure --help' and write them here:
  47. [] ->
  48. --2021-08-09 23:10:30-- https://www.unrealircd.org/files/curl-latest.tar.gz
  49. Resolving www.unrealircd.org (www.unrealircd.org)... 3.121.28.132
  50. Connecting to www.unrealircd.org (www.unrealircd.org)|3.121.28.132|:443...
  51.  
  52.  
  53. connected.
  54. HTTP request sent, awaiting response... 200 OK
  55. Length: 4159097 (4.0M) [application/x-gzip]
  56. Saving to: ‘curl-latest.tar.gz’
  57.  
  58. curl-latest.tar.gz 100%[=====================================================================================>] 3.97M 338KB/s in 12s
  59.  
  60. 2021-08-09 23:10:44 (328 KB/s) - ‘curl-latest.tar.gz’ saved [4159097/4159097]
  61.  
  62. Building and installing libcurl
  63. checking whether to enable maintainer-specific portions of Makefiles... no
  64. checking whether make supports nested variables... yes
  65. checking whether to enable debug build options... no
  66. checking whether to enable compiler optimizer... (assumed) yes
  67. checking whether to enable strict compiler warnings... no
  68. checking whether to enable compiler warnings as errors... no
  69. checking whether to enable curl debug memory tracking... no
  70. checking whether to enable hiding of library internal symbols... yes
  71. checking whether to enable c-ares for DNS lookups... yes
  72. checking whether to disable dependency on -lrt... (assumed no)
  73. checking whether to enable ECH support... no
  74. checking for path separator... :
  75. checking for sed... /usr/bin/sed
  76. checking for grep... /usr/bin/grep
  77. checking for egrep... /usr/bin/grep -E
  78. checking for ar... /usr/bin/ar
  79. checking for a BSD-compatible install... /usr/bin/install -c
  80. checking for gcc... gcc
  81. checking whether the C compiler works... yes
  82. checking for C compiler default output file name... a.out
  83. checking for suffix of executables...
  84. checking whether we are cross compiling... no
  85. checking for suffix of object files... o
  86. checking whether we are using the GNU C compiler... yes
  87. checking whether gcc accepts -g... yes
  88. checking for gcc option to accept ISO C89... none needed
  89. checking whether gcc understands -c and -o together... yes
  90. checking how to run the C preprocessor... gcc -E
  91. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  92. checking for code coverage support... no
  93. checking whether build environment is sane... yes
  94. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  95. checking for gawk... gawk
  96. checking whether make sets $(MAKE)... yes
  97. checking whether make supports the include directive... yes (GNU style)
  98. checking dependency style of gcc... gcc3
  99. checking curl version... 7.78.0
  100. checking build system type... x86_64-pc-linux-gnu
  101. checking host system type... x86_64-pc-linux-gnu
  102. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  103. checking for egrep... /usr/bin/grep -E
  104. checking if OS is AIX (to define _ALL_SOURCE)... no
  105. checking if _THREAD_SAFE is already defined... no
  106. checking if _THREAD_SAFE is actually needed... no
  107. checking if _THREAD_SAFE is onwards defined... no
  108. checking if _REENTRANT is already defined... no
  109. checking if _REENTRANT is actually needed... no
  110. checking if _REENTRANT is onwards defined... no
  111. checking for special C compiler options needed for large files... no
  112. checking for _FILE_OFFSET_BITS value needed for large files... no
  113. checking how to print strings... printf
  114. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  115. checking for fgrep... /usr/bin/grep -F
  116. checking for ld used by gcc... /usr/bin/ld
  117. checking if the linker (/usr/bin/ld) is GNU ld... yes
  118. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  119. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  120. checking whether ln -s works... yes
  121. checking the maximum length of command line arguments... 1572864
  122. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  123. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  124. checking for /usr/bin/ld option to reload object files... -r
  125. checking for objdump... objdump
  126. checking how to recognize dependent libraries... pass_all
  127. checking for dlltool... no
  128. checking how to associate runtime and link libraries... printf %s\n
  129. checking for archiver @FILE support... @
  130. checking for strip... strip
  131. checking for ranlib... ranlib
  132. checking command to parse /usr/bin/nm -B output from gcc object... ok
  133. checking for sysroot... no
  134. checking for a working dd... /usr/bin/dd
  135. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  136. checking for mt... mt
  137. checking if mt is a manifest tool... no
  138. checking for ANSI C header files... yes
  139. checking for sys/types.h... yes
  140. checking for sys/stat.h... yes
  141. checking for stdlib.h... yes
  142. checking for string.h... yes
  143. checking for memory.h... yes
  144. checking for strings.h... yes
  145. checking for inttypes.h... yes
  146. checking for stdint.h... yes
  147. checking for unistd.h... yes
  148. checking for dlfcn.h... yes
  149. checking for objdir... .libs
  150. checking if gcc supports -fno-rtti -fno-exceptions... no
  151. checking for gcc option to produce PIC... -fPIC -DPIC
  152. checking if gcc PIC flag -fPIC -DPIC works... yes
  153. checking if gcc static flag -static works... yes
  154. checking if gcc supports -c -o file.o... yes
  155. checking if gcc supports -c -o file.o... (cached) yes
  156. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  157. checking whether -lc should be explicitly linked in... no
  158. checking dynamic linker characteristics... GNU/Linux ld.so
  159. checking how to hardcode library paths into programs... immediate
  160. checking whether stripping libraries is possible... yes
  161. checking if libtool supports shared libraries... yes
  162. checking whether to build shared libraries... yes
  163. checking whether to build static libraries... yes
  164. checking whether to build shared libraries with -version-info... yes
  165. checking whether to build shared libraries with -no-undefined... no
  166. checking whether to build shared libraries with -mimpure-text... no
  167. checking whether to build shared libraries with PIC... yes
  168. checking whether to build static libraries with PIC... yes
  169. checking whether to build shared libraries only... no
  170. checking whether to build static libraries only... no
  171. checking for inline... inline
  172. checking if cpp -P is needed... yes
  173. checking if cpp -P works... yes
  174. checking if compiler is DEC/Compaq/HP C... no
  175. checking if compiler is HP-UX C... no
  176. checking if compiler is IBM C... no
  177. checking if compiler is Intel C... no
  178. checking if compiler is clang... no
  179. checking if compiler is GNU C... yes
  180. checking if compiler is LCC... no
  181. checking if compiler is SGI MIPSpro C... no
  182. checking if compiler is SGI MIPS C... no
  183. checking if compiler is SunPro C... no
  184. checking if compiler is Tiny C... no
  185. checking if compiler is Watcom C... no
  186. checking if compiler accepts some basic options... yes
  187. configure: compiler options added: -Werror-implicit-function-declaration
  188. checking if compiler optimizer assumed setting might be used... yes
  189. checking if compiler accepts optimizer enabling options... yes
  190. configure: compiler options added: -O2
  191. checking if compiler accepts strict warning options... yes
  192. configure: compiler options added: -Wno-system-headers
  193. checking if compiler halts on compilation errors... yes
  194. checking if compiler halts on negative sized arrays... yes
  195. checking if compiler halts on function prototype mismatch... yes
  196. checking if compiler supports hiding library internal symbols... yes
  197. checking for windows.h... no
  198. checking whether build target is a native Windows one... no
  199. checking whether build target supports WIN32 file API... no
  200. checking whether build target supports WIN32 crypto API... no
  201. checking for good-to-use Darwin CFLAGS... no
  202. checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
  203. checking to see if the compiler supports __builtin_available()... no
  204. checking whether to support http... yes
  205. checking whether to support ftp... yes
  206. checking whether to support file... yes
  207. checking whether to support ldap... yes
  208. checking whether to support ldaps... yes
  209. checking whether to support rtsp... yes
  210. checking whether to support proxies... yes
  211. checking whether to support dict... yes
  212. checking whether to support telnet... yes
  213. checking whether to support tftp... yes
  214. checking whether to support pop3... yes
  215. checking whether to support imap... yes
  216. checking whether to support smb... yes
  217. checking whether to support smtp... yes
  218. checking whether to support gopher... yes
  219. checking whether to support mqtt... no
  220. checking whether to provide built-in manual... yes
  221. checking whether to enable generation of C code... yes
  222. checking whether to use libgcc... no
  223. checking if X/Open network library is required... no
  224. checking for gethostbyname... yes
  225. checking for windows.h... (cached) no
  226. checking for winsock.h... (cached) no
  227. checking for winsock2.h... (cached) no
  228. checking for proto/bsdsocket.h... no
  229. checking for connect in libraries... yes
  230. checking for sys/types.h... (cached) yes
  231. checking sys/time.h usability... yes
  232. checking sys/time.h presence... yes
  233. checking for sys/time.h... yes
  234. checking for monotonic clock_gettime... yes
  235. checking for clock_gettime in libraries... no additional lib required
  236. checking if monotonic clock_gettime works... yes
  237. checking for pkg-config... no
  238. checking for inflateEnd in -lz... yes
  239. checking zlib.h usability... yes
  240. checking zlib.h presence... yes
  241. checking for zlib.h... yes
  242. configure: found both libz and libz.h header
  243. checking for BrotliDecoderDecompress in -lbrotlidec... no
  244. checking brotli/decode.h usability... no
  245. checking brotli/decode.h presence... no
  246. checking for brotli/decode.h... no
  247. checking for ZSTD_createDStream in -lzstd... no
  248. checking zstd.h usability... no
  249. checking zstd.h presence... no
  250. checking for zstd.h... no
  251. checking for lber.h... no
  252. checking for ldap.h... no
  253. checking for ldapssl.h... no
  254. checking for ldap_ssl.h... no
  255. checking for LDAP libraries... cannot find LDAP libraries
  256. configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled
  257. checking whether to enable IPv6... yes
  258. checking if struct sockaddr_in6 has sin6_scope_id member... yes
  259. checking if argv can be written to... yes
  260. checking if GSS-API support is requested... no
  261. checking whether to enable Windows native SSL/TLS... no
  262. checking whether to enable Secure Transport... no
  263. checking whether to enable Amiga native SSL/TLS (AmiSSL)... no
  264. checking for pkg-config... no
  265. checking for HMAC_Update in -lcrypto... no
  266. checking for HMAC_Init_ex in -lcrypto... no
  267. checking OpenSSL linking with -ldl... no
  268. checking OpenSSL linking with -ldl and -lpthread... no
  269. configure: OPT_OPENSSL: yes
  270. configure: OPENSSL_ENABLED:
  271. configure: error: --with-openssl was given but OpenSSL could not be detected
  272. ./configure
  273. checking whether to enable maintainer-specific portions of Makefiles... no
  274. checking whether make supports nested variables... yes
  275. checking whether to enable debug build options... no
  276. checking whether to enable compiler optimizer... (assumed) yes
  277. checking whether to enable strict compiler warnings... no
  278. checking whether to enable compiler warnings as errors... no
  279. checking whether to enable curl debug memory tracking... no
  280. checking whether to enable hiding of library internal symbols... yes
  281. checking whether to enable c-ares for DNS lookups... no
  282. checking whether to disable dependency on -lrt... (assumed no)
  283. checking whether to enable ECH support... no
  284. checking for path separator... :
  285. checking for sed... /usr/bin/sed
  286. checking for grep... /usr/bin/grep
  287. checking for egrep... /usr/bin/grep -E
  288. checking for ar... /usr/bin/ar
  289. checking for a BSD-compatible install... /usr/bin/install -c
  290. checking for gcc... gcc
  291. checking whether the C compiler works... yes
  292. checking for C compiler default output file name... a.out
  293. checking for suffix of executables...
  294. checking whether we are cross compiling... no
  295. checking for suffix of object files... o
  296. checking whether we are using the GNU C compiler... yes
  297. checking whether gcc accepts -g... yes
  298. checking for gcc option to accept ISO C89... none needed
  299. checking whether gcc understands -c and -o together... yes
  300. checking how to run the C preprocessor... gcc -E
  301. checking for a sed that does not truncate output... (cached) /usr/bin/sed
  302. checking for code coverage support... no
  303. checking whether build environment is sane... yes
  304. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  305. checking for gawk... gawk
  306. checking whether make sets $(MAKE)... yes
  307. checking whether make supports the include directive... yes (GNU style)
  308. checking dependency style of gcc... gcc3
  309. checking curl version... 7.78.0
  310. configure: error: select TLS backend(s) or disable TLS with --without-ssl.
  311.  
  312. Select from these:
  313.  
  314. --with-amissl
  315. --with-bearssl
  316. --with-gnutls
  317. --with-mbedtls
  318. --with-mesalink
  319. --with-nss
  320. --with-openssl (also works for BoringSSL and libressl)
  321. --with-rustls
  322. --with-schannel
  323. --with-secure-transport
  324. --with-wolfssl
  325.  
  326. make: *** [Makefile:24: all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement