Advertisement
Guest User

Untitled

a guest
Apr 21st, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.00 KB | None | 0 0
  1. root@imx8mqevk:~#
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. root@imx8mqevk:~# ./configure --with-pcre=/usr/local/pcre/bin/pcre2
  26. pcre2-config pcre2grep pcre2test
  27. root@imx8mqevk:~# ./configure --with-pcre=/usr/local/pcre/bin/pcre2-config CFLAGS=-lcrypt
  28. -sh: ./configure: No such file or directory
  29. root@imx8mqevk:~# cd httpd-2.4.53
  30. root@imx8mqevk:~/httpd-2.4.53# ./configure --with-pcre=/usr/local/pcre/bin/pcre2-config CFLAGS=-lcrypt
  31. checking for chosen layout... Apache
  32. checking for working mkdir -p... yes
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking build system type... aarch64-unknown-linux-gnu
  36. checking host system type... aarch64-unknown-linux-gnu
  37. checking target system type... aarch64-unknown-linux-gnu
  38. configure:
  39. configure: Configuring Apache Portable Runtime library...
  40. configure:
  41. checking for APR... yes
  42. setting CC to "gcc"
  43. setting CPP to "gcc -E"
  44. adding "-g" to CFLAGS
  45. adding "-O2" to CFLAGS
  46. adding "-pthread" to CFLAGS
  47. setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
  48. setting LDFLAGS to " "
  49. configure:
  50. configure: Configuring Apache Portable Runtime Utility library...
  51. configure:
  52. checking for APR-util... yes
  53. checking for gcc... gcc
  54. checking whether the C compiler works... no
  55. configure: error: in `/home/root/httpd-2.4.53':
  56. configure: error: C compiler cannot create executables
  57. See `config.log' for more details
  58. root@imx8mqevk:~/httpd-2.4.53# ./configure --with-pcre=/usr/local/pcre/bin/pcre2-config
  59. checking for chosen layout... Apache
  60. checking for working mkdir -p... yes
  61. checking for grep that handles long lines and -e... /bin/grep
  62. checking for egrep... /bin/grep -E
  63. checking build system type... aarch64-unknown-linux-gnu
  64. checking host system type... aarch64-unknown-linux-gnu
  65. checking target system type... aarch64-unknown-linux-gnu
  66. configure:
  67. configure: Configuring Apache Portable Runtime library...
  68. configure:
  69. checking for APR... yes
  70. setting CC to "gcc"
  71. setting CPP to "gcc -E"
  72. setting CFLAGS to " -g -O2 -pthread"
  73. setting CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
  74. setting LDFLAGS to " "
  75. configure:
  76. configure: Configuring Apache Portable Runtime Utility library...
  77. configure:
  78. checking for APR-util... yes
  79. checking for gcc... gcc
  80. checking whether the C compiler works... yes
  81. checking for C compiler default output file name... a.out
  82. checking for suffix of executables...
  83. checking whether we are cross compiling... no
  84. checking for suffix of object files... o
  85. checking whether we are using the GNU C compiler... yes
  86. checking whether gcc accepts -g... yes
  87. checking for gcc option to accept ISO C89... none needed
  88. checking how to run the C preprocessor... gcc -E
  89. checking for gcc option to accept ISO C99... none needed
  90. /usr/local/pcre/bin/pcre2-config
  91. checking for -pcre2-config... no
  92. checking for -pcre-config... no
  93. checking for pcre2-config... no
  94. checking for pcre-config... no
  95. configure: Using external PCRE library from /usr/local/pcre/bin/pcre2-config
  96. setting PCRE_INCLUDES to "-I/usr/local/pcre/include"
  97. setting PCRE_LIBS to "-L/usr/local/pcre/lib -lpcre2-8"
  98. configure:
  99. configure: Configuring Apache httpd...
  100. configure:
  101. setting INCLUDES to "-I."
  102. adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  103. adding "-I$(top_srcdir)/include" to INCLUDES
  104. adding "-I/usr/local/apr/include/apr-1" to INCLUDES
  105. adding "-I/usr/local/pcre/include" to INCLUDES
  106. configure:
  107. configure: Applying OS-specific hints for httpd...
  108. configure:
  109. forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
  110. forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1"
  111. checking for rm... /bin/rm
  112. checking for pkg-config... /usr/bin/pkg-config
  113. checking for rsync... no
  114. checking for svn... no
  115. checking for gawk... gawk
  116. checking whether ln -s works... yes
  117. checking for ranlib... ranlib
  118. checking for lynx... no
  119. checking for links... no
  120. checking for elinks... no
  121. checking for ANSI C header files... yes
  122. checking for sys/types.h... yes
  123. checking for sys/stat.h... yes
  124. checking for stdlib.h... yes
  125. checking for string.h... yes
  126. checking for memory.h... yes
  127. checking for strings.h... yes
  128. checking for inttypes.h... yes
  129. checking for stdint.h... yes
  130. checking for unistd.h... yes
  131. checking minix/config.h usability... no
  132. checking minix/config.h presence... no
  133. checking for minix/config.h... no
  134. checking whether it is safe to define __EXTENSIONS__... yes
  135. checking for library containing strerror... none required
  136. checking for APR version 1.3.0 or later... yes
  137. checking for APR-util version 1.3.0 or later... yes
  138. checking for ANSI C header files... (cached) yes
  139. checking for string.h... (cached) yes
  140. checking limits.h usability... yes
  141. checking limits.h presence... yes
  142. checking for limits.h... yes
  143. checking for unistd.h... (cached) yes
  144. checking sys/socket.h usability... yes
  145. checking sys/socket.h presence... yes
  146. checking for sys/socket.h... yes
  147. checking pwd.h usability... yes
  148. checking pwd.h presence... yes
  149. checking for pwd.h... yes
  150. checking grp.h usability... yes
  151. checking grp.h presence... yes
  152. checking for grp.h... yes
  153. checking for strings.h... (cached) yes
  154. checking sys/prctl.h usability... yes
  155. checking sys/prctl.h presence... yes
  156. checking for sys/prctl.h... yes
  157. checking sys/processor.h usability... no
  158. checking sys/processor.h presence... no
  159. checking for sys/processor.h... no
  160. checking sys/sem.h usability... yes
  161. checking sys/sem.h presence... yes
  162. checking for sys/sem.h... yes
  163. checking sys/sdt.h usability... no
  164. checking sys/sdt.h presence... no
  165. checking for sys/sdt.h... no
  166. checking sys/loadavg.h usability... no
  167. checking sys/loadavg.h presence... no
  168. checking for sys/loadavg.h... no
  169. checking for sys/wait.h that is POSIX.1 compatible... yes
  170. checking for an ANSI C-conforming const... yes
  171. checking for library containing sqrt... -lm
  172. checking for library containing crypt... no
  173. checking for getpwnam... yes
  174. checking for getgrnam... yes
  175. checking for initgroups... yes
  176. checking for bindprocessor... no
  177. checking for prctl... yes
  178. checking for timegm... yes
  179. checking for getpgid... yes
  180. checking for fopen64... yes
  181. checking for getloadavg... yes
  182. checking for void pointer length... no
  183. checking for gettid()... yes
  184. checking for tm_gmtoff in struct tm... yes
  185. checking for sd_notify in -lsystemd-daemon... no
  186. checking whether to enable mod_authn_file... shared
  187. checking whether to enable mod_authn_dbm... shared (most)
  188. checking whether to enable mod_authn_anon... shared (most)
  189. checking whether to enable mod_authn_dbd... shared (most)
  190. checking whether to enable mod_authn_socache... shared (most)
  191. checking whether to enable mod_authn_core... shared
  192. checking whether to enable mod_authz_host... shared
  193. checking whether to enable mod_authz_groupfile... shared
  194. checking whether to enable mod_authz_user... shared
  195. checking whether to enable mod_authz_dbm... shared (most)
  196. checking whether to enable mod_authz_owner... shared (most)
  197. checking whether to enable mod_authz_dbd... shared (most)
  198. checking whether to enable mod_authz_core... shared
  199. checking whether to enable mod_authnz_ldap... checking dependencies
  200. checking for ldap support in apr/apr-util... no
  201. configure: WARNING: apr/apr-util is compiled without ldap support
  202. checking whether to enable mod_authnz_ldap... no (disabled)
  203. checking whether to enable mod_authnz_fcgi... no
  204. checking whether to enable mod_access_compat... shared
  205. checking whether to enable mod_auth_basic... shared
  206. checking whether to enable mod_auth_form... shared (most)
  207. checking whether to enable mod_auth_digest... checking dependencies
  208. checking whether to enable mod_auth_digest... shared (most)
  209. checking whether to enable mod_allowmethods... shared (most)
  210. adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
  211. checking whether to enable mod_isapi... no
  212. checking whether to enable mod_file_cache... shared (most)
  213. checking whether to enable mod_cache... shared (most)
  214. checking whether to enable mod_cache_disk... checking dependencies
  215. checking whether to enable mod_cache_disk... shared (most)
  216. checking whether to enable mod_cache_socache... shared (most)
  217. checking whether to enable mod_socache_shmcb... shared (most)
  218. checking whether to enable mod_socache_dbm... shared (most)
  219. checking whether to enable mod_socache_memcache... shared (most)
  220. checking whether to enable mod_socache_redis... shared (most)
  221. checking whether to enable mod_socache_dc... no
  222. adding "-I$(top_srcdir)/modules/cache" to INCLUDES
  223. setting HTTPD_LDFLAGS to "-export-dynamic"
  224. checking whether to enable mod_so... static
  225. setting AP_LIBS to "$(MOD_SO_LDADD)"
  226. checking whether to enable mod_watchdog... checking dependencies
  227. checking whether to enable mod_watchdog... shared (most)
  228. checking whether to enable mod_macro... shared (most)
  229. adding "-I$(top_srcdir)/modules/core" to INCLUDES
  230. checking whether to enable mod_dbd... shared (most)
  231. adding "-I$(top_srcdir)/modules/database" to INCLUDES
  232. checking whether to enable mod_bucketeer... no
  233. checking whether to enable mod_dumpio... shared (most)
  234. checking whether to enable mod_echo... no
  235. checking whether to enable mod_example_hooks... no
  236. checking whether to enable mod_case_filter... no
  237. checking whether to enable mod_case_filter_in... no
  238. checking whether to enable mod_example_ipc... no
  239. checking whether to enable mod_buffer... shared (most)
  240. checking whether to enable mod_data... no
  241. checking whether to enable mod_ratelimit... shared (most)
  242. checking whether to enable mod_reqtimeout... shared
  243. checking whether to enable mod_ext_filter... shared (most)
  244. checking whether to enable mod_request... shared (most)
  245. checking whether to enable mod_include... shared (most)
  246. checking whether to enable mod_filter... shared
  247. checking whether to enable mod_reflector... no
  248. checking whether to enable mod_substitute... shared (most)
  249. checking whether to enable mod_sed... checking dependencies
  250. setting MOD_SED_LDADD to "-export-symbols-regex sed_module"
  251. checking whether to enable mod_sed... shared (most)
  252. checking whether to enable mod_charset_lite... no
  253. checking whether to enable mod_deflate... checking dependencies
  254. checking for zlib location... not found
  255. checking whether to enable mod_deflate... no (disabled)
  256. checking whether to enable mod_xml2enc... no
  257. checking whether to enable mod_proxy_html... no
  258. checking whether to enable mod_brotli... checking dependencies
  259. checking for Brotli library >= 0.6.0 via pkg-config... no
  260. checking whether to enable mod_brotli... no (disabled)
  261. adding "-I$(top_srcdir)/modules/filters" to INCLUDES
  262. checking whether to enable mod_http... static
  263. adding "$(MOD_HTTP_LDADD)" to AP_LIBS
  264. checking whether to enable mod_mime... shared
  265. checking whether to enable mod_ldap... checking dependencies
  266. checking for ldap support in apr/apr-util... (cached) no
  267. configure: WARNING: apr/apr-util is compiled without ldap support
  268. checking whether to enable mod_ldap... no (disabled)
  269. adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
  270. checking whether to enable mod_log_config... shared
  271. checking whether to enable mod_log_debug... shared (most)
  272. checking whether to enable mod_log_forensic... no
  273. checking whether to enable mod_logio... shared (most)
  274. adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
  275. checking whether to enable mod_lua... no
  276. adding "-I$(top_srcdir)/modules/lua" to INCLUDES
  277. checking whether to enable mod_env... shared
  278. checking whether to enable mod_mime_magic... no
  279. checking whether to enable mod_cern_meta... no
  280. checking whether to enable mod_expires... shared (most)
  281. checking whether to enable mod_headers... shared
  282. checking whether to enable mod_ident... no
  283. checking whether to enable mod_usertrack... no
  284. checking whether to enable mod_unique_id... shared (most)
  285. checking whether to enable mod_setenvif... shared
  286. checking whether to enable mod_version... shared
  287. checking whether to enable mod_remoteip... shared (most)
  288. checking whether to enable mod_proxy... shared (most)
  289. checking whether to enable mod_proxy_connect... checking dependencies
  290. checking whether to enable mod_proxy_connect... shared (most)
  291. checking whether to enable mod_proxy_ftp... checking dependencies
  292. checking whether to enable mod_proxy_ftp... shared (most)
  293. checking whether to enable mod_proxy_http... checking dependencies
  294. checking whether to enable mod_proxy_http... shared (most)
  295. checking whether to enable mod_proxy_fcgi... checking dependencies
  296. checking whether to enable mod_proxy_fcgi... shared (most)
  297. checking whether to enable mod_proxy_scgi... checking dependencies
  298. checking whether to enable mod_proxy_scgi... shared (most)
  299. checking whether to enable mod_proxy_uwsgi... checking dependencies
  300. checking whether to enable mod_proxy_uwsgi... shared (most)
  301. checking whether to enable mod_proxy_fdpass... checking dependencies
  302. checking whether CMSG_DATA is declared... yes
  303. checking whether to enable mod_proxy_fdpass... shared (most)
  304. checking whether to enable mod_proxy_wstunnel... checking dependencies
  305. checking whether to enable mod_proxy_wstunnel... shared (most)
  306. checking whether to enable mod_proxy_ajp... checking dependencies
  307. checking whether to enable mod_proxy_ajp... shared (most)
  308. checking whether to enable mod_proxy_balancer... checking dependencies
  309. checking whether to enable mod_proxy_balancer... shared (most)
  310. checking whether to enable mod_proxy_express... checking dependencies
  311. checking whether to enable mod_proxy_express... shared (most)
  312. checking whether to enable mod_proxy_hcheck... checking dependencies
  313. checking whether to enable mod_proxy_hcheck... shared (most)
  314. adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
  315. adding "-I$(top_srcdir)/modules/http2" to INCLUDES
  316. checking whether to enable mod_session... shared (most)
  317. checking whether to enable mod_session_cookie... checking dependencies
  318. checking whether to enable mod_session_cookie... shared (most)
  319. configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
  320. checking whether to enable mod_session_crypto... no
  321. checking whether to enable mod_session_dbd... checking dependencies
  322. checking whether to enable mod_session_dbd... shared (most)
  323. adding "-I$(top_srcdir)/modules/session" to INCLUDES
  324. checking whether to enable mod_slotmem_shm... shared (most)
  325. checking whether to enable mod_slotmem_plain... no
  326. checking whether to enable mod_ssl... checking dependencies
  327. checking for OpenSSL... checking for user-provided OpenSSL base directory... none
  328. checking for OpenSSL version >= 0.9.8a... FAILED
  329. configure: WARNING: OpenSSL version is too old
  330. no
  331. checking whether to enable mod_ssl... no (disabled)
  332. adding "-I$(top_srcdir)/modules/ssl" to INCLUDES
  333. checking whether to enable mod_optional_hook_export... no
  334. checking whether to enable mod_optional_hook_import... no
  335. checking whether to enable mod_optional_fn_import... no
  336. checking whether to enable mod_optional_fn_export... no
  337. checking whether to enable mod_dialup... no
  338. adding "-I$(top_srcdir)/modules/test" to INCLUDES
  339. checking for target platform... unix
  340. checking for rlim_t... yes
  341. checking sys/time.h usability... yes
  342. checking sys/time.h presence... yes
  343. checking for sys/time.h... yes
  344. checking sys/resource.h usability... yes
  345. checking sys/resource.h presence... yes
  346. checking for sys/resource.h... yes
  347. checking for sys/sem.h... (cached) yes
  348. checking sys/ipc.h usability... yes
  349. checking sys/ipc.h presence... yes
  350. checking for sys/ipc.h... yes
  351. checking for setsid... yes
  352. checking for killpg... yes
  353. checking bstring.h usability... no
  354. checking bstring.h presence... no
  355. checking for bstring.h... no
  356. checking for unistd.h... (cached) yes
  357. checking for syslog... yes
  358. checking sys/times.h usability... yes
  359. checking sys/times.h presence... yes
  360. checking for sys/times.h... yes
  361. checking for times... yes
  362. adding "-I$(top_srcdir)/server" to INCLUDES
  363. checking whether APR supports thread-safe pollsets... checking for kqueue... no
  364. checking for port_create... no
  365. checking for epoll_create... yes
  366. yes
  367. checking if event MPM supports this platform... yes
  368. checking if mpmt_os2 MPM supports this platform... no
  369. checking if prefork MPM supports this platform... yes
  370. checking if WinNT MPM supports this platform... no
  371. checking if worker MPM supports this platform... yes
  372. checking whether to enable mod_http2... checking dependencies
  373. checking for OpenSSL... (cached) no
  374. checking for nghttp2... checking for user-provided nghttp2 base directory... none
  375. checking for pkg-config along ... checking for nghttp2 version >= 1.2.1... FAILED
  376. configure: WARNING: nghttp2 version is too old
  377. no
  378. checking whether to enable mod_http2... no (disabled)
  379. checking whether to enable mod_proxy_http2... no
  380. adding "-I$(top_srcdir)/modules/md" to INCLUDES
  381. checking whether to enable mod_md... checking dependencies
  382. checking for OpenSSL... (cached) no
  383. configure: WARNING: libssl (or compatible) not found
  384. checking for jansson... checking for user-provided jansson base directory... none
  385. checking for pkg-config along ... FAILED
  386. no
  387. configure: WARNING: libjansson not found
  388. checking for curl... checking for user-provided curl base directory... none
  389. checking for pkg-config along ... checking curl/curl.h usability... no
  390. checking curl/curl.h presence... no
  391. checking for curl/curl.h... no
  392. checking for curl version >= 7.29... FAILED
  393. no
  394. configure: WARNING: libcurl not found
  395. checking for arc4random_buf... no
  396. checking whether to enable mod_md... no (disabled)
  397. checking whether to enable mod_lbmethod_byrequests... checking dependencies
  398. checking whether to enable mod_lbmethod_byrequests... shared
  399. checking whether to enable mod_lbmethod_bytraffic... checking dependencies
  400. checking whether to enable mod_lbmethod_bytraffic... shared
  401. checking whether to enable mod_lbmethod_bybusyness... checking dependencies
  402. checking whether to enable mod_lbmethod_bybusyness... shared
  403. checking whether to enable mod_lbmethod_heartbeat... checking dependencies
  404. checking whether to enable mod_lbmethod_heartbeat... shared
  405. checking whether to enable mod_tls... checking dependencies
  406. checking for rustls... checking for user-provided rustls base directory... none
  407. checking for pkg-config along ... checking for rustls version >= 0.8.2... FAILED
  408. no
  409. checking whether to enable mod_tls... no (disabled)
  410. checking which MPM to use by default... event
  411. adding "$(MOD_MPM_EVENT_LDADD)" to AP_LIBS
  412. checking for pthread_kill... yes
  413. checking whether to enable mod_unixd... shared
  414. checking whether to enable mod_privileges... no
  415. checking whether to enable mod_systemd... no
  416. adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
  417. checking whether to enable mod_heartbeat... no
  418. checking whether to enable mod_heartmonitor... no
  419. checking whether to enable mod_dav... shared (most)
  420. adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
  421. checking whether to enable mod_status... shared
  422. checking whether to enable mod_autoindex... shared
  423. checking whether to enable mod_asis... no
  424. checking whether to enable mod_info... shared (most)
  425. checking whether to enable mod_suexec... no
  426. checking whether to enable mod_cgid... checking dependencies
  427. checking whether to enable mod_cgid... shared (most)
  428. checking whether to enable mod_cgi... no
  429. adding "-I$(top_srcdir)/modules/generators" to INCLUDES
  430. checking whether to enable mod_dav_fs... checking dependencies
  431. checking whether to enable mod_dav_fs... shared
  432. checking whether to enable mod_dav_lock... no
  433. checking for extra modules... none
  434. checking whether to enable mod_vhost_alias... shared (most)
  435. checking whether to enable mod_negotiation... shared (most)
  436. checking whether to enable mod_dir... shared
  437. checking whether to enable mod_imagemap... no
  438. checking whether to enable mod_actions... shared (most)
  439. checking whether to enable mod_speling... shared (most)
  440. checking whether to enable mod_userdir... shared (most)
  441. checking whether to enable mod_alias... shared
  442. checking whether to enable mod_rewrite... shared (most)
  443. adding "-I$(top_srcdir)/modules/mappers" to INCLUDES
  444. configure:
  445. configure: Restore user-defined environment settings...
  446. configure:
  447. restoring CPPFLAGS to ""
  448. setting EXTRA_CPPFLAGS to " -DLINUX -D_REENTRANT -D_GNU_SOURCE"
  449. restoring CFLAGS to ""
  450. setting EXTRA_CFLAGS to " -g -O2 -pthread"
  451. restoring CXXFLAGS to ""
  452. setting EXTRA_CXXFLAGS to ""
  453. restoring LDFLAGS to ""
  454. setting EXTRA_LDFLAGS to " "
  455. restoring LIBS to ""
  456. setting EXTRA_LIBS to ""
  457. restoring INCLUDES to ""
  458. setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/usr/local/apr/include/apr-1 -I/usr/local/pcre/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"
  459. configure:
  460. configure: Construct makefiles and header files...
  461. configure:
  462. configure: creating config_vars.mk
  463. configure: creating ./config.status
  464. creating modules/aaa/Makefile
  465. creating modules/arch/win32/Makefile
  466. creating modules/cache/Makefile
  467. creating modules/core/Makefile
  468. creating modules/database/Makefile
  469. creating modules/debugging/Makefile
  470. creating modules/echo/Makefile
  471. creating modules/examples/Makefile
  472. creating modules/experimental/Makefile
  473. creating modules/filters/Makefile
  474. creating modules/http/Makefile
  475. creating modules/ldap/Makefile
  476. creating modules/loggers/Makefile
  477. creating modules/lua/Makefile
  478. creating modules/metadata/Makefile
  479. creating modules/proxy/Makefile
  480. creating modules/session/Makefile
  481. creating modules/slotmem/Makefile
  482. creating modules/ssl/Makefile
  483. creating modules/test/Makefile
  484. creating os/unix/Makefile
  485. creating modules/http2/Makefile
  486. creating modules/md/Makefile
  487. creating modules/proxy/balancers/Makefile
  488. creating modules/tls/Makefile
  489. creating server/mpm/Makefile
  490. creating server/mpm/event/Makefile
  491. creating modules/arch/unix/Makefile
  492. creating modules/cluster/Makefile
  493. creating modules/dav/main/Makefile
  494. creating modules/generators/Makefile
  495. creating modules/dav/fs/Makefile
  496. creating modules/dav/lock/Makefile
  497. creating modules/mappers/Makefile
  498. creating Makefile
  499. creating modules/Makefile
  500. creating srclib/Makefile
  501. creating os/Makefile
  502. creating server/Makefile
  503. creating support/Makefile
  504. creating test/Makefile
  505. creating test/Makefile
  506. config.status: creating test/pyhttpd/config.ini
  507. config.status: creating docs/conf/httpd.conf
  508. config.status: creating docs/conf/extra/httpd-autoindex.conf
  509. config.status: creating docs/conf/extra/httpd-dav.conf
  510. config.status: creating docs/conf/extra/httpd-default.conf
  511. config.status: creating docs/conf/extra/httpd-info.conf
  512. config.status: creating docs/conf/extra/httpd-languages.conf
  513. config.status: creating docs/conf/extra/httpd-manual.conf
  514. config.status: creating docs/conf/extra/httpd-mpm.conf
  515. config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf
  516. config.status: creating docs/conf/extra/httpd-ssl.conf
  517. config.status: creating docs/conf/extra/httpd-userdir.conf
  518. config.status: creating docs/conf/extra/httpd-vhosts.conf
  519. config.status: creating docs/conf/extra/proxy-html.conf
  520. config.status: creating include/ap_config_layout.h
  521. config.status: creating support/apxs
  522. config.status: creating support/apachectl
  523. config.status: creating support/dbmmanage
  524. config.status: creating support/envvars-std
  525. config.status: creating support/log_server_status
  526. config.status: creating support/logresolve.pl
  527. config.status: creating support/phf_abuse_log.cgi
  528. config.status: creating support/split-logfile
  529. config.status: creating build/rules.mk
  530. config.status: creating build/pkg/pkginfo
  531. config.status: creating build/config_vars.sh
  532. config.status: creating include/ap_config_auto.h
  533. config.status: include/ap_config_auto.h is unchanged
  534. config.status: executing default commands
  535. configure: summary of build options:
  536.  
  537. Server Version: 2.4.53
  538. Install prefix: /usr/local/apache2
  539. C compiler: gcc
  540. CFLAGS: -g -O2 -pthread
  541. CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE
  542. LDFLAGS:
  543. LIBS:
  544. C preprocessor: gcc -E
  545.  
  546. root@imx8mqevk:~/httpd-2.4.53#
  547.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement