Guest User

Untitled

a guest
Apr 27th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.44 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by modsecurity configure 3.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = vps527428.ovh.net
  14. uname -m = x86_64
  15. uname -r = 3.13.0-143-generic
  16. uname -s = Linux
  17. uname -v = #192-Ubuntu SMP Tue Feb 27 10:45:36 UTC 2018
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2644: checking for a BSD-compatible install
  45. configure:2712: result: /usr/bin/install -c
  46. configure:2723: checking whether build environment is sane
  47. configure:2778: result: yes
  48. configure:2929: checking for a thread-safe mkdir -p
  49. configure:2968: result: /bin/mkdir -p
  50. configure:2975: checking for gawk
  51. configure:2991: found /usr/bin/gawk
  52. configure:3002: result: gawk
  53. configure:3013: checking whether make sets $(MAKE)
  54. configure:3035: result: yes
  55. configure:3064: checking whether make supports nested variables
  56. configure:3081: result: yes
  57. configure:3267: checking for g++
  58. configure:3283: found /usr/bin/g++
  59. configure:3294: result: g++
  60. configure:3321: checking for C++ compiler version
  61. configure:3330: g++ --version >&5
  62. g++ (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
  63. Copyright (C) 2013 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3341: $? = 0
  68. configure:3330: g++ -v >&5
  69. Using built-in specs.
  70. COLLECT_GCC=g++
  71. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  72. Target: x86_64-linux-gnu
  73. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.4' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  74. Thread model: posix
  75. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4)
  76. configure:3341: $? = 0
  77. configure:3330: g++ -V >&5
  78. g++: error: unrecognized command line option '-V'
  79. g++: fatal error: no input files
  80. compilation terminated.
  81. configure:3341: $? = 4
  82. configure:3330: g++ -qversion >&5
  83. g++: error: unrecognized command line option '-qversion'
  84. g++: fatal error: no input files
  85. compilation terminated.
  86. configure:3341: $? = 4
  87. configure:3361: checking whether the C++ compiler works
  88. configure:3383: g++ conftest.cpp >&5
  89. configure:3387: $? = 0
  90. configure:3435: result: yes
  91. configure:3438: checking for C++ compiler default output file name
  92. configure:3440: result: a.out
  93. configure:3446: checking for suffix of executables
  94. configure:3453: g++ -o conftest conftest.cpp >&5
  95. configure:3457: $? = 0
  96. configure:3479: result:
  97. configure:3501: checking whether we are cross compiling
  98. configure:3509: g++ -o conftest conftest.cpp >&5
  99. configure:3513: $? = 0
  100. configure:3520: ./conftest
  101. configure:3524: $? = 0
  102. configure:3539: result: no
  103. configure:3544: checking for suffix of object files
  104. configure:3566: g++ -c conftest.cpp >&5
  105. configure:3570: $? = 0
  106. configure:3591: result: o
  107. configure:3595: checking whether we are using the GNU C++ compiler
  108. configure:3614: g++ -c conftest.cpp >&5
  109. configure:3614: $? = 0
  110. configure:3623: result: yes
  111. configure:3632: checking whether g++ accepts -g
  112. configure:3652: g++ -c -g conftest.cpp >&5
  113. configure:3652: $? = 0
  114. configure:3693: result: yes
  115. configure:3727: checking for style of include used by make
  116. configure:3755: result: GNU
  117. configure:3781: checking dependency style of g++
  118. configure:3892: result: gcc3
  119. configure:3955: checking for gcc
  120. configure:3971: found /usr/bin/gcc
  121. configure:3982: result: gcc
  122. configure:4211: checking for C compiler version
  123. configure:4220: gcc --version >&5
  124. gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
  125. Copyright (C) 2013 Free Software Foundation, Inc.
  126. This is free software; see the source for copying conditions. There is NO
  127. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  128.  
  129. configure:4231: $? = 0
  130. configure:4220: gcc -v >&5
  131. Using built-in specs.
  132. COLLECT_GCC=gcc
  133. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  134. Target: x86_64-linux-gnu
  135. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.4' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  136. Thread model: posix
  137. gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4)
  138. configure:4231: $? = 0
  139. configure:4220: gcc -V >&5
  140. gcc: error: unrecognized command line option '-V'
  141. gcc: fatal error: no input files
  142. compilation terminated.
  143. configure:4231: $? = 4
  144. configure:4220: gcc -qversion >&5
  145. gcc: error: unrecognized command line option '-qversion'
  146. gcc: fatal error: no input files
  147. compilation terminated.
  148. configure:4231: $? = 4
  149. configure:4235: checking whether we are using the GNU C compiler
  150. configure:4254: gcc -c conftest.c >&5
  151. configure:4254: $? = 0
  152. configure:4263: result: yes
  153. configure:4272: checking whether gcc accepts -g
  154. configure:4292: gcc -c -g conftest.c >&5
  155. configure:4292: $? = 0
  156. configure:4333: result: yes
  157. configure:4350: checking for gcc option to accept ISO C89
  158. configure:4413: gcc -c -g -O2 conftest.c >&5
  159. configure:4413: $? = 0
  160. configure:4426: result: none needed
  161. configure:4451: checking whether gcc understands -c and -o together
  162. configure:4473: gcc -c conftest.c -o conftest2.o
  163. configure:4476: $? = 0
  164. configure:4473: gcc -c conftest.c -o conftest2.o
  165. configure:4476: $? = 0
  166. configure:4488: result: yes
  167. configure:4507: checking dependency style of gcc
  168. configure:4618: result: gcc3
  169. configure:4683: checking for ar
  170. configure:4699: found /usr/bin/ar
  171. configure:4710: result: ar
  172. configure:4736: checking the archiver (ar) interface
  173. configure:4752: gcc -c -g -O2 conftest.c >&5
  174. configure:4752: $? = 0
  175. configure:4754: ar cru libconftest.a conftest.o >&5
  176. configure:4757: $? = 0
  177. configure:4785: result: ar
  178. configure:4805: checking whether make sets $(MAKE)
  179. configure:4827: result: yes
  180. configure:4843: checking for "others/libinjection/src/libinjection_html5.c"
  181. configure:4857: result: yes
  182. configure:4940: checking for pkg-config
  183. configure:4958: found /usr/bin/pkg-config
  184. configure:4970: result: /usr/bin/pkg-config
  185. configure:4995: checking pkg-config is at least version 0.9.0
  186. configure:4998: result: yes
  187. configure:5067: Nothing about GeoIP was informed during the configure phase. Trying to detect it on the platform...
  188. configure:5225: using YAJL v2.1.0
  189. configure:5321: Nothing about GeoIP was informed during the configure phase. Trying to detect it on the platform...
  190. configure:5485: using GeoIP v1.6.0
  191. configure:5579: Nothing about MaxMind was informed during the configure phase. Trying to detect it on the platform...
  192. configure:5731: MaxMind library was not found
  193. configure:5834: Nothing about LMDB was informed during the configure phase. Trying to detect it on the platform...
  194. configure:5994: LMDB library was not found
  195. configure:6154: SSDEEP library was not found
  196. configure:6407: LUA library was not found
  197. configure:6483: checking for libcurl config script
  198. configure:6513: result: /usr/bin/curl-config
  199. configure:6516: curl VERSION: 7.35.0
  200. configure:6522: curl LDADD:
  201. configure:6525: checking if libcurl is at least v
  202. configure:6530: result: yes, 7.35.0
  203. configure:6544: checking if libcurl is linked with gnutls
  204. configure:6554: result: no
  205. configure:6595: using curl v7.35.0
  206. configure:6625: checking for libxml2 config script
  207. configure:6655: result: /usr/bin/xml2-config
  208. configure:6658: xml VERSION: 2.9.1
  209. configure:6661: xml CFLAGS: -I/usr/include/libxml2 -DWITH_LIBXML2
  210. configure:6664: xml LDADD: -lxml2
  211. configure:6667: checking if libxml2 is at least v2.6.29
  212. configure:6672: result: yes, 2.9.1
  213. configure:6716: using libxml2 v2.9.1
  214. configure:6739: checking for libpcre config script
  215. configure:6769: result: /usr/bin/pcre-config
  216. configure:6772: pcre VERSION: 8.41
  217. configure:6778: pcre LDADD: -lpcre
  218. configure:6781: pcre PCRE_LD_PATH: /-lpcre
  219. configure:6789: checking for PCRE JIT
  220. configure:6810: gcc -c -g -O2 conftest.c >&5
  221. configure:6810: $? = 0
  222. configure:6819: result: yes
  223. configure:6843: using pcre v8.41
  224. configure:6857: checking how to run the C preprocessor
  225. configure:6888: gcc -E conftest.c
  226. configure:6888: $? = 0
  227. configure:6902: gcc -E conftest.c
  228. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  229. #include <ac_nonexistent.h>
  230. ^
  231. compilation terminated.
  232. configure:6902: $? = 1
  233. configure: failed program was:
  234. | /* confdefs.h */
  235. | #define PACKAGE_NAME "modsecurity"
  236. | #define PACKAGE_TARNAME "modsecurity"
  237. | #define PACKAGE_VERSION "3.0"
  238. | #define PACKAGE_STRING "modsecurity 3.0"
  239. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  240. | #define PACKAGE_URL ""
  241. | #define PACKAGE "modsecurity"
  242. | #define VERSION "3.0"
  243. | #define MSC_WITH_CURL 1
  244. | /* end confdefs.h. */
  245. | #include <ac_nonexistent.h>
  246. configure:6927: result: gcc -E
  247. configure:6947: gcc -E conftest.c
  248. configure:6947: $? = 0
  249. configure:6961: gcc -E conftest.c
  250. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  251. #include <ac_nonexistent.h>
  252. ^
  253. compilation terminated.
  254. configure:6961: $? = 1
  255. configure: failed program was:
  256. | /* confdefs.h */
  257. | #define PACKAGE_NAME "modsecurity"
  258. | #define PACKAGE_TARNAME "modsecurity"
  259. | #define PACKAGE_VERSION "3.0"
  260. | #define PACKAGE_STRING "modsecurity 3.0"
  261. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  262. | #define PACKAGE_URL ""
  263. | #define PACKAGE "modsecurity"
  264. | #define VERSION "3.0"
  265. | #define MSC_WITH_CURL 1
  266. | /* end confdefs.h. */
  267. | #include <ac_nonexistent.h>
  268. configure:6990: checking for grep that handles long lines and -e
  269. configure:7048: result: /bin/grep
  270. configure:7053: checking for egrep
  271. configure:7115: result: /bin/grep -E
  272. configure:7120: checking for ANSI C header files
  273. configure:7140: gcc -c -g -O2 conftest.c >&5
  274. configure:7140: $? = 0
  275. configure:7213: gcc -o conftest -g -O2 -lpcre conftest.c >&5
  276. configure:7213: $? = 0
  277. configure:7213: ./conftest
  278. configure:7213: $? = 0
  279. configure:7224: result: yes
  280. configure:7237: checking for sys/types.h
  281. configure:7237: gcc -c -g -O2 conftest.c >&5
  282. configure:7237: $? = 0
  283. configure:7237: result: yes
  284. configure:7237: checking for sys/stat.h
  285. configure:7237: gcc -c -g -O2 conftest.c >&5
  286. configure:7237: $? = 0
  287. configure:7237: result: yes
  288. configure:7237: checking for stdlib.h
  289. configure:7237: gcc -c -g -O2 conftest.c >&5
  290. configure:7237: $? = 0
  291. configure:7237: result: yes
  292. configure:7237: checking for string.h
  293. configure:7237: gcc -c -g -O2 conftest.c >&5
  294. configure:7237: $? = 0
  295. configure:7237: result: yes
  296. configure:7237: checking for memory.h
  297. configure:7237: gcc -c -g -O2 conftest.c >&5
  298. configure:7237: $? = 0
  299. configure:7237: result: yes
  300. configure:7237: checking for strings.h
  301. configure:7237: gcc -c -g -O2 conftest.c >&5
  302. configure:7237: $? = 0
  303. configure:7237: result: yes
  304. configure:7237: checking for inttypes.h
  305. configure:7237: gcc -c -g -O2 conftest.c >&5
  306. configure:7237: $? = 0
  307. configure:7237: result: yes
  308. configure:7237: checking for stdint.h
  309. configure:7237: gcc -c -g -O2 conftest.c >&5
  310. configure:7237: $? = 0
  311. configure:7237: result: yes
  312. configure:7237: checking for unistd.h
  313. configure:7237: gcc -c -g -O2 conftest.c >&5
  314. configure:7237: $? = 0
  315. configure:7237: result: yes
  316. configure:7251: checking string usability
  317. configure:7251: gcc -c -g -O2 conftest.c >&5
  318. conftest.c:55:18: fatal error: string: No such file or directory
  319. #include <string>
  320. ^
  321. compilation terminated.
  322. configure:7251: $? = 1
  323. configure: failed program was:
  324. | /* confdefs.h */
  325. | #define PACKAGE_NAME "modsecurity"
  326. | #define PACKAGE_TARNAME "modsecurity"
  327. | #define PACKAGE_VERSION "3.0"
  328. | #define PACKAGE_STRING "modsecurity 3.0"
  329. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  330. | #define PACKAGE_URL ""
  331. | #define PACKAGE "modsecurity"
  332. | #define VERSION "3.0"
  333. | #define MSC_WITH_CURL 1
  334. | #define STDC_HEADERS 1
  335. | #define HAVE_SYS_TYPES_H 1
  336. | #define HAVE_SYS_STAT_H 1
  337. | #define HAVE_STDLIB_H 1
  338. | #define HAVE_STRING_H 1
  339. | #define HAVE_MEMORY_H 1
  340. | #define HAVE_STRINGS_H 1
  341. | #define HAVE_INTTYPES_H 1
  342. | #define HAVE_STDINT_H 1
  343. | #define HAVE_UNISTD_H 1
  344. | /* end confdefs.h. */
  345. | #include <stdio.h>
  346. | #ifdef HAVE_SYS_TYPES_H
  347. | # include <sys/types.h>
  348. | #endif
  349. | #ifdef HAVE_SYS_STAT_H
  350. | # include <sys/stat.h>
  351. | #endif
  352. | #ifdef STDC_HEADERS
  353. | # include <stdlib.h>
  354. | # include <stddef.h>
  355. | #else
  356. | # ifdef HAVE_STDLIB_H
  357. | # include <stdlib.h>
  358. | # endif
  359. | #endif
  360. | #ifdef HAVE_STRING_H
  361. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  362. | # include <memory.h>
  363. | # endif
  364. | # include <string.h>
  365. | #endif
  366. | #ifdef HAVE_STRINGS_H
  367. | # include <strings.h>
  368. | #endif
  369. | #ifdef HAVE_INTTYPES_H
  370. | # include <inttypes.h>
  371. | #endif
  372. | #ifdef HAVE_STDINT_H
  373. | # include <stdint.h>
  374. | #endif
  375. | #ifdef HAVE_UNISTD_H
  376. | # include <unistd.h>
  377. | #endif
  378. | #include <string>
  379. configure:7251: result: no
  380. configure:7251: checking string presence
  381. configure:7251: gcc -E conftest.c
  382. conftest.c:22:18: fatal error: string: No such file or directory
  383. #include <string>
  384. ^
  385. compilation terminated.
  386. configure:7251: $? = 1
  387. configure: failed program was:
  388. | /* confdefs.h */
  389. | #define PACKAGE_NAME "modsecurity"
  390. | #define PACKAGE_TARNAME "modsecurity"
  391. | #define PACKAGE_VERSION "3.0"
  392. | #define PACKAGE_STRING "modsecurity 3.0"
  393. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  394. | #define PACKAGE_URL ""
  395. | #define PACKAGE "modsecurity"
  396. | #define VERSION "3.0"
  397. | #define MSC_WITH_CURL 1
  398. | #define STDC_HEADERS 1
  399. | #define HAVE_SYS_TYPES_H 1
  400. | #define HAVE_SYS_STAT_H 1
  401. | #define HAVE_STDLIB_H 1
  402. | #define HAVE_STRING_H 1
  403. | #define HAVE_MEMORY_H 1
  404. | #define HAVE_STRINGS_H 1
  405. | #define HAVE_INTTYPES_H 1
  406. | #define HAVE_STDINT_H 1
  407. | #define HAVE_UNISTD_H 1
  408. | /* end confdefs.h. */
  409. | #include <string>
  410. configure:7251: result: no
  411. configure:7251: checking for string
  412. configure:7251: result: no
  413. configure:7263: checking iostream usability
  414. configure:7263: gcc -c -g -O2 conftest.c >&5
  415. conftest.c:55:20: fatal error: iostream: No such file or directory
  416. #include <iostream>
  417. ^
  418. compilation terminated.
  419. configure:7263: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h */
  422. | #define PACKAGE_NAME "modsecurity"
  423. | #define PACKAGE_TARNAME "modsecurity"
  424. | #define PACKAGE_VERSION "3.0"
  425. | #define PACKAGE_STRING "modsecurity 3.0"
  426. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  427. | #define PACKAGE_URL ""
  428. | #define PACKAGE "modsecurity"
  429. | #define VERSION "3.0"
  430. | #define MSC_WITH_CURL 1
  431. | #define STDC_HEADERS 1
  432. | #define HAVE_SYS_TYPES_H 1
  433. | #define HAVE_SYS_STAT_H 1
  434. | #define HAVE_STDLIB_H 1
  435. | #define HAVE_STRING_H 1
  436. | #define HAVE_MEMORY_H 1
  437. | #define HAVE_STRINGS_H 1
  438. | #define HAVE_INTTYPES_H 1
  439. | #define HAVE_STDINT_H 1
  440. | #define HAVE_UNISTD_H 1
  441. | /* end confdefs.h. */
  442. | #include <stdio.h>
  443. | #ifdef HAVE_SYS_TYPES_H
  444. | # include <sys/types.h>
  445. | #endif
  446. | #ifdef HAVE_SYS_STAT_H
  447. | # include <sys/stat.h>
  448. | #endif
  449. | #ifdef STDC_HEADERS
  450. | # include <stdlib.h>
  451. | # include <stddef.h>
  452. | #else
  453. | # ifdef HAVE_STDLIB_H
  454. | # include <stdlib.h>
  455. | # endif
  456. | #endif
  457. | #ifdef HAVE_STRING_H
  458. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  459. | # include <memory.h>
  460. | # endif
  461. | # include <string.h>
  462. | #endif
  463. | #ifdef HAVE_STRINGS_H
  464. | # include <strings.h>
  465. | #endif
  466. | #ifdef HAVE_INTTYPES_H
  467. | # include <inttypes.h>
  468. | #endif
  469. | #ifdef HAVE_STDINT_H
  470. | # include <stdint.h>
  471. | #endif
  472. | #ifdef HAVE_UNISTD_H
  473. | # include <unistd.h>
  474. | #endif
  475. | #include <iostream>
  476. configure:7263: result: no
  477. configure:7263: checking iostream presence
  478. configure:7263: gcc -E conftest.c
  479. conftest.c:22:20: fatal error: iostream: No such file or directory
  480. #include <iostream>
  481. ^
  482. compilation terminated.
  483. configure:7263: $? = 1
  484. configure: failed program was:
  485. | /* confdefs.h */
  486. | #define PACKAGE_NAME "modsecurity"
  487. | #define PACKAGE_TARNAME "modsecurity"
  488. | #define PACKAGE_VERSION "3.0"
  489. | #define PACKAGE_STRING "modsecurity 3.0"
  490. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  491. | #define PACKAGE_URL ""
  492. | #define PACKAGE "modsecurity"
  493. | #define VERSION "3.0"
  494. | #define MSC_WITH_CURL 1
  495. | #define STDC_HEADERS 1
  496. | #define HAVE_SYS_TYPES_H 1
  497. | #define HAVE_SYS_STAT_H 1
  498. | #define HAVE_STDLIB_H 1
  499. | #define HAVE_STRING_H 1
  500. | #define HAVE_MEMORY_H 1
  501. | #define HAVE_STRINGS_H 1
  502. | #define HAVE_INTTYPES_H 1
  503. | #define HAVE_STDINT_H 1
  504. | #define HAVE_UNISTD_H 1
  505. | /* end confdefs.h. */
  506. | #include <iostream>
  507. configure:7263: result: no
  508. configure:7263: checking for iostream
  509. configure:7263: result: no
  510. configure:7275: checking sys/utsname.h usability
  511. configure:7275: gcc -c -g -O2 conftest.c >&5
  512. configure:7275: $? = 0
  513. configure:7275: result: yes
  514. configure:7275: checking sys/utsname.h presence
  515. configure:7275: gcc -E conftest.c
  516. configure:7275: $? = 0
  517. configure:7275: result: yes
  518. configure:7275: checking for sys/utsname.h
  519. configure:7275: result: yes
  520. configure:7317: checking build system type
  521. configure:7331: result: x86_64-unknown-linux-gnu
  522. configure:7351: checking host system type
  523. configure:7364: result: x86_64-unknown-linux-gnu
  524. configure:7405: checking how to print strings
  525. configure:7432: result: printf
  526. configure:7453: checking for a sed that does not truncate output
  527. configure:7517: result: /bin/sed
  528. configure:7535: checking for fgrep
  529. configure:7597: result: /bin/grep -F
  530. configure:7632: checking for ld used by gcc
  531. configure:7699: result: /usr/bin/ld
  532. configure:7706: checking if the linker (/usr/bin/ld) is GNU ld
  533. configure:7721: result: yes
  534. configure:7733: checking for BSD- or MS-compatible name lister (nm)
  535. configure:7782: result: /usr/bin/nm -B
  536. configure:7912: checking the name lister (/usr/bin/nm -B) interface
  537. configure:7919: gcc -c -g -O2 conftest.c >&5
  538. configure:7922: /usr/bin/nm -B "conftest.o"
  539. configure:7925: output
  540. 0000000000000000 B some_variable
  541. configure:7932: result: BSD nm
  542. configure:7935: checking whether ln -s works
  543. configure:7939: result: yes
  544. configure:7947: checking the maximum length of command line arguments
  545. configure:8078: result: 1572864
  546. configure:8095: checking whether the shell understands some XSI constructs
  547. configure:8105: result: yes
  548. configure:8109: checking whether the shell understands "+="
  549. configure:8115: result: yes
  550. configure:8150: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  551. configure:8190: result: func_convert_file_noop
  552. configure:8197: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  553. configure:8217: result: func_convert_file_noop
  554. configure:8224: checking for /usr/bin/ld option to reload object files
  555. configure:8231: result: -r
  556. configure:8305: checking for objdump
  557. configure:8321: found /usr/bin/objdump
  558. configure:8332: result: objdump
  559. configure:8364: checking how to recognize dependent libraries
  560. configure:8562: result: pass_all
  561. configure:8647: checking for dlltool
  562. configure:8677: result: no
  563. configure:8707: checking how to associate runtime and link libraries
  564. configure:8734: result: printf %s\n
  565. configure:8858: checking for archiver @FILE support
  566. configure:8875: gcc -c -g -O2 conftest.c >&5
  567. configure:8875: $? = 0
  568. configure:8878: ar cru libconftest.a @conftest.lst >&5
  569. configure:8881: $? = 0
  570. configure:8886: ar cru libconftest.a @conftest.lst >&5
  571. ar: conftest.o: No such file or directory
  572. configure:8889: $? = 1
  573. configure:8901: result: @
  574. configure:8959: checking for strip
  575. configure:8975: found /usr/bin/strip
  576. configure:8986: result: strip
  577. configure:9058: checking for ranlib
  578. configure:9074: found /usr/bin/ranlib
  579. configure:9085: result: ranlib
  580. configure:9187: checking command to parse /usr/bin/nm -B output from gcc object
  581. configure:9307: gcc -c -g -O2 conftest.c >&5
  582. configure:9310: $? = 0
  583. configure:9314: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  584. configure:9317: $? = 0
  585. configure:9383: gcc -o conftest -g -O2 -lpcre conftest.c conftstm.o >&5
  586. configure:9386: $? = 0
  587. configure:9424: result: ok
  588. configure:9461: checking for sysroot
  589. configure:9491: result: no
  590. configure:9568: gcc -c -g -O2 conftest.c >&5
  591. configure:9571: $? = 0
  592. configure:9760: checking for mt
  593. configure:9776: found /bin/mt
  594. configure:9787: result: mt
  595. configure:9810: checking if mt is a manifest tool
  596. configure:9816: mt '-?'
  597. configure:9824: result: no
  598. configure:10463: checking for dlfcn.h
  599. configure:10463: gcc -c -g -O2 conftest.c >&5
  600. configure:10463: $? = 0
  601. configure:10463: result: yes
  602. configure:10679: checking for objdir
  603. configure:10694: result: .libs
  604. configure:10965: checking if gcc supports -fno-rtti -fno-exceptions
  605. configure:10983: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  606. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  607. configure:10987: $? = 0
  608. configure:11000: result: no
  609. configure:11327: checking for gcc option to produce PIC
  610. configure:11334: result: -fPIC -DPIC
  611. configure:11342: checking if gcc PIC flag -fPIC -DPIC works
  612. configure:11360: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  613. configure:11364: $? = 0
  614. configure:11377: result: yes
  615. configure:11406: checking if gcc static flag -static works
  616. configure:11434: result: yes
  617. configure:11449: checking if gcc supports -c -o file.o
  618. configure:11470: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  619. configure:11474: $? = 0
  620. configure:11496: result: yes
  621. configure:11504: checking if gcc supports -c -o file.o
  622. configure:11551: result: yes
  623. configure:11584: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  624. configure:12741: result: yes
  625. configure:12778: checking whether -lc should be explicitly linked in
  626. configure:12786: gcc -c -g -O2 conftest.c >&5
  627. configure:12789: $? = 0
  628. configure:12804: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  629. configure:12807: $? = 0
  630. configure:12821: result: no
  631. configure:12981: checking dynamic linker characteristics
  632. configure:13481: gcc -o conftest -g -O2 -lpcre -Wl,-rpath -Wl,/foo conftest.c >&5
  633. configure:13481: $? = 0
  634. configure:13715: result: GNU/Linux ld.so
  635. configure:13822: checking how to hardcode library paths into programs
  636. configure:13847: result: immediate
  637. configure:13941: checking for shl_load
  638. configure:13941: gcc -o conftest -g -O2 -lpcre conftest.c >&5
  639. /tmp/ccLhSgR8.o: In function `main':
  640. /opt/ModSecurity/conftest.c:59: undefined reference to `shl_load'
  641. collect2: error: ld returned 1 exit status
  642. configure:13941: $? = 1
  643. configure: failed program was:
  644. | /* confdefs.h */
  645. | #define PACKAGE_NAME "modsecurity"
  646. | #define PACKAGE_TARNAME "modsecurity"
  647. | #define PACKAGE_VERSION "3.0"
  648. | #define PACKAGE_STRING "modsecurity 3.0"
  649. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  650. | #define PACKAGE_URL ""
  651. | #define PACKAGE "modsecurity"
  652. | #define VERSION "3.0"
  653. | #define MSC_WITH_CURL 1
  654. | #define STDC_HEADERS 1
  655. | #define HAVE_SYS_TYPES_H 1
  656. | #define HAVE_SYS_STAT_H 1
  657. | #define HAVE_STDLIB_H 1
  658. | #define HAVE_STRING_H 1
  659. | #define HAVE_MEMORY_H 1
  660. | #define HAVE_STRINGS_H 1
  661. | #define HAVE_INTTYPES_H 1
  662. | #define HAVE_STDINT_H 1
  663. | #define HAVE_UNISTD_H 1
  664. | #define HAVE_SYS_UTSNAME_H 1
  665. | #define HAVE_DLFCN_H 1
  666. | #define LT_OBJDIR ".libs/"
  667. | /* end confdefs.h. */
  668. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  669. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  670. | #define shl_load innocuous_shl_load
  671. |
  672. | /* System header to define __stub macros and hopefully few prototypes,
  673. | which can conflict with char shl_load (); below.
  674. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  675. | <limits.h> exists even on freestanding compilers. */
  676. |
  677. | #ifdef __STDC__
  678. | # include <limits.h>
  679. | #else
  680. | # include <assert.h>
  681. | #endif
  682. |
  683. | #undef shl_load
  684. |
  685. | /* Override any GCC internal prototype to avoid an error.
  686. | Use char because int might match the return type of a GCC
  687. | builtin and then its argument prototype would still apply. */
  688. | #ifdef __cplusplus
  689. | extern "C"
  690. | #endif
  691. | char shl_load ();
  692. | /* The GNU C library defines this for functions which it implements
  693. | to always fail with ENOSYS. Some functions are actually named
  694. | something starting with __ and the normal name is an alias. */
  695. | #if defined __stub_shl_load || defined __stub___shl_load
  696. | choke me
  697. | #endif
  698. |
  699. | int
  700. | main ()
  701. | {
  702. | return shl_load ();
  703. | ;
  704. | return 0;
  705. | }
  706. configure:13941: result: no
  707. configure:13945: checking for shl_load in -ldld
  708. configure:13970: gcc -o conftest -g -O2 -lpcre conftest.c -ldld >&5
  709. /usr/bin/ld: cannot find -ldld
  710. collect2: error: ld returned 1 exit status
  711. configure:13970: $? = 1
  712. configure: failed program was:
  713. | /* confdefs.h */
  714. | #define PACKAGE_NAME "modsecurity"
  715. | #define PACKAGE_TARNAME "modsecurity"
  716. | #define PACKAGE_VERSION "3.0"
  717. | #define PACKAGE_STRING "modsecurity 3.0"
  718. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  719. | #define PACKAGE_URL ""
  720. | #define PACKAGE "modsecurity"
  721. | #define VERSION "3.0"
  722. | #define MSC_WITH_CURL 1
  723. | #define STDC_HEADERS 1
  724. | #define HAVE_SYS_TYPES_H 1
  725. | #define HAVE_SYS_STAT_H 1
  726. | #define HAVE_STDLIB_H 1
  727. | #define HAVE_STRING_H 1
  728. | #define HAVE_MEMORY_H 1
  729. | #define HAVE_STRINGS_H 1
  730. | #define HAVE_INTTYPES_H 1
  731. | #define HAVE_STDINT_H 1
  732. | #define HAVE_UNISTD_H 1
  733. | #define HAVE_SYS_UTSNAME_H 1
  734. | #define HAVE_DLFCN_H 1
  735. | #define LT_OBJDIR ".libs/"
  736. | /* end confdefs.h. */
  737. |
  738. | /* Override any GCC internal prototype to avoid an error.
  739. | Use char because int might match the return type of a GCC
  740. | builtin and then its argument prototype would still apply. */
  741. | #ifdef __cplusplus
  742. | extern "C"
  743. | #endif
  744. | char shl_load ();
  745. | int
  746. | main ()
  747. | {
  748. | return shl_load ();
  749. | ;
  750. | return 0;
  751. | }
  752. configure:13979: result: no
  753. configure:13984: checking for dlopen
  754. configure:13984: gcc -o conftest -g -O2 -lpcre conftest.c >&5
  755. /tmp/ccKHL8ph.o: In function `main':
  756. /opt/ModSecurity/conftest.c:59: undefined reference to `dlopen'
  757. collect2: error: ld returned 1 exit status
  758. configure:13984: $? = 1
  759. configure: failed program was:
  760. | /* confdefs.h */
  761. | #define PACKAGE_NAME "modsecurity"
  762. | #define PACKAGE_TARNAME "modsecurity"
  763. | #define PACKAGE_VERSION "3.0"
  764. | #define PACKAGE_STRING "modsecurity 3.0"
  765. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  766. | #define PACKAGE_URL ""
  767. | #define PACKAGE "modsecurity"
  768. | #define VERSION "3.0"
  769. | #define MSC_WITH_CURL 1
  770. | #define STDC_HEADERS 1
  771. | #define HAVE_SYS_TYPES_H 1
  772. | #define HAVE_SYS_STAT_H 1
  773. | #define HAVE_STDLIB_H 1
  774. | #define HAVE_STRING_H 1
  775. | #define HAVE_MEMORY_H 1
  776. | #define HAVE_STRINGS_H 1
  777. | #define HAVE_INTTYPES_H 1
  778. | #define HAVE_STDINT_H 1
  779. | #define HAVE_UNISTD_H 1
  780. | #define HAVE_SYS_UTSNAME_H 1
  781. | #define HAVE_DLFCN_H 1
  782. | #define LT_OBJDIR ".libs/"
  783. | /* end confdefs.h. */
  784. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  785. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  786. | #define dlopen innocuous_dlopen
  787. |
  788. | /* System header to define __stub macros and hopefully few prototypes,
  789. | which can conflict with char dlopen (); below.
  790. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  791. | <limits.h> exists even on freestanding compilers. */
  792. |
  793. | #ifdef __STDC__
  794. | # include <limits.h>
  795. | #else
  796. | # include <assert.h>
  797. | #endif
  798. |
  799. | #undef dlopen
  800. |
  801. | /* Override any GCC internal prototype to avoid an error.
  802. | Use char because int might match the return type of a GCC
  803. | builtin and then its argument prototype would still apply. */
  804. | #ifdef __cplusplus
  805. | extern "C"
  806. | #endif
  807. | char dlopen ();
  808. | /* The GNU C library defines this for functions which it implements
  809. | to always fail with ENOSYS. Some functions are actually named
  810. | something starting with __ and the normal name is an alias. */
  811. | #if defined __stub_dlopen || defined __stub___dlopen
  812. | choke me
  813. | #endif
  814. |
  815. | int
  816. | main ()
  817. | {
  818. | return dlopen ();
  819. | ;
  820. | return 0;
  821. | }
  822. configure:13984: result: no
  823. configure:13988: checking for dlopen in -ldl
  824. configure:14013: gcc -o conftest -g -O2 -lpcre conftest.c -ldl >&5
  825. configure:14013: $? = 0
  826. configure:14022: result: yes
  827. configure:14141: checking whether a program can dlopen itself
  828. configure:14221: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -lpcre -Wl,--export-dynamic conftest.c -ldl >&5
  829. configure:14224: $? = 0
  830. configure:14242: result: yes
  831. configure:14247: checking whether a statically linked program can dlopen itself
  832. configure:14327: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -lpcre -Wl,--export-dynamic -static conftest.c -ldl >&5
  833. /tmp/ccVqVC1r.o: In function `main':
  834. /opt/ModSecurity/configure:14306: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  835. /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
  836. collect2: error: ld returned 1 exit status
  837. configure:14330: $? = 1
  838. configure:14348: result: no
  839. configure:14387: checking whether stripping libraries is possible
  840. configure:14392: result: yes
  841. configure:14427: checking if libtool supports shared libraries
  842. configure:14429: result: yes
  843. configure:14432: checking whether to build shared libraries
  844. configure:14453: result: yes
  845. configure:14456: checking whether to build static libraries
  846. configure:14460: result: yes
  847. configure:14483: checking how to run the C++ preprocessor
  848. configure:14510: g++ -E conftest.cpp
  849. configure:14510: $? = 0
  850. configure:14524: g++ -E conftest.cpp
  851. conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
  852. #include <ac_nonexistent.h>
  853. ^
  854. compilation terminated.
  855. configure:14524: $? = 1
  856. configure: failed program was:
  857. | /* confdefs.h */
  858. | #define PACKAGE_NAME "modsecurity"
  859. | #define PACKAGE_TARNAME "modsecurity"
  860. | #define PACKAGE_VERSION "3.0"
  861. | #define PACKAGE_STRING "modsecurity 3.0"
  862. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  863. | #define PACKAGE_URL ""
  864. | #define PACKAGE "modsecurity"
  865. | #define VERSION "3.0"
  866. | #define MSC_WITH_CURL 1
  867. | #define STDC_HEADERS 1
  868. | #define HAVE_SYS_TYPES_H 1
  869. | #define HAVE_SYS_STAT_H 1
  870. | #define HAVE_STDLIB_H 1
  871. | #define HAVE_STRING_H 1
  872. | #define HAVE_MEMORY_H 1
  873. | #define HAVE_STRINGS_H 1
  874. | #define HAVE_INTTYPES_H 1
  875. | #define HAVE_STDINT_H 1
  876. | #define HAVE_UNISTD_H 1
  877. | #define HAVE_SYS_UTSNAME_H 1
  878. | #define HAVE_DLFCN_H 1
  879. | #define LT_OBJDIR ".libs/"
  880. | /* end confdefs.h. */
  881. | #include <ac_nonexistent.h>
  882. configure:14549: result: g++ -E
  883. configure:14569: g++ -E conftest.cpp
  884. configure:14569: $? = 0
  885. configure:14583: g++ -E conftest.cpp
  886. conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory
  887. #include <ac_nonexistent.h>
  888. ^
  889. compilation terminated.
  890. configure:14583: $? = 1
  891. configure: failed program was:
  892. | /* confdefs.h */
  893. | #define PACKAGE_NAME "modsecurity"
  894. | #define PACKAGE_TARNAME "modsecurity"
  895. | #define PACKAGE_VERSION "3.0"
  896. | #define PACKAGE_STRING "modsecurity 3.0"
  897. | #define PACKAGE_BUGREPORT "security@modsecurity.org"
  898. | #define PACKAGE_URL ""
  899. | #define PACKAGE "modsecurity"
  900. | #define VERSION "3.0"
  901. | #define MSC_WITH_CURL 1
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_SYS_TYPES_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_STRING_H 1
  907. | #define HAVE_MEMORY_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_INTTYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define HAVE_SYS_UTSNAME_H 1
  913. | #define HAVE_DLFCN_H 1
  914. | #define LT_OBJDIR ".libs/"
  915. | /* end confdefs.h. */
  916. | #include <ac_nonexistent.h>
  917. configure:14752: checking for ld used by g++
  918. configure:14819: result: /usr/bin/ld -m elf_x86_64
  919. configure:14826: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  920. configure:14841: result: yes
  921. configure:14896: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  922. configure:15898: result: yes
  923. configure:15934: g++ -c -g -O2 conftest.cpp >&5
  924. configure:15937: $? = 0
  925. configure:16457: checking for g++ option to produce PIC
  926. configure:16464: result: -fPIC -DPIC
  927. configure:16472: checking if g++ PIC flag -fPIC -DPIC works
  928. configure:16490: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  929. configure:16494: $? = 0
  930. configure:16507: result: yes
  931. configure:16530: checking if g++ static flag -static works
  932. configure:16558: result: yes
  933. configure:16570: checking if g++ supports -c -o file.o
  934. configure:16591: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  935. configure:16595: $? = 0
  936. configure:16617: result: yes
  937. configure:16622: checking if g++ supports -c -o file.o
  938. configure:16669: result: yes
  939. configure:16699: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  940. configure:16738: result: yes
  941. configure:16879: checking dynamic linker characteristics
  942. configure:17547: result: GNU/Linux ld.so
  943. configure:17600: checking how to hardcode library paths into programs
  944. configure:17625: result: immediate
  945. configure:18412: checking for doxygen
  946. configure:18430: found /usr/bin/doxygen
  947. configure:18442: result: /usr/bin/doxygen
  948. configure:18518: checking for perl
  949. configure:18536: found /usr/bin/perl
  950. configure:18548: result: /usr/bin/perl
  951. configure:20161: checking for valgrind
  952. configure:20191: result: no
  953. configure:20661: checking that generated files are newer than configure
  954. configure:20667: result: done
  955. configure:20786: creating ./config.status
  956.  
  957. ## ---------------------- ##
  958. ## Running config.status. ##
  959. ## ---------------------- ##
  960.  
  961. This file was extended by modsecurity config.status 3.0, which was
  962. generated by GNU Autoconf 2.69. Invocation command line was
  963.  
  964. CONFIG_FILES =
  965. CONFIG_HEADERS =
  966. CONFIG_LINKS =
  967. CONFIG_COMMANDS =
  968. $ ./config.status
  969.  
  970. on vps527428.ovh.net
  971.  
  972. config.status:1409: creating Makefile
  973. config.status:1409: creating doc/Makefile
  974. config.status:1409: creating src/Makefile
  975. config.status:1409: creating others/Makefile
  976. config.status:1409: creating tools/Makefile
  977. config.status:1409: creating tools/rules-check/Makefile
  978. config.status:1409: creating test/Makefile
  979. config.status:1409: creating test/benchmark/Makefile
  980. config.status:1409: creating examples/Makefile
  981. config.status:1409: creating examples/simple_example_using_c/Makefile
  982. config.status:1409: creating examples/multiprocess_c/Makefile
  983. config.status:1409: creating examples/reading_logs_with_offset/Makefile
  984. config.status:1409: creating examples/reading_logs_via_rule_message/Makefile
  985. config.status:1409: creating examples/using_bodies_in_chunks/Makefile
  986. config.status:1409: creating src/config.h
  987. config.status:1638: executing depfiles commands
  988. config.status:1638: executing libtool commands
  989.  
  990. ## ---------------- ##
  991. ## Cache variables. ##
  992. ## ---------------- ##
  993.  
  994. ac_cv_build=x86_64-unknown-linux-gnu
  995. ac_cv_c_compiler_gnu=yes
  996. ac_cv_cxx_compiler_gnu=yes
  997. ac_cv_env_CCC_set=
  998. ac_cv_env_CCC_value=
  999. ac_cv_env_CC_set=
  1000. ac_cv_env_CC_value=
  1001. ac_cv_env_CFLAGS_set=
  1002. ac_cv_env_CFLAGS_value=
  1003. ac_cv_env_CPPFLAGS_set=
  1004. ac_cv_env_CPPFLAGS_value=
  1005. ac_cv_env_CPP_set=
  1006. ac_cv_env_CPP_value=
  1007. ac_cv_env_CXXCPP_set=
  1008. ac_cv_env_CXXCPP_value=
  1009. ac_cv_env_CXXFLAGS_set=
  1010. ac_cv_env_CXXFLAGS_value=
  1011. ac_cv_env_CXX_set=
  1012. ac_cv_env_CXX_value=
  1013. ac_cv_env_DOXYGEN_PAPER_SIZE_set=
  1014. ac_cv_env_DOXYGEN_PAPER_SIZE_value=
  1015. ac_cv_env_LDFLAGS_set=
  1016. ac_cv_env_LDFLAGS_value=
  1017. ac_cv_env_LIBS_set=
  1018. ac_cv_env_LIBS_value=
  1019. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1020. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1021. ac_cv_env_PKG_CONFIG_PATH_set=
  1022. ac_cv_env_PKG_CONFIG_PATH_value=
  1023. ac_cv_env_PKG_CONFIG_set=
  1024. ac_cv_env_PKG_CONFIG_value=
  1025. ac_cv_env_YACC_set=
  1026. ac_cv_env_YACC_value=
  1027. ac_cv_env_YFLAGS_set=
  1028. ac_cv_env_YFLAGS_value=
  1029. ac_cv_env_build_alias_set=
  1030. ac_cv_env_build_alias_value=
  1031. ac_cv_env_host_alias_set=
  1032. ac_cv_env_host_alias_value=
  1033. ac_cv_env_target_alias_set=
  1034. ac_cv_env_target_alias_value=
  1035. ac_cv_file_others_libinjection_src_libinjection_html5_c=yes
  1036. ac_cv_func_dlopen=no
  1037. ac_cv_func_shl_load=no
  1038. ac_cv_header_dlfcn_h=yes
  1039. ac_cv_header_inttypes_h=yes
  1040. ac_cv_header_iostream=no
  1041. ac_cv_header_memory_h=yes
  1042. ac_cv_header_stdc=yes
  1043. ac_cv_header_stdint_h=yes
  1044. ac_cv_header_stdlib_h=yes
  1045. ac_cv_header_string=no
  1046. ac_cv_header_string_h=yes
  1047. ac_cv_header_strings_h=yes
  1048. ac_cv_header_sys_stat_h=yes
  1049. ac_cv_header_sys_types_h=yes
  1050. ac_cv_header_sys_utsname_h=yes
  1051. ac_cv_header_unistd_h=yes
  1052. ac_cv_host=x86_64-unknown-linux-gnu
  1053. ac_cv_lib_dl_dlopen=yes
  1054. ac_cv_lib_dld_shl_load=no
  1055. ac_cv_objext=o
  1056. ac_cv_path_EGREP='/bin/grep -E'
  1057. ac_cv_path_FGREP='/bin/grep -F'
  1058. ac_cv_path_GREP=/bin/grep
  1059. ac_cv_path_SED=/bin/sed
  1060. ac_cv_path_ac_pt_DX_DOXYGEN=/usr/bin/doxygen
  1061. ac_cv_path_ac_pt_DX_PERL=/usr/bin/perl
  1062. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1063. ac_cv_path_install='/usr/bin/install -c'
  1064. ac_cv_path_mkdir=/bin/mkdir
  1065. ac_cv_prog_AWK=gawk
  1066. ac_cv_prog_CPP='gcc -E'
  1067. ac_cv_prog_CXXCPP='g++ -E'
  1068. ac_cv_prog_ac_ct_AR=ar
  1069. ac_cv_prog_ac_ct_CC=gcc
  1070. ac_cv_prog_ac_ct_CXX=g++
  1071. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1072. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1073. ac_cv_prog_ac_ct_RANLIB=ranlib
  1074. ac_cv_prog_ac_ct_STRIP=strip
  1075. ac_cv_prog_cc_c89=
  1076. ac_cv_prog_cc_g=yes
  1077. ac_cv_prog_cxx_g=yes
  1078. ac_cv_prog_make_make_set=yes
  1079. am_cv_CC_dependencies_compiler_type=gcc3
  1080. am_cv_CXX_dependencies_compiler_type=gcc3
  1081. am_cv_ar_interface=ar
  1082. am_cv_make_support_nested_variables=yes
  1083. am_cv_prog_cc_c_o=yes
  1084. lt_cv_ar_at_file=@
  1085. lt_cv_archive_cmds_need_lc=no
  1086. lt_cv_deplibs_check_method=pass_all
  1087. lt_cv_dlopen=dlopen
  1088. lt_cv_dlopen_libs=-ldl
  1089. lt_cv_dlopen_self=yes
  1090. lt_cv_dlopen_self_static=no
  1091. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1092. lt_cv_file_magic_test_file=
  1093. lt_cv_ld_reload_flag=-r
  1094. lt_cv_nm_interface='BSD nm'
  1095. lt_cv_objdir=.libs
  1096. lt_cv_path_LD=/usr/bin/ld
  1097. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1098. lt_cv_path_NM='/usr/bin/nm -B'
  1099. lt_cv_path_mainfest_tool=no
  1100. lt_cv_prog_compiler_c_o=yes
  1101. lt_cv_prog_compiler_c_o_CXX=yes
  1102. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1103. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1104. lt_cv_prog_compiler_pic_works=yes
  1105. lt_cv_prog_compiler_pic_works_CXX=yes
  1106. lt_cv_prog_compiler_rtti_exceptions=no
  1107. lt_cv_prog_compiler_static_works=yes
  1108. lt_cv_prog_compiler_static_works_CXX=yes
  1109. lt_cv_prog_gnu_ld=yes
  1110. lt_cv_prog_gnu_ldcxx=yes
  1111. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1112. lt_cv_shlibpath_overrides_runpath=no
  1113. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1114. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  1115. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  1116. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1117. lt_cv_sys_max_cmd_len=1572864
  1118. lt_cv_to_host_file_cmd=func_convert_file_noop
  1119. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1120.  
  1121. ## ----------------- ##
  1122. ## Output variables. ##
  1123. ## ----------------- ##
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138. $(MAKE) $(AM_MAKEFLAGS) -k check-valgrind-$(tool); \
  1139. LOG_COMPILER="$$(VALGRIND_LOG_COMPILER)" \
  1140. LOG_FLAGS="$$(valgrind_$(1)_flags)" \
  1141. TESTS_ENVIRONMENT="$$(VALGRIND_TESTS_ENVIRONMENT)" \
  1142. TEST_SUITE_LOG=test-suite-$(1).log
  1143. $$(valgrind_v_use)$$(MAKE) check-TESTS \
  1144. $(TESTS_ENVIRONMENT) \
  1145. )
  1146. -$(AM_V_at)$(foreach tool,$(valgrind_enabled_tools), \
  1147. @echo "Need to reconfigure with --enable-valgrind"
  1148. @echo "Need to reconfigure with --enable-valgrind"
  1149. @echo "Need to reconfigure with --enable-valgrind-$(1)"
  1150. G_DEBUG=fatal-warnings,fatal-criticals,gc-friendly
  1151. G_SLICE=always-malloc,debug-blocks \
  1152. env VALGRIND=$(VALGRIND) \
  1153. #
  1154. # $(VALGRIND) $(VALGRIND_SUPPRESSIONS) --error-exitcode=1 $(VALGRIND_FLAGS)
  1155. # $(valgrind_lt) \
  1156. # (Default: --num-callers=30)
  1157. # files to load. (Default: empty)
  1158. # memcheck, helgrind, drd, sgcheck). (Default: various)
  1159. # - VALGRIND_$toolname_FLAGS: Flags to pass to Valgrind $toolname (one of:
  1160. # - VALGRIND_FLAGS: General flags to pass to all Valgrind tools.
  1161. # - VALGRIND_SUPPRESSIONS_FILES: Space-separated list of Valgrind suppressions
  1162. # Internal use
  1163. # Optional variables
  1164. # Optional:
  1165. # Support running with and without libtool.
  1166. # Use recursive makes in order to ignore errors during check
  1167. # Valgrind check
  1168. # Valgrind running
  1169. $(foreach tool,$(valgrind_tools),$(eval $(call valgrind_tool_rule,$(tool))))
  1170. '
  1171. .PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
  1172. ACLOCAL='${SHELL} /opt/ModSecurity/missing aclocal-1.14'
  1173. AFL_FUZZER_FALSE=''
  1174. AFL_FUZZER_TRUE='#'
  1175. AMDEPBACKSLASH='\'
  1176. AMDEP_FALSE='#'
  1177. AMDEP_TRUE=''
  1178. AMTAR='$${TAR-tar}'
  1179. AM_BACKSLASH='\'
  1180. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1181. AM_DEFAULT_VERBOSITY='1'
  1182. AM_DISTCHECK_CONFIGURE_FLAGS += --disable-valgrind
  1183. AM_DISTCHECK_CONFIGURE_FLAGS ?=
  1184. AM_V='$(V)'
  1185. AR='ar'
  1186. AUTOCONF='${SHELL} /opt/ModSecurity/missing autoconf'
  1187. AUTOHEADER='${SHELL} /opt/ModSecurity/missing autoheader'
  1188. AUTOMAKE='${SHELL} /opt/ModSecurity/missing automake-1.14'
  1189. AWK='gawk'
  1190. BISON=''
  1191. BUILD_PARSER_FALSE=''
  1192. BUILD_PARSER_TRUE='#'
  1193. CC='gcc'
  1194. CCDEPMODE='depmode=gcc3'
  1195. CFLAGS='-g -O2'
  1196. CPP='gcc -E'
  1197. CPPFLAGS=''
  1198. CURL_CFLAGS=' -DWITH_CURL_SSLVERSION_TLSv1_2 -DWITH_CURL'
  1199. CURL_CONFIG='/usr/bin/curl-config'
  1200. CURL_CPPFLAGS=''
  1201. CURL_DISPLAY='-L/usr/lib/x86_64-linux-gnu -lcurl, -DWITH_CURL_SSLVERSION_TLSv1_2 -DWITH_CURL'
  1202. CURL_FOUND='1'
  1203. CURL_LDADD='-L/usr/lib/x86_64-linux-gnu -lcurl'
  1204. CURL_LDFLAGS=''
  1205. CURL_USES_GNUTLS='no'
  1206. CURL_VERSION='7.35.0'
  1207. CXX='g++'
  1208. CXXCPP='g++ -E'
  1209. CXXDEPMODE='depmode=gcc3'
  1210. CXXFLAGS='-g -O2'
  1211. CYGPATH_W='echo'
  1212. DEFS='-DHAVE_CONFIG_H'
  1213. DEPDIR='.deps'
  1214. DLLTOOL='false'
  1215. DOXYGEN_PAPER_SIZE=''
  1216. DSYMUTIL=''
  1217. DUMPBIN=''
  1218. DX_COND_chi_FALSE=''
  1219. DX_COND_chi_TRUE='#'
  1220. DX_COND_chm_FALSE=''
  1221. DX_COND_chm_TRUE='#'
  1222. DX_COND_doc_FALSE='#'
  1223. DX_COND_doc_TRUE=''
  1224. DX_COND_dot_FALSE=''
  1225. DX_COND_dot_TRUE='#'
  1226. DX_COND_html_FALSE='#'
  1227. DX_COND_html_TRUE=''
  1228. DX_COND_latex_FALSE=''
  1229. DX_COND_latex_TRUE='#'
  1230. DX_COND_man_FALSE=''
  1231. DX_COND_man_TRUE='#'
  1232. DX_COND_pdf_FALSE=''
  1233. DX_COND_pdf_TRUE='#'
  1234. DX_COND_ps_FALSE=''
  1235. DX_COND_ps_TRUE='#'
  1236. DX_COND_rtf_FALSE=''
  1237. DX_COND_rtf_TRUE='#'
  1238. DX_COND_xml_FALSE=''
  1239. DX_COND_xml_TRUE='#'
  1240. DX_CONFIG='doc/doxygen.cfg'
  1241. DX_DOCDIR='doxygen-doc'
  1242. DX_DOT=''
  1243. DX_DOXYGEN='/usr/bin/doxygen'
  1244. DX_DVIPS=''
  1245. DX_EGREP=''
  1246. DX_ENV=' SRCDIR='\''.'\'' PROJECT='\''ModSecurity'\'' DOCDIR='\''doxygen-doc'\'' VERSION='\''3.0'\'' PERL_PATH='\''/usr/bin/perl'\'' HAVE_DOT='\''NO'\'' GENERATE_MAN='\''NO'\'' GENERATE_RTF='\''NO'\'' GENERATE_XML='\''NO'\'' GENERATE_HTMLHELP='\''NO'\'' GENERATE_CHI='\''NO'\'' GENERATE_HTML='\''YES'\'' GENERATE_LATEX='\''NO'\'''
  1247. DX_FLAG_chi='0'
  1248. DX_FLAG_chm='0'
  1249. DX_FLAG_doc='1'
  1250. DX_FLAG_dot='0'
  1251. DX_FLAG_html='1'
  1252. DX_FLAG_man='0'
  1253. DX_FLAG_pdf='0'
  1254. DX_FLAG_ps='0'
  1255. DX_FLAG_rtf='0'
  1256. DX_FLAG_xml='0'
  1257. DX_HHC=''
  1258. DX_LATEX=''
  1259. DX_MAKEINDEX=''
  1260. DX_PDFLATEX=''
  1261. DX_PERL='/usr/bin/perl'
  1262. DX_PROJECT='ModSecurity'
  1263. ECHO_C=''
  1264. ECHO_N='-n'
  1265. ECHO_T=''
  1266. EGREP='/bin/grep -E'
  1267. ENABLE_VALGRIND_drd='no'
  1268. ENABLE_VALGRIND_helgrind='no'
  1269. ENABLE_VALGRIND_memcheck='no'
  1270. ENABLE_VALGRIND_sgcheck='no'
  1271. EXAMPLES_FALSE='#'
  1272. EXAMPLES_TRUE=''
  1273. EXEEXT=''
  1274. FGREP='/bin/grep -F'
  1275. FLEX=''
  1276. GEOIP_CFLAGS='-DWITH_GEOIP -I/usr/include/ '
  1277. GEOIP_CFLAGS_FALSE='#'
  1278. GEOIP_CFLAGS_TRUE=''
  1279. GEOIP_DISPLAY='-lGeoIP , -I/usr/include/ '
  1280. GEOIP_FOUND='1'
  1281. GEOIP_LDADD='-lGeoIP '
  1282. GEOIP_LDFLAGS=' '
  1283. GEOIP_LIBS=''
  1284. GEOIP_VERSION='1.6.0'
  1285. GLOBAL_CFLAGS=''
  1286. GLOBAL_CPPFLAGS=''
  1287. GLOBAL_LDADD='-lrt '
  1288. GREP='/bin/grep'
  1289. INSTALL_DATA='${INSTALL} -m 644'
  1290. INSTALL_PROGRAM='${INSTALL}'
  1291. INSTALL_SCRIPT='${INSTALL}'
  1292. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1293. LD='/usr/bin/ld -m elf_x86_64'
  1294. LDFLAGS=' -lpcre'
  1295. LEX=''
  1296. LEXLIB=''
  1297. LEX_OUTPUT_ROOT=''
  1298. LIBOBJS=''
  1299. LIBS=''
  1300. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1301. LIBXML2_CFLAGS='-I/usr/include/libxml2 -DWITH_LIBXML2'
  1302. LIBXML2_CONFIG='/usr/bin/xml2-config'
  1303. LIBXML2_CPPFLAGS=''
  1304. LIBXML2_DISPLAY='-lxml2, -I/usr/include/libxml2 -DWITH_LIBXML2'
  1305. LIBXML2_FOUND='1'
  1306. LIBXML2_LDADD='-lxml2'
  1307. LIBXML2_LDFLAGS=''
  1308. LIBXML2_VERSION='2.9.1'
  1309. LIPO=''
  1310. LMDB_CFLAGS=''
  1311. LMDB_CFLAGS_FALSE='#'
  1312. LMDB_CFLAGS_TRUE=''
  1313. LMDB_DISPLAY=''
  1314. LMDB_FOUND='0'
  1315. LMDB_LDADD=''
  1316. LMDB_LDFLAGS=''
  1317. LMDB_LIBS=''
  1318. LMDB_VERSION=''
  1319. LN_S='ln -s'
  1320. LTLIBOBJS=''
  1321. LUA_CFLAGS=''
  1322. LUA_CFLAGS_FALSE='#'
  1323. LUA_CFLAGS_TRUE=''
  1324. LUA_DISPLAY=''
  1325. LUA_FOUND='0'
  1326. LUA_LDADD=''
  1327. LUA_LDFLAGS=''
  1328. MAKEINFO='${SHELL} /opt/ModSecurity/missing makeinfo'
  1329. MANIFEST_TOOL=':'
  1330. MAXMIND_CFLAGS=''
  1331. MAXMIND_CFLAGS_FALSE='#'
  1332. MAXMIND_CFLAGS_TRUE=''
  1333. MAXMIND_DISPLAY=''
  1334. MAXMIND_FOUND='0'
  1335. MAXMIND_LDADD=''
  1336. MAXMIND_LDFLAGS=''
  1337. MAXMIND_LIBS=''
  1338. MAXMIND_VERSION=''
  1339. MKDIR_P='/bin/mkdir -p'
  1340. MODSEC_MUTEX_ON_PM=''
  1341. MODSEC_NO_LOGS=''
  1342. MOSTLYCLEANFILES += $(valgrind_log_files)
  1343. MOSTLYCLEANFILES ?=
  1344. MSC_BASE_DIR='/opt/ModSecurity'
  1345. MSC_GIT_VERSION='v3.0.2-3-g077b182'
  1346. MSC_VERSION='3.0'
  1347. MSC_VERSION_INFO='3:2:0'
  1348. NM='/usr/bin/nm -B'
  1349. NMEDIT=''
  1350. OBJDUMP='objdump'
  1351. OBJEXT='o'
  1352. OTOOL64=''
  1353. OTOOL=''
  1354. PACKAGE='modsecurity'
  1355. PACKAGE_BUGREPORT='security@modsecurity.org'
  1356. PACKAGE_NAME='modsecurity'
  1357. PACKAGE_STRING='modsecurity 3.0'
  1358. PACKAGE_TARNAME='modsecurity'
  1359. PACKAGE_URL=''
  1360. PACKAGE_VERSION='3.0'
  1361. PATH_SEPARATOR=':'
  1362. PCRE_CFLAGS=' -DPCRE_HAVE_JIT'
  1363. PCRE_CONFIG='/usr/bin/pcre-config'
  1364. PCRE_CPPFLAGS=''
  1365. PCRE_LDADD='-lpcre -lpcre'
  1366. PCRE_LDFLAGS=''
  1367. PCRE_LD_PATH='/-lpcre'
  1368. PCRE_VERSION='8.41'
  1369. PKG_CONFIG='/usr/bin/pkg-config'
  1370. PKG_CONFIG_LIBDIR=''
  1371. PKG_CONFIG_PATH=''
  1372. RANLIB='ranlib'
  1373. SED='/bin/sed'
  1374. SET_MAKE=''
  1375. SHELL='/bin/bash'
  1376. SSDEEP_CFLAGS=''
  1377. SSDEEP_CFLAGS_FALSE='#'
  1378. SSDEEP_CFLAGS_TRUE=''
  1379. SSDEEP_DISPLAY=''
  1380. SSDEEP_FOUND='0'
  1381. SSDEEP_LDADD=''
  1382. SSDEEP_LDFLAGS=''
  1383. STRIP='strip'
  1384. TEST_UTILITIES_FALSE='#'
  1385. TEST_UTILITIES_TRUE=''
  1386. USE_MUTEX_ON_PM_FALSE=''
  1387. USE_MUTEX_ON_PM_TRUE='#'
  1388. VALGRIND=''
  1389. VALGRIND_CHECK_RULES='
  1390. VALGRIND_ENABLED='no'
  1391. VALGRIND_ENABLED_FALSE=''
  1392. VALGRIND_ENABLED_TRUE='#'
  1393. VALGRIND_FLAGS ?= --num-callers=30
  1394. VALGRIND_LOG_COMPILER = test/test-suite.sh $(VALGRIND_SUPPRESSIONS) $(VALGRIND_FLAGS)
  1395. VALGRIND_SUPPRESSIONS ?= $(addprefix --suppressions=,$(VALGRIND_SUPPRESSIONS_FILES))
  1396. VALGRIND_TESTS_ENVIRONMENT = \
  1397. VALGRIND_drd_FLAGS ?=
  1398. VALGRIND_helgrind_FLAGS ?= --history-level=approx
  1399. VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
  1400. VALGRIND_sgcheck_FLAGS ?=
  1401. VERSION='3.0'
  1402. YACC=''
  1403. YACC_INST=''
  1404. YAJL_CFLAGS='-DWITH_YAJL -I/usr/include/yajl '
  1405. YAJL_DISPLAY='-lyajl , -DWITH_YAJL -I/usr/include/yajl '
  1406. YAJL_FOUND='1'
  1407. YAJL_LDADD='-lyajl '
  1408. YAJL_LDFLAGS=' '
  1409. YAJL_LIBS=''
  1410. YAJL_VERSION='2.1.0'
  1411. YAJL_VERSION_FALSE='#'
  1412. YAJL_VERSION_TRUE=''
  1413. YFLAGS=''
  1414. ac_ct_AR='ar'
  1415. ac_ct_CC='gcc'
  1416. ac_ct_CXX='g++'
  1417. ac_ct_DUMPBIN=''
  1418. am__EXEEXT_FALSE=''
  1419. am__EXEEXT_TRUE='#'
  1420. am__fastdepCC_FALSE='#'
  1421. am__fastdepCC_TRUE=''
  1422. am__fastdepCXX_FALSE='#'
  1423. am__fastdepCXX_TRUE=''
  1424. am__include='include'
  1425. am__isrc=''
  1426. am__leading_dot='.'
  1427. am__nodep='_no'
  1428. am__quote=''
  1429. am__tar='$${TAR-tar} chof - "$$tardir"'
  1430. am__untar='$${TAR-tar} xf -'
  1431. bindir='${exec_prefix}/bin'
  1432. build='x86_64-unknown-linux-gnu'
  1433. build_alias=''
  1434. build_cpu='x86_64'
  1435. build_os='linux-gnu'
  1436. build_vendor='unknown'
  1437. check-valgrind-$(1):
  1438. check-valgrind:
  1439. datadir='${datarootdir}'
  1440. datarootdir='${prefix}/share'
  1441. define valgrind_tool_rule =
  1442. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1443. dvidir='${docdir}'
  1444. else
  1445. else
  1446. else
  1447. else ifeq ($$(VALGRIND_ENABLED),yes)
  1448. endef
  1449. endif
  1450. endif
  1451. endif
  1452. exec_prefix='${prefix}'
  1453. host='x86_64-unknown-linux-gnu'
  1454. host_alias=''
  1455. host_cpu='x86_64'
  1456. host_os='linux-gnu'
  1457. host_vendor='unknown'
  1458. htmldir='${docdir}'
  1459. ifeq ($$(VALGRIND_ENABLED)-$$(ENABLE_VALGRIND_$(1)),yes-yes)
  1460. ifeq ($(VALGRIND_ENABLED),yes)
  1461. ifneq ($(LIBTOOL),)
  1462. includedir='${prefix}/include'
  1463. infodir='${datarootdir}/info'
  1464. install_sh='${SHELL} /opt/ModSecurity/install-sh'
  1465. libdir='${exec_prefix}/lib'
  1466. libexecdir='${exec_prefix}/libexec'
  1467. localedir='${datarootdir}/locale'
  1468. localstatedir='${prefix}/var'
  1469. mandir='${datarootdir}/man'
  1470. mkdir_p='$(MKDIR_P)'
  1471. oldincludedir='/usr/include'
  1472. pdfdir='${docdir}'
  1473. prefix='/usr/local/modsecurity'
  1474. program_transform_name='s,x,x,'
  1475. psdir='${docdir}'
  1476. sbindir='${exec_prefix}/sbin'
  1477. sharedstatedir='${prefix}/com'
  1478. sysconfdir='${prefix}/etc'
  1479. target_alias=''
  1480. valgrind_drd_flags = --tool=drd $(VALGRIND_drd_FLAGS)
  1481. valgrind_enabled_tools=''
  1482. valgrind_helgrind_flags = --tool=helgrind $(VALGRIND_helgrind_FLAGS)
  1483. valgrind_log_files = $(addprefix test-suite-,$(addsuffix .log,$(valgrind_tools)))
  1484. valgrind_lt =
  1485. valgrind_lt = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=execute
  1486. valgrind_memcheck_flags = --tool=memcheck $(VALGRIND_memcheck_FLAGS)
  1487. valgrind_quiet = $(valgrind_quiet_$(V))
  1488. valgrind_quiet_ = $(valgrind_quiet_$(AM_DEFAULT_VERBOSITY))
  1489. valgrind_quiet_0 = --quiet
  1490. valgrind_sgcheck_flags = --tool=exp-sgcheck $(VALGRIND_sgcheck_FLAGS)
  1491. valgrind_tools='memcheck helgrind drd sgcheck'
  1492. valgrind_v_use = $(valgrind_v_use_$(V))
  1493. valgrind_v_use_ = $(valgrind_v_use_$(AM_DEFAULT_VERBOSITY))
  1494. valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%,%,$@):;
  1495.  
  1496. ## ----------- ##
  1497. ## confdefs.h. ##
  1498. ## ----------- ##
  1499.  
  1500. /* confdefs.h */
  1501. #define PACKAGE_NAME "modsecurity"
  1502. #define PACKAGE_TARNAME "modsecurity"
  1503. #define PACKAGE_VERSION "3.0"
  1504. #define PACKAGE_STRING "modsecurity 3.0"
  1505. #define PACKAGE_BUGREPORT "security@modsecurity.org"
  1506. #define PACKAGE_URL ""
  1507. #define PACKAGE "modsecurity"
  1508. #define VERSION "3.0"
  1509. #define MSC_WITH_CURL 1
  1510. #define STDC_HEADERS 1
  1511. #define HAVE_SYS_TYPES_H 1
  1512. #define HAVE_SYS_STAT_H 1
  1513. #define HAVE_STDLIB_H 1
  1514. #define HAVE_STRING_H 1
  1515. #define HAVE_MEMORY_H 1
  1516. #define HAVE_STRINGS_H 1
  1517. #define HAVE_INTTYPES_H 1
  1518. #define HAVE_STDINT_H 1
  1519. #define HAVE_UNISTD_H 1
  1520. #define HAVE_SYS_UTSNAME_H 1
  1521. #define HAVE_DLFCN_H 1
  1522. #define LT_OBJDIR ".libs/"
  1523. #define LINUX 1
  1524.  
  1525. configure: exit 0
Add Comment
Please, Sign In to add comment