Advertisement
Guest User

Untitled

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