Advertisement
Guest User

Untitled

a guest
Oct 15th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.07 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 openlitespeed configure 1.4.23, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure AR=AR@
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = whmcs.corelabs.sg
  14. uname -m = x86_64
  15. uname -r = 3.10.0-327.36.1.el7.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Sun Sep 18 13:04:29 UTC 2016
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /root/.local/bin
  35. PATH: /root/bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2553: checking for a BSD-compatible install
  43. configure:2621: result: /usr/bin/install -c
  44. configure:2632: checking whether build environment is sane
  45. configure:2687: result: yes
  46. configure:2725: WARNING: 'missing' script is too old or missing
  47. configure:2838: checking for a thread-safe mkdir -p
  48. configure:2877: result: /usr/bin/mkdir -p
  49. configure:2884: checking for gawk
  50. configure:2900: found /usr/bin/gawk
  51. configure:2911: result: gawk
  52. configure:2922: checking whether make sets $(MAKE)
  53. configure:2944: result: yes
  54. configure:2973: checking whether make supports nested variables
  55. configure:2990: result: yes
  56. configure:3074: checking whether make sets $(MAKE)
  57. configure:3096: result: yes
  58. configure:3112: checking for gawk
  59. configure:3139: result: gawk
  60. configure:3208: checking for g++
  61. configure:3224: found /usr/bin/g++
  62. configure:3235: result: g++
  63. configure:3262: checking for C++ compiler version
  64. configure:3271: g++ --version >&5
  65. g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
  66. Copyright (C) 2015 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:3282: $? = 0
  71. configure:3271: g++ -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=g++
  74. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
  75. Target: x86_64-redhat-linux
  76. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  77. Thread model: posix
  78. gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
  79. configure:3282: $? = 0
  80. configure:3271: g++ -V >&5
  81. g++: error: unrecognized command line option '-V'
  82. g++: fatal error: no input files
  83. compilation terminated.
  84. configure:3282: $? = 4
  85. configure:3271: g++ -qversion >&5
  86. g++: error: unrecognized command line option '-qversion'
  87. g++: fatal error: no input files
  88. compilation terminated.
  89. configure:3282: $? = 4
  90. configure:3302: checking whether the C++ compiler works
  91. configure:3324: g++ conftest.cpp >&5
  92. configure:3328: $? = 0
  93. configure:3376: result: yes
  94. configure:3379: checking for C++ compiler default output file name
  95. configure:3381: result: a.out
  96. configure:3387: checking for suffix of executables
  97. configure:3394: g++ -o conftest conftest.cpp >&5
  98. configure:3398: $? = 0
  99. configure:3420: result:
  100. configure:3442: checking whether we are cross compiling
  101. configure:3450: g++ -o conftest conftest.cpp >&5
  102. configure:3454: $? = 0
  103. configure:3461: ./conftest
  104. configure:3465: $? = 0
  105. configure:3480: result: no
  106. configure:3485: checking for suffix of object files
  107. configure:3507: g++ -c conftest.cpp >&5
  108. configure:3511: $? = 0
  109. configure:3532: result: o
  110. configure:3536: checking whether we are using the GNU C++ compiler
  111. configure:3555: g++ -c conftest.cpp >&5
  112. configure:3555: $? = 0
  113. configure:3564: result: yes
  114. configure:3573: checking whether g++ accepts -g
  115. configure:3593: g++ -c -g conftest.cpp >&5
  116. configure:3593: $? = 0
  117. configure:3634: result: yes
  118. configure:3668: checking for style of include used by make
  119. configure:3696: result: GNU
  120. configure:3722: checking dependency style of g++
  121. configure:3833: result: gcc3
  122. configure:3896: checking for gcc
  123. configure:3912: found /usr/bin/gcc
  124. configure:3923: result: gcc
  125. configure:4152: checking for C compiler version
  126. configure:4161: gcc --version >&5
  127. gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
  128. Copyright (C) 2015 Free Software Foundation, Inc.
  129. This is free software; see the source for copying conditions. There is NO
  130. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  131.  
  132. configure:4172: $? = 0
  133. configure:4161: gcc -v >&5
  134. Using built-in specs.
  135. COLLECT_GCC=gcc
  136. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
  137. Target: x86_64-redhat-linux
  138. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
  139. Thread model: posix
  140. gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
  141. configure:4172: $? = 0
  142. configure:4161: gcc -V >&5
  143. gcc: error: unrecognized command line option '-V'
  144. gcc: fatal error: no input files
  145. compilation terminated.
  146. configure:4172: $? = 4
  147. configure:4161: gcc -qversion >&5
  148. gcc: error: unrecognized command line option '-qversion'
  149. gcc: fatal error: no input files
  150. compilation terminated.
  151. configure:4172: $? = 4
  152. configure:4176: checking whether we are using the GNU C compiler
  153. configure:4195: gcc -c conftest.c >&5
  154. configure:4195: $? = 0
  155. configure:4204: result: yes
  156. configure:4213: checking whether gcc accepts -g
  157. configure:4233: gcc -c -g conftest.c >&5
  158. configure:4233: $? = 0
  159. configure:4274: result: yes
  160. configure:4291: checking for gcc option to accept ISO C89
  161. configure:4354: gcc -c -g -O2 conftest.c >&5
  162. configure:4354: $? = 0
  163. configure:4367: result: none needed
  164. configure:4389: checking dependency style of gcc
  165. configure:4500: result: gcc3
  166. configure:4516: checking whether ln -s works
  167. configure:4520: result: yes
  168. configure:4527: checking whether make sets $(MAKE)
  169. configure:4549: result: yes
  170. configure:4601: checking for ranlib
  171. configure:4617: found /usr/bin/ranlib
  172. configure:4628: result: ranlib
  173. configure:4662: checking how to run the C preprocessor
  174. configure:4693: gcc -E conftest.c
  175. configure:4693: $? = 0
  176. configure:4707: gcc -E conftest.c
  177. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  178. #include <ac_nonexistent.h>
  179. ^
  180. compilation terminated.
  181. configure:4707: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "openlitespeed"
  185. | #define PACKAGE_TARNAME "openlitespeed"
  186. | #define PACKAGE_VERSION "1.4.23"
  187. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  188. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  189. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  190. | /* end confdefs.h. */
  191. | #include <ac_nonexistent.h>
  192. configure:4732: result: gcc -E
  193. configure:4752: gcc -E conftest.c
  194. configure:4752: $? = 0
  195. configure:4766: gcc -E conftest.c
  196. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  197. #include <ac_nonexistent.h>
  198. ^
  199. compilation terminated.
  200. configure:4766: $? = 1
  201. configure: failed program was:
  202. | /* confdefs.h */
  203. | #define PACKAGE_NAME "openlitespeed"
  204. | #define PACKAGE_TARNAME "openlitespeed"
  205. | #define PACKAGE_VERSION "1.4.23"
  206. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  207. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  208. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  209. | /* end confdefs.h. */
  210. | #include <ac_nonexistent.h>
  211. configure:4795: checking for grep that handles long lines and -e
  212. configure:4853: result: /usr/bin/grep
  213. configure:4858: checking for egrep
  214. configure:4920: result: /usr/bin/grep -E
  215. configure:4925: checking for ANSI C header files
  216. configure:4945: gcc -c -g -O2 conftest.c >&5
  217. configure:4945: $? = 0
  218. configure:5018: gcc -o conftest -g -O2 conftest.c >&5
  219. configure:5018: $? = 0
  220. configure:5018: ./conftest
  221. configure:5018: $? = 0
  222. configure:5029: result: yes
  223. configure:5042: checking for sys/types.h
  224. configure:5042: gcc -c -g -O2 conftest.c >&5
  225. configure:5042: $? = 0
  226. configure:5042: result: yes
  227. configure:5042: checking for sys/stat.h
  228. configure:5042: gcc -c -g -O2 conftest.c >&5
  229. configure:5042: $? = 0
  230. configure:5042: result: yes
  231. configure:5042: checking for stdlib.h
  232. configure:5042: gcc -c -g -O2 conftest.c >&5
  233. configure:5042: $? = 0
  234. configure:5042: result: yes
  235. configure:5042: checking for string.h
  236. configure:5042: gcc -c -g -O2 conftest.c >&5
  237. configure:5042: $? = 0
  238. configure:5042: result: yes
  239. configure:5042: checking for memory.h
  240. configure:5042: gcc -c -g -O2 conftest.c >&5
  241. configure:5042: $? = 0
  242. configure:5042: result: yes
  243. configure:5042: checking for strings.h
  244. configure:5042: gcc -c -g -O2 conftest.c >&5
  245. configure:5042: $? = 0
  246. configure:5042: result: yes
  247. configure:5042: checking for inttypes.h
  248. configure:5042: gcc -c -g -O2 conftest.c >&5
  249. configure:5042: $? = 0
  250. configure:5042: result: yes
  251. configure:5042: checking for stdint.h
  252. configure:5042: gcc -c -g -O2 conftest.c >&5
  253. configure:5042: $? = 0
  254. configure:5042: result: yes
  255. configure:5042: checking for unistd.h
  256. configure:5042: gcc -c -g -O2 conftest.c >&5
  257. configure:5042: $? = 0
  258. configure:5042: result: yes
  259. configure:5054: checking pthread.h usability
  260. configure:5054: gcc -c -g -O2 conftest.c >&5
  261. configure:5054: $? = 0
  262. configure:5054: result: yes
  263. configure:5054: checking pthread.h presence
  264. configure:5054: gcc -E conftest.c
  265. configure:5054: $? = 0
  266. configure:5054: result: yes
  267. configure:5054: checking for pthread.h
  268. configure:5054: result: yes
  269. configure:5056: checking for pthread_join in -lpthread
  270. configure:5081: gcc -o conftest -g -O2 conftest.c -lpthread >&5
  271. configure:5081: $? = 0
  272. configure:5090: result: yes
  273. configure:5111: checking arpa/inet.h usability
  274. configure:5111: gcc -c -g -O2 conftest.c >&5
  275. configure:5111: $? = 0
  276. configure:5111: result: yes
  277. configure:5111: checking arpa/inet.h presence
  278. configure:5111: gcc -E conftest.c
  279. configure:5111: $? = 0
  280. configure:5111: result: yes
  281. configure:5111: checking for arpa/inet.h
  282. configure:5111: result: yes
  283. configure:5111: checking fcntl.h usability
  284. configure:5111: gcc -c -g -O2 conftest.c >&5
  285. configure:5111: $? = 0
  286. configure:5111: result: yes
  287. configure:5111: checking fcntl.h presence
  288. configure:5111: gcc -E conftest.c
  289. configure:5111: $? = 0
  290. configure:5111: result: yes
  291. configure:5111: checking for fcntl.h
  292. configure:5111: result: yes
  293. configure:5111: checking for inttypes.h
  294. configure:5111: result: yes
  295. configure:5111: checking limits.h usability
  296. configure:5111: gcc -c -g -O2 conftest.c >&5
  297. configure:5111: $? = 0
  298. configure:5111: result: yes
  299. configure:5111: checking limits.h presence
  300. configure:5111: gcc -E conftest.c
  301. configure:5111: $? = 0
  302. configure:5111: result: yes
  303. configure:5111: checking for limits.h
  304. configure:5111: result: yes
  305. configure:5111: checking netdb.h usability
  306. configure:5111: gcc -c -g -O2 conftest.c >&5
  307. configure:5111: $? = 0
  308. configure:5111: result: yes
  309. configure:5111: checking netdb.h presence
  310. configure:5111: gcc -E conftest.c
  311. configure:5111: $? = 0
  312. configure:5111: result: yes
  313. configure:5111: checking for netdb.h
  314. configure:5111: result: yes
  315. configure:5111: checking netinet/in.h usability
  316. configure:5111: gcc -c -g -O2 conftest.c >&5
  317. configure:5111: $? = 0
  318. configure:5111: result: yes
  319. configure:5111: checking netinet/in.h presence
  320. configure:5111: gcc -E conftest.c
  321. configure:5111: $? = 0
  322. configure:5111: result: yes
  323. configure:5111: checking for netinet/in.h
  324. configure:5111: result: yes
  325. configure:5111: checking stddef.h usability
  326. configure:5111: gcc -c -g -O2 conftest.c >&5
  327. configure:5111: $? = 0
  328. configure:5111: result: yes
  329. configure:5111: checking stddef.h presence
  330. configure:5111: gcc -E conftest.c
  331. configure:5111: $? = 0
  332. configure:5111: result: yes
  333. configure:5111: checking for stddef.h
  334. configure:5111: result: yes
  335. configure:5111: checking for stdlib.h
  336. configure:5111: result: yes
  337. configure:5111: checking for string.h
  338. configure:5111: result: yes
  339. configure:5111: checking for strings.h
  340. configure:5111: result: yes
  341. configure:5111: checking sys/ioctl.h usability
  342. configure:5111: gcc -c -g -O2 conftest.c >&5
  343. configure:5111: $? = 0
  344. configure:5111: result: yes
  345. configure:5111: checking sys/ioctl.h presence
  346. configure:5111: gcc -E conftest.c
  347. configure:5111: $? = 0
  348. configure:5111: result: yes
  349. configure:5111: checking for sys/ioctl.h
  350. configure:5111: result: yes
  351. configure:5111: checking sys/param.h usability
  352. configure:5111: gcc -c -g -O2 conftest.c >&5
  353. configure:5111: $? = 0
  354. configure:5111: result: yes
  355. configure:5111: checking sys/param.h presence
  356. configure:5111: gcc -E conftest.c
  357. configure:5111: $? = 0
  358. configure:5111: result: yes
  359. configure:5111: checking for sys/param.h
  360. configure:5111: result: yes
  361. configure:5111: checking sys/socket.h usability
  362. configure:5111: gcc -c -g -O2 conftest.c >&5
  363. configure:5111: $? = 0
  364. configure:5111: result: yes
  365. configure:5111: checking sys/socket.h presence
  366. configure:5111: gcc -E conftest.c
  367. configure:5111: $? = 0
  368. configure:5111: result: yes
  369. configure:5111: checking for sys/socket.h
  370. configure:5111: result: yes
  371. configure:5111: checking sys/time.h usability
  372. configure:5111: gcc -c -g -O2 conftest.c >&5
  373. configure:5111: $? = 0
  374. configure:5111: result: yes
  375. configure:5111: checking sys/time.h presence
  376. configure:5111: gcc -E conftest.c
  377. configure:5111: $? = 0
  378. configure:5111: result: yes
  379. configure:5111: checking for sys/time.h
  380. configure:5111: result: yes
  381. configure:5111: checking for unistd.h
  382. configure:5111: result: yes
  383. configure:5123: checking whether to enable assertions
  384. configure:5141: result: yes
  385. configure:5277: checking whether to compile mod_lua module
  386. configure:5303: result: no
  387. configure:5443: checking if zlib is wanted
  388. configure:5463: result: yes
  389. configure:5490: checking for inflateEnd in -lz
  390. configure:5515: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lz -lpthread >&5
  391. configure:5515: $? = 0
  392. configure:5524: result: yes
  393. configure:5532: checking zlib.h usability
  394. configure:5532: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  395. configure:5532: $? = 0
  396. configure:5532: result: yes
  397. configure:5532: checking zlib.h presence
  398. configure:5532: gcc -E -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c
  399. configure:5532: $? = 0
  400. configure:5532: result: yes
  401. configure:5532: checking for zlib.h
  402. configure:5532: result: yes
  403. configure:5551: checking for inflateEnd in -lz
  404. configure:5585: result: yes
  405. configure:5596: checking zlib in /usr
  406. configure:5598: result: ok
  407. configure:5747: checking lib pcre
  408. configure:5763: result: (testing)
  409. configure:5765: checking for pcre_study in -lpcre
  410. configure:5790: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lpcre -lz -lpthread >&5
  411. configure:5790: $? = 0
  412. configure:5799: result: yes
  413. configure:5818: checking lib64 pcre
  414. configure:5820: result: -lpcre
  415. configure:5980: checking for Expat XML Parser headers in /usr/include
  416. configure:6004: g++ -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -I/usr/include conftest.cpp >&5
  417. configure:6004: $? = 0
  418. configure:6008: result: found
  419. configure:6029: checking for Expat XML Parser libraries
  420. configure:6057: g++ -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -I/usr/include -L/usr/lib64 conftest.cpp -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  421. configure:6057: $? = 0
  422. configure:6061: result: found
  423. configure:6086: checking for Expat XML Parser
  424. configure:6100: result: yes
  425. configure:6109: checking if Expat XML Parser version is >= 0.5
  426. configure:6146: result: yes
  427. configure:6174: checking for GeoIP_id_by_addr in -lGeoIP
  428. configure:6199: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  429. configure:6199: $? = 0
  430. configure:6208: result: yes
  431. configure:6219: checking for crypt in -lcrypt
  432. configure:6244: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  433. configure:6244: $? = 0
  434. configure:6253: result: yes
  435. configure:6262: checking for stdbool.h that conforms to C99
  436. configure:6329: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  437. configure:6329: $? = 0
  438. configure:6336: result: yes
  439. configure:6338: checking for _Bool
  440. configure:6338: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  441. configure:6338: $? = 0
  442. configure:6338: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  443. conftest.c: In function 'main':
  444. conftest.c:76:20: error: expected expression before ')' token
  445. if (sizeof ((_Bool)))
  446. ^
  447. configure:6338: $? = 1
  448. configure: failed program was:
  449. | /* confdefs.h */
  450. | #define PACKAGE_NAME "openlitespeed"
  451. | #define PACKAGE_TARNAME "openlitespeed"
  452. | #define PACKAGE_VERSION "1.4.23"
  453. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  454. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  455. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  456. | #define STDC_HEADERS 1
  457. | #define HAVE_SYS_TYPES_H 1
  458. | #define HAVE_SYS_STAT_H 1
  459. | #define HAVE_STDLIB_H 1
  460. | #define HAVE_STRING_H 1
  461. | #define HAVE_MEMORY_H 1
  462. | #define HAVE_STRINGS_H 1
  463. | #define HAVE_INTTYPES_H 1
  464. | #define HAVE_STDINT_H 1
  465. | #define HAVE_UNISTD_H 1
  466. | #define HAVE_LIBPTHREAD /**/
  467. | #define HAVE_PTHREAD_H /**/
  468. | #define HAVE_ARPA_INET_H 1
  469. | #define HAVE_FCNTL_H 1
  470. | #define HAVE_INTTYPES_H 1
  471. | #define HAVE_LIMITS_H 1
  472. | #define HAVE_NETDB_H 1
  473. | #define HAVE_NETINET_IN_H 1
  474. | #define HAVE_STDDEF_H 1
  475. | #define HAVE_STDLIB_H 1
  476. | #define HAVE_STRING_H 1
  477. | #define HAVE_STRINGS_H 1
  478. | #define HAVE_SYS_IOCTL_H 1
  479. | #define HAVE_SYS_PARAM_H 1
  480. | #define HAVE_SYS_SOCKET_H 1
  481. | #define HAVE_SYS_TIME_H 1
  482. | #define HAVE_UNISTD_H 1
  483. | #define LS_ENABLE_SPDY 1
  484. | #define HAVE_LIBZ 1
  485. | #define HAVE_LIBPCRE 1
  486. | #define HAVE_LIBGEOIP 1
  487. | /* end confdefs.h. */
  488. | #include <stdio.h>
  489. | #ifdef HAVE_SYS_TYPES_H
  490. | # include <sys/types.h>
  491. | #endif
  492. | #ifdef HAVE_SYS_STAT_H
  493. | # include <sys/stat.h>
  494. | #endif
  495. | #ifdef STDC_HEADERS
  496. | # include <stdlib.h>
  497. | # include <stddef.h>
  498. | #else
  499. | # ifdef HAVE_STDLIB_H
  500. | # include <stdlib.h>
  501. | # endif
  502. | #endif
  503. | #ifdef HAVE_STRING_H
  504. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  505. | # include <memory.h>
  506. | # endif
  507. | # include <string.h>
  508. | #endif
  509. | #ifdef HAVE_STRINGS_H
  510. | # include <strings.h>
  511. | #endif
  512. | #ifdef HAVE_INTTYPES_H
  513. | # include <inttypes.h>
  514. | #endif
  515. | #ifdef HAVE_STDINT_H
  516. | # include <stdint.h>
  517. | #endif
  518. | #ifdef HAVE_UNISTD_H
  519. | # include <unistd.h>
  520. | #endif
  521. | int
  522. | main ()
  523. | {
  524. | if (sizeof ((_Bool)))
  525. | return 0;
  526. | ;
  527. | return 0;
  528. | }
  529. configure:6338: result: yes
  530. configure:6349: checking for uid_t in sys/types.h
  531. configure:6368: result: yes
  532. configure:6379: checking for inline
  533. configure:6395: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  534. configure:6395: $? = 0
  535. configure:6403: result: inline
  536. configure:6421: checking for int16_t
  537. configure:6421: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  538. configure:6421: $? = 0
  539. configure:6421: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  540. conftest.c: In function 'main':
  541. conftest.c:78:12: error: size of array 'test_array' is negative
  542. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  543. ^
  544. configure:6421: $? = 1
  545. configure: failed program was:
  546. | /* confdefs.h */
  547. | #define PACKAGE_NAME "openlitespeed"
  548. | #define PACKAGE_TARNAME "openlitespeed"
  549. | #define PACKAGE_VERSION "1.4.23"
  550. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  551. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  552. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  553. | #define STDC_HEADERS 1
  554. | #define HAVE_SYS_TYPES_H 1
  555. | #define HAVE_SYS_STAT_H 1
  556. | #define HAVE_STDLIB_H 1
  557. | #define HAVE_STRING_H 1
  558. | #define HAVE_MEMORY_H 1
  559. | #define HAVE_STRINGS_H 1
  560. | #define HAVE_INTTYPES_H 1
  561. | #define HAVE_STDINT_H 1
  562. | #define HAVE_UNISTD_H 1
  563. | #define HAVE_LIBPTHREAD /**/
  564. | #define HAVE_PTHREAD_H /**/
  565. | #define HAVE_ARPA_INET_H 1
  566. | #define HAVE_FCNTL_H 1
  567. | #define HAVE_INTTYPES_H 1
  568. | #define HAVE_LIMITS_H 1
  569. | #define HAVE_NETDB_H 1
  570. | #define HAVE_NETINET_IN_H 1
  571. | #define HAVE_STDDEF_H 1
  572. | #define HAVE_STDLIB_H 1
  573. | #define HAVE_STRING_H 1
  574. | #define HAVE_STRINGS_H 1
  575. | #define HAVE_SYS_IOCTL_H 1
  576. | #define HAVE_SYS_PARAM_H 1
  577. | #define HAVE_SYS_SOCKET_H 1
  578. | #define HAVE_SYS_TIME_H 1
  579. | #define HAVE_UNISTD_H 1
  580. | #define LS_ENABLE_SPDY 1
  581. | #define HAVE_LIBZ 1
  582. | #define HAVE_LIBPCRE 1
  583. | #define HAVE_LIBGEOIP 1
  584. | #define HAVE__BOOL 1
  585. | /* end confdefs.h. */
  586. | #include <stdio.h>
  587. | #ifdef HAVE_SYS_TYPES_H
  588. | # include <sys/types.h>
  589. | #endif
  590. | #ifdef HAVE_SYS_STAT_H
  591. | # include <sys/stat.h>
  592. | #endif
  593. | #ifdef STDC_HEADERS
  594. | # include <stdlib.h>
  595. | # include <stddef.h>
  596. | #else
  597. | # ifdef HAVE_STDLIB_H
  598. | # include <stdlib.h>
  599. | # endif
  600. | #endif
  601. | #ifdef HAVE_STRING_H
  602. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  603. | # include <memory.h>
  604. | # endif
  605. | # include <string.h>
  606. | #endif
  607. | #ifdef HAVE_STRINGS_H
  608. | # include <strings.h>
  609. | #endif
  610. | #ifdef HAVE_INTTYPES_H
  611. | # include <inttypes.h>
  612. | #endif
  613. | #ifdef HAVE_STDINT_H
  614. | # include <stdint.h>
  615. | #endif
  616. | #ifdef HAVE_UNISTD_H
  617. | # include <unistd.h>
  618. | #endif
  619. | enum { N = 16 / 2 - 1 };
  620. | int
  621. | main ()
  622. | {
  623. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  624. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  625. | test_array [0] = 0;
  626. | return test_array [0];
  627. |
  628. | ;
  629. | return 0;
  630. | }
  631. configure:6421: result: yes
  632. configure:6432: checking for int32_t
  633. configure:6432: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  634. configure:6432: $? = 0
  635. configure:6432: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  636. conftest.c: In function 'main':
  637. conftest.c:79:53: warning: integer overflow in expression [-Woverflow]
  638. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  639. ^
  640. conftest.c:78:12: error: storage size of 'test_array' isn't constant
  641. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  642. ^
  643. configure:6432: $? = 1
  644. configure: failed program was:
  645. | /* confdefs.h */
  646. | #define PACKAGE_NAME "openlitespeed"
  647. | #define PACKAGE_TARNAME "openlitespeed"
  648. | #define PACKAGE_VERSION "1.4.23"
  649. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  650. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  651. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  652. | #define STDC_HEADERS 1
  653. | #define HAVE_SYS_TYPES_H 1
  654. | #define HAVE_SYS_STAT_H 1
  655. | #define HAVE_STDLIB_H 1
  656. | #define HAVE_STRING_H 1
  657. | #define HAVE_MEMORY_H 1
  658. | #define HAVE_STRINGS_H 1
  659. | #define HAVE_INTTYPES_H 1
  660. | #define HAVE_STDINT_H 1
  661. | #define HAVE_UNISTD_H 1
  662. | #define HAVE_LIBPTHREAD /**/
  663. | #define HAVE_PTHREAD_H /**/
  664. | #define HAVE_ARPA_INET_H 1
  665. | #define HAVE_FCNTL_H 1
  666. | #define HAVE_INTTYPES_H 1
  667. | #define HAVE_LIMITS_H 1
  668. | #define HAVE_NETDB_H 1
  669. | #define HAVE_NETINET_IN_H 1
  670. | #define HAVE_STDDEF_H 1
  671. | #define HAVE_STDLIB_H 1
  672. | #define HAVE_STRING_H 1
  673. | #define HAVE_STRINGS_H 1
  674. | #define HAVE_SYS_IOCTL_H 1
  675. | #define HAVE_SYS_PARAM_H 1
  676. | #define HAVE_SYS_SOCKET_H 1
  677. | #define HAVE_SYS_TIME_H 1
  678. | #define HAVE_UNISTD_H 1
  679. | #define LS_ENABLE_SPDY 1
  680. | #define HAVE_LIBZ 1
  681. | #define HAVE_LIBPCRE 1
  682. | #define HAVE_LIBGEOIP 1
  683. | #define HAVE__BOOL 1
  684. | /* end confdefs.h. */
  685. | #include <stdio.h>
  686. | #ifdef HAVE_SYS_TYPES_H
  687. | # include <sys/types.h>
  688. | #endif
  689. | #ifdef HAVE_SYS_STAT_H
  690. | # include <sys/stat.h>
  691. | #endif
  692. | #ifdef STDC_HEADERS
  693. | # include <stdlib.h>
  694. | # include <stddef.h>
  695. | #else
  696. | # ifdef HAVE_STDLIB_H
  697. | # include <stdlib.h>
  698. | # endif
  699. | #endif
  700. | #ifdef HAVE_STRING_H
  701. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  702. | # include <memory.h>
  703. | # endif
  704. | # include <string.h>
  705. | #endif
  706. | #ifdef HAVE_STRINGS_H
  707. | # include <strings.h>
  708. | #endif
  709. | #ifdef HAVE_INTTYPES_H
  710. | # include <inttypes.h>
  711. | #endif
  712. | #ifdef HAVE_STDINT_H
  713. | # include <stdint.h>
  714. | #endif
  715. | #ifdef HAVE_UNISTD_H
  716. | # include <unistd.h>
  717. | #endif
  718. | enum { N = 32 / 2 - 1 };
  719. | int
  720. | main ()
  721. | {
  722. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  723. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  724. | test_array [0] = 0;
  725. | return test_array [0];
  726. |
  727. | ;
  728. | return 0;
  729. | }
  730. configure:6432: result: yes
  731. configure:6443: checking for int8_t
  732. configure:6443: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  733. configure:6443: $? = 0
  734. configure:6443: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  735. conftest.c: In function 'main':
  736. conftest.c:78:12: error: size of array 'test_array' is negative
  737. static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  738. ^
  739. configure:6443: $? = 1
  740. configure: failed program was:
  741. | /* confdefs.h */
  742. | #define PACKAGE_NAME "openlitespeed"
  743. | #define PACKAGE_TARNAME "openlitespeed"
  744. | #define PACKAGE_VERSION "1.4.23"
  745. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  746. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  747. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  748. | #define STDC_HEADERS 1
  749. | #define HAVE_SYS_TYPES_H 1
  750. | #define HAVE_SYS_STAT_H 1
  751. | #define HAVE_STDLIB_H 1
  752. | #define HAVE_STRING_H 1
  753. | #define HAVE_MEMORY_H 1
  754. | #define HAVE_STRINGS_H 1
  755. | #define HAVE_INTTYPES_H 1
  756. | #define HAVE_STDINT_H 1
  757. | #define HAVE_UNISTD_H 1
  758. | #define HAVE_LIBPTHREAD /**/
  759. | #define HAVE_PTHREAD_H /**/
  760. | #define HAVE_ARPA_INET_H 1
  761. | #define HAVE_FCNTL_H 1
  762. | #define HAVE_INTTYPES_H 1
  763. | #define HAVE_LIMITS_H 1
  764. | #define HAVE_NETDB_H 1
  765. | #define HAVE_NETINET_IN_H 1
  766. | #define HAVE_STDDEF_H 1
  767. | #define HAVE_STDLIB_H 1
  768. | #define HAVE_STRING_H 1
  769. | #define HAVE_STRINGS_H 1
  770. | #define HAVE_SYS_IOCTL_H 1
  771. | #define HAVE_SYS_PARAM_H 1
  772. | #define HAVE_SYS_SOCKET_H 1
  773. | #define HAVE_SYS_TIME_H 1
  774. | #define HAVE_UNISTD_H 1
  775. | #define LS_ENABLE_SPDY 1
  776. | #define HAVE_LIBZ 1
  777. | #define HAVE_LIBPCRE 1
  778. | #define HAVE_LIBGEOIP 1
  779. | #define HAVE__BOOL 1
  780. | /* end confdefs.h. */
  781. | #include <stdio.h>
  782. | #ifdef HAVE_SYS_TYPES_H
  783. | # include <sys/types.h>
  784. | #endif
  785. | #ifdef HAVE_SYS_STAT_H
  786. | # include <sys/stat.h>
  787. | #endif
  788. | #ifdef STDC_HEADERS
  789. | # include <stdlib.h>
  790. | # include <stddef.h>
  791. | #else
  792. | # ifdef HAVE_STDLIB_H
  793. | # include <stdlib.h>
  794. | # endif
  795. | #endif
  796. | #ifdef HAVE_STRING_H
  797. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  798. | # include <memory.h>
  799. | # endif
  800. | # include <string.h>
  801. | #endif
  802. | #ifdef HAVE_STRINGS_H
  803. | # include <strings.h>
  804. | #endif
  805. | #ifdef HAVE_INTTYPES_H
  806. | # include <inttypes.h>
  807. | #endif
  808. | #ifdef HAVE_STDINT_H
  809. | # include <stdint.h>
  810. | #endif
  811. | #ifdef HAVE_UNISTD_H
  812. | # include <unistd.h>
  813. | #endif
  814. | enum { N = 8 / 2 - 1 };
  815. | int
  816. | main ()
  817. | {
  818. | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
  819. | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
  820. | test_array [0] = 0;
  821. | return test_array [0];
  822. |
  823. | ;
  824. | return 0;
  825. | }
  826. configure:6443: result: yes
  827. configure:6454: checking for mode_t
  828. configure:6454: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  829. configure:6454: $? = 0
  830. configure:6454: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  831. conftest.c: In function 'main':
  832. conftest.c:77:21: error: expected expression before ')' token
  833. if (sizeof ((mode_t)))
  834. ^
  835. configure:6454: $? = 1
  836. configure: failed program was:
  837. | /* confdefs.h */
  838. | #define PACKAGE_NAME "openlitespeed"
  839. | #define PACKAGE_TARNAME "openlitespeed"
  840. | #define PACKAGE_VERSION "1.4.23"
  841. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  842. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  843. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  844. | #define STDC_HEADERS 1
  845. | #define HAVE_SYS_TYPES_H 1
  846. | #define HAVE_SYS_STAT_H 1
  847. | #define HAVE_STDLIB_H 1
  848. | #define HAVE_STRING_H 1
  849. | #define HAVE_MEMORY_H 1
  850. | #define HAVE_STRINGS_H 1
  851. | #define HAVE_INTTYPES_H 1
  852. | #define HAVE_STDINT_H 1
  853. | #define HAVE_UNISTD_H 1
  854. | #define HAVE_LIBPTHREAD /**/
  855. | #define HAVE_PTHREAD_H /**/
  856. | #define HAVE_ARPA_INET_H 1
  857. | #define HAVE_FCNTL_H 1
  858. | #define HAVE_INTTYPES_H 1
  859. | #define HAVE_LIMITS_H 1
  860. | #define HAVE_NETDB_H 1
  861. | #define HAVE_NETINET_IN_H 1
  862. | #define HAVE_STDDEF_H 1
  863. | #define HAVE_STDLIB_H 1
  864. | #define HAVE_STRING_H 1
  865. | #define HAVE_STRINGS_H 1
  866. | #define HAVE_SYS_IOCTL_H 1
  867. | #define HAVE_SYS_PARAM_H 1
  868. | #define HAVE_SYS_SOCKET_H 1
  869. | #define HAVE_SYS_TIME_H 1
  870. | #define HAVE_UNISTD_H 1
  871. | #define LS_ENABLE_SPDY 1
  872. | #define HAVE_LIBZ 1
  873. | #define HAVE_LIBPCRE 1
  874. | #define HAVE_LIBGEOIP 1
  875. | #define HAVE__BOOL 1
  876. | /* end confdefs.h. */
  877. | #include <stdio.h>
  878. | #ifdef HAVE_SYS_TYPES_H
  879. | # include <sys/types.h>
  880. | #endif
  881. | #ifdef HAVE_SYS_STAT_H
  882. | # include <sys/stat.h>
  883. | #endif
  884. | #ifdef STDC_HEADERS
  885. | # include <stdlib.h>
  886. | # include <stddef.h>
  887. | #else
  888. | # ifdef HAVE_STDLIB_H
  889. | # include <stdlib.h>
  890. | # endif
  891. | #endif
  892. | #ifdef HAVE_STRING_H
  893. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  894. | # include <memory.h>
  895. | # endif
  896. | # include <string.h>
  897. | #endif
  898. | #ifdef HAVE_STRINGS_H
  899. | # include <strings.h>
  900. | #endif
  901. | #ifdef HAVE_INTTYPES_H
  902. | # include <inttypes.h>
  903. | #endif
  904. | #ifdef HAVE_STDINT_H
  905. | # include <stdint.h>
  906. | #endif
  907. | #ifdef HAVE_UNISTD_H
  908. | # include <unistd.h>
  909. | #endif
  910. | int
  911. | main ()
  912. | {
  913. | if (sizeof ((mode_t)))
  914. | return 0;
  915. | ;
  916. | return 0;
  917. | }
  918. configure:6454: result: yes
  919. configure:6465: checking for off_t
  920. configure:6465: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  921. configure:6465: $? = 0
  922. configure:6465: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  923. conftest.c: In function 'main':
  924. conftest.c:77:20: error: expected expression before ')' token
  925. if (sizeof ((off_t)))
  926. ^
  927. configure:6465: $? = 1
  928. configure: failed program was:
  929. | /* confdefs.h */
  930. | #define PACKAGE_NAME "openlitespeed"
  931. | #define PACKAGE_TARNAME "openlitespeed"
  932. | #define PACKAGE_VERSION "1.4.23"
  933. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  934. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  935. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  936. | #define STDC_HEADERS 1
  937. | #define HAVE_SYS_TYPES_H 1
  938. | #define HAVE_SYS_STAT_H 1
  939. | #define HAVE_STDLIB_H 1
  940. | #define HAVE_STRING_H 1
  941. | #define HAVE_MEMORY_H 1
  942. | #define HAVE_STRINGS_H 1
  943. | #define HAVE_INTTYPES_H 1
  944. | #define HAVE_STDINT_H 1
  945. | #define HAVE_UNISTD_H 1
  946. | #define HAVE_LIBPTHREAD /**/
  947. | #define HAVE_PTHREAD_H /**/
  948. | #define HAVE_ARPA_INET_H 1
  949. | #define HAVE_FCNTL_H 1
  950. | #define HAVE_INTTYPES_H 1
  951. | #define HAVE_LIMITS_H 1
  952. | #define HAVE_NETDB_H 1
  953. | #define HAVE_NETINET_IN_H 1
  954. | #define HAVE_STDDEF_H 1
  955. | #define HAVE_STDLIB_H 1
  956. | #define HAVE_STRING_H 1
  957. | #define HAVE_STRINGS_H 1
  958. | #define HAVE_SYS_IOCTL_H 1
  959. | #define HAVE_SYS_PARAM_H 1
  960. | #define HAVE_SYS_SOCKET_H 1
  961. | #define HAVE_SYS_TIME_H 1
  962. | #define HAVE_UNISTD_H 1
  963. | #define LS_ENABLE_SPDY 1
  964. | #define HAVE_LIBZ 1
  965. | #define HAVE_LIBPCRE 1
  966. | #define HAVE_LIBGEOIP 1
  967. | #define HAVE__BOOL 1
  968. | /* end confdefs.h. */
  969. | #include <stdio.h>
  970. | #ifdef HAVE_SYS_TYPES_H
  971. | # include <sys/types.h>
  972. | #endif
  973. | #ifdef HAVE_SYS_STAT_H
  974. | # include <sys/stat.h>
  975. | #endif
  976. | #ifdef STDC_HEADERS
  977. | # include <stdlib.h>
  978. | # include <stddef.h>
  979. | #else
  980. | # ifdef HAVE_STDLIB_H
  981. | # include <stdlib.h>
  982. | # endif
  983. | #endif
  984. | #ifdef HAVE_STRING_H
  985. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  986. | # include <memory.h>
  987. | # endif
  988. | # include <string.h>
  989. | #endif
  990. | #ifdef HAVE_STRINGS_H
  991. | # include <strings.h>
  992. | #endif
  993. | #ifdef HAVE_INTTYPES_H
  994. | # include <inttypes.h>
  995. | #endif
  996. | #ifdef HAVE_STDINT_H
  997. | # include <stdint.h>
  998. | #endif
  999. | #ifdef HAVE_UNISTD_H
  1000. | # include <unistd.h>
  1001. | #endif
  1002. | int
  1003. | main ()
  1004. | {
  1005. | if (sizeof ((off_t)))
  1006. | return 0;
  1007. | ;
  1008. | return 0;
  1009. | }
  1010. configure:6465: result: yes
  1011. configure:6476: checking for pid_t
  1012. configure:6476: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1013. configure:6476: $? = 0
  1014. configure:6476: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1015. conftest.c: In function 'main':
  1016. conftest.c:77:20: error: expected expression before ')' token
  1017. if (sizeof ((pid_t)))
  1018. ^
  1019. configure:6476: $? = 1
  1020. configure: failed program was:
  1021. | /* confdefs.h */
  1022. | #define PACKAGE_NAME "openlitespeed"
  1023. | #define PACKAGE_TARNAME "openlitespeed"
  1024. | #define PACKAGE_VERSION "1.4.23"
  1025. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1026. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1027. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1028. | #define STDC_HEADERS 1
  1029. | #define HAVE_SYS_TYPES_H 1
  1030. | #define HAVE_SYS_STAT_H 1
  1031. | #define HAVE_STDLIB_H 1
  1032. | #define HAVE_STRING_H 1
  1033. | #define HAVE_MEMORY_H 1
  1034. | #define HAVE_STRINGS_H 1
  1035. | #define HAVE_INTTYPES_H 1
  1036. | #define HAVE_STDINT_H 1
  1037. | #define HAVE_UNISTD_H 1
  1038. | #define HAVE_LIBPTHREAD /**/
  1039. | #define HAVE_PTHREAD_H /**/
  1040. | #define HAVE_ARPA_INET_H 1
  1041. | #define HAVE_FCNTL_H 1
  1042. | #define HAVE_INTTYPES_H 1
  1043. | #define HAVE_LIMITS_H 1
  1044. | #define HAVE_NETDB_H 1
  1045. | #define HAVE_NETINET_IN_H 1
  1046. | #define HAVE_STDDEF_H 1
  1047. | #define HAVE_STDLIB_H 1
  1048. | #define HAVE_STRING_H 1
  1049. | #define HAVE_STRINGS_H 1
  1050. | #define HAVE_SYS_IOCTL_H 1
  1051. | #define HAVE_SYS_PARAM_H 1
  1052. | #define HAVE_SYS_SOCKET_H 1
  1053. | #define HAVE_SYS_TIME_H 1
  1054. | #define HAVE_UNISTD_H 1
  1055. | #define LS_ENABLE_SPDY 1
  1056. | #define HAVE_LIBZ 1
  1057. | #define HAVE_LIBPCRE 1
  1058. | #define HAVE_LIBGEOIP 1
  1059. | #define HAVE__BOOL 1
  1060. | /* end confdefs.h. */
  1061. | #include <stdio.h>
  1062. | #ifdef HAVE_SYS_TYPES_H
  1063. | # include <sys/types.h>
  1064. | #endif
  1065. | #ifdef HAVE_SYS_STAT_H
  1066. | # include <sys/stat.h>
  1067. | #endif
  1068. | #ifdef STDC_HEADERS
  1069. | # include <stdlib.h>
  1070. | # include <stddef.h>
  1071. | #else
  1072. | # ifdef HAVE_STDLIB_H
  1073. | # include <stdlib.h>
  1074. | # endif
  1075. | #endif
  1076. | #ifdef HAVE_STRING_H
  1077. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1078. | # include <memory.h>
  1079. | # endif
  1080. | # include <string.h>
  1081. | #endif
  1082. | #ifdef HAVE_STRINGS_H
  1083. | # include <strings.h>
  1084. | #endif
  1085. | #ifdef HAVE_INTTYPES_H
  1086. | # include <inttypes.h>
  1087. | #endif
  1088. | #ifdef HAVE_STDINT_H
  1089. | # include <stdint.h>
  1090. | #endif
  1091. | #ifdef HAVE_UNISTD_H
  1092. | # include <unistd.h>
  1093. | #endif
  1094. | int
  1095. | main ()
  1096. | {
  1097. | if (sizeof ((pid_t)))
  1098. | return 0;
  1099. | ;
  1100. | return 0;
  1101. | }
  1102. configure:6476: result: yes
  1103. configure:6487: checking for size_t
  1104. configure:6487: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1105. configure:6487: $? = 0
  1106. configure:6487: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1107. conftest.c: In function 'main':
  1108. conftest.c:77:21: error: expected expression before ')' token
  1109. if (sizeof ((size_t)))
  1110. ^
  1111. configure:6487: $? = 1
  1112. configure: failed program was:
  1113. | /* confdefs.h */
  1114. | #define PACKAGE_NAME "openlitespeed"
  1115. | #define PACKAGE_TARNAME "openlitespeed"
  1116. | #define PACKAGE_VERSION "1.4.23"
  1117. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1118. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1119. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1120. | #define STDC_HEADERS 1
  1121. | #define HAVE_SYS_TYPES_H 1
  1122. | #define HAVE_SYS_STAT_H 1
  1123. | #define HAVE_STDLIB_H 1
  1124. | #define HAVE_STRING_H 1
  1125. | #define HAVE_MEMORY_H 1
  1126. | #define HAVE_STRINGS_H 1
  1127. | #define HAVE_INTTYPES_H 1
  1128. | #define HAVE_STDINT_H 1
  1129. | #define HAVE_UNISTD_H 1
  1130. | #define HAVE_LIBPTHREAD /**/
  1131. | #define HAVE_PTHREAD_H /**/
  1132. | #define HAVE_ARPA_INET_H 1
  1133. | #define HAVE_FCNTL_H 1
  1134. | #define HAVE_INTTYPES_H 1
  1135. | #define HAVE_LIMITS_H 1
  1136. | #define HAVE_NETDB_H 1
  1137. | #define HAVE_NETINET_IN_H 1
  1138. | #define HAVE_STDDEF_H 1
  1139. | #define HAVE_STDLIB_H 1
  1140. | #define HAVE_STRING_H 1
  1141. | #define HAVE_STRINGS_H 1
  1142. | #define HAVE_SYS_IOCTL_H 1
  1143. | #define HAVE_SYS_PARAM_H 1
  1144. | #define HAVE_SYS_SOCKET_H 1
  1145. | #define HAVE_SYS_TIME_H 1
  1146. | #define HAVE_UNISTD_H 1
  1147. | #define LS_ENABLE_SPDY 1
  1148. | #define HAVE_LIBZ 1
  1149. | #define HAVE_LIBPCRE 1
  1150. | #define HAVE_LIBGEOIP 1
  1151. | #define HAVE__BOOL 1
  1152. | /* end confdefs.h. */
  1153. | #include <stdio.h>
  1154. | #ifdef HAVE_SYS_TYPES_H
  1155. | # include <sys/types.h>
  1156. | #endif
  1157. | #ifdef HAVE_SYS_STAT_H
  1158. | # include <sys/stat.h>
  1159. | #endif
  1160. | #ifdef STDC_HEADERS
  1161. | # include <stdlib.h>
  1162. | # include <stddef.h>
  1163. | #else
  1164. | # ifdef HAVE_STDLIB_H
  1165. | # include <stdlib.h>
  1166. | # endif
  1167. | #endif
  1168. | #ifdef HAVE_STRING_H
  1169. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1170. | # include <memory.h>
  1171. | # endif
  1172. | # include <string.h>
  1173. | #endif
  1174. | #ifdef HAVE_STRINGS_H
  1175. | # include <strings.h>
  1176. | #endif
  1177. | #ifdef HAVE_INTTYPES_H
  1178. | # include <inttypes.h>
  1179. | #endif
  1180. | #ifdef HAVE_STDINT_H
  1181. | # include <stdint.h>
  1182. | #endif
  1183. | #ifdef HAVE_UNISTD_H
  1184. | # include <unistd.h>
  1185. | #endif
  1186. | int
  1187. | main ()
  1188. | {
  1189. | if (sizeof ((size_t)))
  1190. | return 0;
  1191. | ;
  1192. | return 0;
  1193. | }
  1194. configure:6487: result: yes
  1195. configure:6498: checking for ssize_t
  1196. configure:6498: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1197. configure:6498: $? = 0
  1198. configure:6498: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1199. conftest.c: In function 'main':
  1200. conftest.c:77:22: error: expected expression before ')' token
  1201. if (sizeof ((ssize_t)))
  1202. ^
  1203. configure:6498: $? = 1
  1204. configure: failed program was:
  1205. | /* confdefs.h */
  1206. | #define PACKAGE_NAME "openlitespeed"
  1207. | #define PACKAGE_TARNAME "openlitespeed"
  1208. | #define PACKAGE_VERSION "1.4.23"
  1209. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1210. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1211. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1212. | #define STDC_HEADERS 1
  1213. | #define HAVE_SYS_TYPES_H 1
  1214. | #define HAVE_SYS_STAT_H 1
  1215. | #define HAVE_STDLIB_H 1
  1216. | #define HAVE_STRING_H 1
  1217. | #define HAVE_MEMORY_H 1
  1218. | #define HAVE_STRINGS_H 1
  1219. | #define HAVE_INTTYPES_H 1
  1220. | #define HAVE_STDINT_H 1
  1221. | #define HAVE_UNISTD_H 1
  1222. | #define HAVE_LIBPTHREAD /**/
  1223. | #define HAVE_PTHREAD_H /**/
  1224. | #define HAVE_ARPA_INET_H 1
  1225. | #define HAVE_FCNTL_H 1
  1226. | #define HAVE_INTTYPES_H 1
  1227. | #define HAVE_LIMITS_H 1
  1228. | #define HAVE_NETDB_H 1
  1229. | #define HAVE_NETINET_IN_H 1
  1230. | #define HAVE_STDDEF_H 1
  1231. | #define HAVE_STDLIB_H 1
  1232. | #define HAVE_STRING_H 1
  1233. | #define HAVE_STRINGS_H 1
  1234. | #define HAVE_SYS_IOCTL_H 1
  1235. | #define HAVE_SYS_PARAM_H 1
  1236. | #define HAVE_SYS_SOCKET_H 1
  1237. | #define HAVE_SYS_TIME_H 1
  1238. | #define HAVE_UNISTD_H 1
  1239. | #define LS_ENABLE_SPDY 1
  1240. | #define HAVE_LIBZ 1
  1241. | #define HAVE_LIBPCRE 1
  1242. | #define HAVE_LIBGEOIP 1
  1243. | #define HAVE__BOOL 1
  1244. | /* end confdefs.h. */
  1245. | #include <stdio.h>
  1246. | #ifdef HAVE_SYS_TYPES_H
  1247. | # include <sys/types.h>
  1248. | #endif
  1249. | #ifdef HAVE_SYS_STAT_H
  1250. | # include <sys/stat.h>
  1251. | #endif
  1252. | #ifdef STDC_HEADERS
  1253. | # include <stdlib.h>
  1254. | # include <stddef.h>
  1255. | #else
  1256. | # ifdef HAVE_STDLIB_H
  1257. | # include <stdlib.h>
  1258. | # endif
  1259. | #endif
  1260. | #ifdef HAVE_STRING_H
  1261. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1262. | # include <memory.h>
  1263. | # endif
  1264. | # include <string.h>
  1265. | #endif
  1266. | #ifdef HAVE_STRINGS_H
  1267. | # include <strings.h>
  1268. | #endif
  1269. | #ifdef HAVE_INTTYPES_H
  1270. | # include <inttypes.h>
  1271. | #endif
  1272. | #ifdef HAVE_STDINT_H
  1273. | # include <stdint.h>
  1274. | #endif
  1275. | #ifdef HAVE_UNISTD_H
  1276. | # include <unistd.h>
  1277. | #endif
  1278. | int
  1279. | main ()
  1280. | {
  1281. | if (sizeof ((ssize_t)))
  1282. | return 0;
  1283. | ;
  1284. | return 0;
  1285. | }
  1286. configure:6498: result: yes
  1287. configure:6509: checking for uint16_t
  1288. configure:6509: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1289. configure:6509: $? = 0
  1290. configure:6509: result: yes
  1291. configure:6521: checking for uint32_t
  1292. configure:6521: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1293. configure:6521: $? = 0
  1294. configure:6521: result: yes
  1295. configure:6535: checking for ptrdiff_t
  1296. configure:6535: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1297. configure:6535: $? = 0
  1298. configure:6535: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1299. conftest.c: In function 'main':
  1300. conftest.c:77:24: error: expected expression before ')' token
  1301. if (sizeof ((ptrdiff_t)))
  1302. ^
  1303. configure:6535: $? = 1
  1304. configure: failed program was:
  1305. | /* confdefs.h */
  1306. | #define PACKAGE_NAME "openlitespeed"
  1307. | #define PACKAGE_TARNAME "openlitespeed"
  1308. | #define PACKAGE_VERSION "1.4.23"
  1309. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1310. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1311. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1312. | #define STDC_HEADERS 1
  1313. | #define HAVE_SYS_TYPES_H 1
  1314. | #define HAVE_SYS_STAT_H 1
  1315. | #define HAVE_STDLIB_H 1
  1316. | #define HAVE_STRING_H 1
  1317. | #define HAVE_MEMORY_H 1
  1318. | #define HAVE_STRINGS_H 1
  1319. | #define HAVE_INTTYPES_H 1
  1320. | #define HAVE_STDINT_H 1
  1321. | #define HAVE_UNISTD_H 1
  1322. | #define HAVE_LIBPTHREAD /**/
  1323. | #define HAVE_PTHREAD_H /**/
  1324. | #define HAVE_ARPA_INET_H 1
  1325. | #define HAVE_FCNTL_H 1
  1326. | #define HAVE_INTTYPES_H 1
  1327. | #define HAVE_LIMITS_H 1
  1328. | #define HAVE_NETDB_H 1
  1329. | #define HAVE_NETINET_IN_H 1
  1330. | #define HAVE_STDDEF_H 1
  1331. | #define HAVE_STDLIB_H 1
  1332. | #define HAVE_STRING_H 1
  1333. | #define HAVE_STRINGS_H 1
  1334. | #define HAVE_SYS_IOCTL_H 1
  1335. | #define HAVE_SYS_PARAM_H 1
  1336. | #define HAVE_SYS_SOCKET_H 1
  1337. | #define HAVE_SYS_TIME_H 1
  1338. | #define HAVE_UNISTD_H 1
  1339. | #define LS_ENABLE_SPDY 1
  1340. | #define HAVE_LIBZ 1
  1341. | #define HAVE_LIBPCRE 1
  1342. | #define HAVE_LIBGEOIP 1
  1343. | #define HAVE__BOOL 1
  1344. | /* end confdefs.h. */
  1345. | #include <stdio.h>
  1346. | #ifdef HAVE_SYS_TYPES_H
  1347. | # include <sys/types.h>
  1348. | #endif
  1349. | #ifdef HAVE_SYS_STAT_H
  1350. | # include <sys/stat.h>
  1351. | #endif
  1352. | #ifdef STDC_HEADERS
  1353. | # include <stdlib.h>
  1354. | # include <stddef.h>
  1355. | #else
  1356. | # ifdef HAVE_STDLIB_H
  1357. | # include <stdlib.h>
  1358. | # endif
  1359. | #endif
  1360. | #ifdef HAVE_STRING_H
  1361. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1362. | # include <memory.h>
  1363. | # endif
  1364. | # include <string.h>
  1365. | #endif
  1366. | #ifdef HAVE_STRINGS_H
  1367. | # include <strings.h>
  1368. | #endif
  1369. | #ifdef HAVE_INTTYPES_H
  1370. | # include <inttypes.h>
  1371. | #endif
  1372. | #ifdef HAVE_STDINT_H
  1373. | # include <stdint.h>
  1374. | #endif
  1375. | #ifdef HAVE_UNISTD_H
  1376. | # include <unistd.h>
  1377. | #endif
  1378. | int
  1379. | main ()
  1380. | {
  1381. | if (sizeof ((ptrdiff_t)))
  1382. | return 0;
  1383. | ;
  1384. | return 0;
  1385. | }
  1386. configure:6535: result: yes
  1387. configure:6549: checking for unistd.h
  1388. configure:6549: result: yes
  1389. configure:6559: checking for working chown
  1390. configure:6592: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1391. configure:6592: $? = 0
  1392. configure:6592: ./conftest
  1393. configure:6592: $? = 0
  1394. configure:6604: result: yes
  1395. configure:6612: checking for error_at_line
  1396. configure:6628: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1397. configure:6628: $? = 0
  1398. configure:6636: result: yes
  1399. configure:6649: checking vfork.h usability
  1400. configure:6649: gcc -c -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c >&5
  1401. conftest.c:77:19: fatal error: vfork.h: No such file or directory
  1402. #include <vfork.h>
  1403. ^
  1404. compilation terminated.
  1405. configure:6649: $? = 1
  1406. configure: failed program was:
  1407. | /* confdefs.h */
  1408. | #define PACKAGE_NAME "openlitespeed"
  1409. | #define PACKAGE_TARNAME "openlitespeed"
  1410. | #define PACKAGE_VERSION "1.4.23"
  1411. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1412. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1413. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1414. | #define STDC_HEADERS 1
  1415. | #define HAVE_SYS_TYPES_H 1
  1416. | #define HAVE_SYS_STAT_H 1
  1417. | #define HAVE_STDLIB_H 1
  1418. | #define HAVE_STRING_H 1
  1419. | #define HAVE_MEMORY_H 1
  1420. | #define HAVE_STRINGS_H 1
  1421. | #define HAVE_INTTYPES_H 1
  1422. | #define HAVE_STDINT_H 1
  1423. | #define HAVE_UNISTD_H 1
  1424. | #define HAVE_LIBPTHREAD /**/
  1425. | #define HAVE_PTHREAD_H /**/
  1426. | #define HAVE_ARPA_INET_H 1
  1427. | #define HAVE_FCNTL_H 1
  1428. | #define HAVE_INTTYPES_H 1
  1429. | #define HAVE_LIMITS_H 1
  1430. | #define HAVE_NETDB_H 1
  1431. | #define HAVE_NETINET_IN_H 1
  1432. | #define HAVE_STDDEF_H 1
  1433. | #define HAVE_STDLIB_H 1
  1434. | #define HAVE_STRING_H 1
  1435. | #define HAVE_STRINGS_H 1
  1436. | #define HAVE_SYS_IOCTL_H 1
  1437. | #define HAVE_SYS_PARAM_H 1
  1438. | #define HAVE_SYS_SOCKET_H 1
  1439. | #define HAVE_SYS_TIME_H 1
  1440. | #define HAVE_UNISTD_H 1
  1441. | #define LS_ENABLE_SPDY 1
  1442. | #define HAVE_LIBZ 1
  1443. | #define HAVE_LIBPCRE 1
  1444. | #define HAVE_LIBGEOIP 1
  1445. | #define HAVE__BOOL 1
  1446. | #define HAVE_PTRDIFF_T 1
  1447. | #define HAVE_UNISTD_H 1
  1448. | #define HAVE_CHOWN 1
  1449. | /* end confdefs.h. */
  1450. | #include <stdio.h>
  1451. | #ifdef HAVE_SYS_TYPES_H
  1452. | # include <sys/types.h>
  1453. | #endif
  1454. | #ifdef HAVE_SYS_STAT_H
  1455. | # include <sys/stat.h>
  1456. | #endif
  1457. | #ifdef STDC_HEADERS
  1458. | # include <stdlib.h>
  1459. | # include <stddef.h>
  1460. | #else
  1461. | # ifdef HAVE_STDLIB_H
  1462. | # include <stdlib.h>
  1463. | # endif
  1464. | #endif
  1465. | #ifdef HAVE_STRING_H
  1466. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1467. | # include <memory.h>
  1468. | # endif
  1469. | # include <string.h>
  1470. | #endif
  1471. | #ifdef HAVE_STRINGS_H
  1472. | # include <strings.h>
  1473. | #endif
  1474. | #ifdef HAVE_INTTYPES_H
  1475. | # include <inttypes.h>
  1476. | #endif
  1477. | #ifdef HAVE_STDINT_H
  1478. | # include <stdint.h>
  1479. | #endif
  1480. | #ifdef HAVE_UNISTD_H
  1481. | # include <unistd.h>
  1482. | #endif
  1483. | #include <vfork.h>
  1484. configure:6649: result: no
  1485. configure:6649: checking vfork.h presence
  1486. configure:6649: gcc -E -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include conftest.c
  1487. conftest.c:44:19: fatal error: vfork.h: No such file or directory
  1488. #include <vfork.h>
  1489. ^
  1490. compilation terminated.
  1491. configure:6649: $? = 1
  1492. configure: failed program was:
  1493. | /* confdefs.h */
  1494. | #define PACKAGE_NAME "openlitespeed"
  1495. | #define PACKAGE_TARNAME "openlitespeed"
  1496. | #define PACKAGE_VERSION "1.4.23"
  1497. | #define PACKAGE_STRING "openlitespeed 1.4.23"
  1498. | #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  1499. | #define PACKAGE_URL "http://www.litespeedtech.com/"
  1500. | #define STDC_HEADERS 1
  1501. | #define HAVE_SYS_TYPES_H 1
  1502. | #define HAVE_SYS_STAT_H 1
  1503. | #define HAVE_STDLIB_H 1
  1504. | #define HAVE_STRING_H 1
  1505. | #define HAVE_MEMORY_H 1
  1506. | #define HAVE_STRINGS_H 1
  1507. | #define HAVE_INTTYPES_H 1
  1508. | #define HAVE_STDINT_H 1
  1509. | #define HAVE_UNISTD_H 1
  1510. | #define HAVE_LIBPTHREAD /**/
  1511. | #define HAVE_PTHREAD_H /**/
  1512. | #define HAVE_ARPA_INET_H 1
  1513. | #define HAVE_FCNTL_H 1
  1514. | #define HAVE_INTTYPES_H 1
  1515. | #define HAVE_LIMITS_H 1
  1516. | #define HAVE_NETDB_H 1
  1517. | #define HAVE_NETINET_IN_H 1
  1518. | #define HAVE_STDDEF_H 1
  1519. | #define HAVE_STDLIB_H 1
  1520. | #define HAVE_STRING_H 1
  1521. | #define HAVE_STRINGS_H 1
  1522. | #define HAVE_SYS_IOCTL_H 1
  1523. | #define HAVE_SYS_PARAM_H 1
  1524. | #define HAVE_SYS_SOCKET_H 1
  1525. | #define HAVE_SYS_TIME_H 1
  1526. | #define HAVE_UNISTD_H 1
  1527. | #define LS_ENABLE_SPDY 1
  1528. | #define HAVE_LIBZ 1
  1529. | #define HAVE_LIBPCRE 1
  1530. | #define HAVE_LIBGEOIP 1
  1531. | #define HAVE__BOOL 1
  1532. | #define HAVE_PTRDIFF_T 1
  1533. | #define HAVE_UNISTD_H 1
  1534. | #define HAVE_CHOWN 1
  1535. | /* end confdefs.h. */
  1536. | #include <vfork.h>
  1537. configure:6649: result: no
  1538. configure:6649: checking for vfork.h
  1539. configure:6649: result: no
  1540. configure:6662: checking for fork
  1541. configure:6662: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1542. conftest.c:67:6: warning: conflicting types for built-in function 'fork' [enabled by default]
  1543. char fork ();
  1544. ^
  1545. configure:6662: $? = 0
  1546. configure:6662: result: yes
  1547. configure:6662: checking for vfork
  1548. configure:6662: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1549. configure:6662: $? = 0
  1550. configure:6662: result: yes
  1551. configure:6672: checking for working fork
  1552. configure:6694: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1553. configure:6694: $? = 0
  1554. configure:6694: ./conftest
  1555. configure:6694: $? = 0
  1556. configure:6704: result: yes
  1557. configure:6725: checking for working vfork
  1558. configure:6835: result: yes
  1559. configure:6860: checking for _LARGEFILE_SOURCE value needed for large files
  1560. configure:6879: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1561. configure:6879: $? = 0
  1562. configure:6907: result: no
  1563. configure:6928: checking whether lstat correctly handles trailing slash
  1564. configure:6954: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1565. configure:6954: $? = 0
  1566. configure:6954: ./conftest
  1567. configure:6954: $? = 0
  1568. configure:6971: result: yes
  1569. configure:6997: checking for stdlib.h
  1570. configure:6997: result: yes
  1571. configure:6997: checking for unistd.h
  1572. configure:6997: result: yes
  1573. configure:6997: checking for sys/param.h
  1574. configure:6997: result: yes
  1575. configure:7017: checking for getpagesize
  1576. configure:7017: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1577. configure:7017: $? = 0
  1578. configure:7017: result: yes
  1579. configure:7026: checking for working mmap
  1580. configure:7173: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1581. configure:7173: $? = 0
  1582. configure:7173: ./conftest
  1583. configure:7173: $? = 0
  1584. configure:7183: result: yes
  1585. configure:7194: checking for stdlib.h
  1586. configure:7194: result: yes
  1587. configure:7204: checking for GNU libc compatible realloc
  1588. configure:7228: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1589. configure:7228: $? = 0
  1590. configure:7228: ./conftest
  1591. configure:7228: $? = 0
  1592. configure:7238: result: yes
  1593. configure:7262: checking for malloc
  1594. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1595. conftest.c:80:6: warning: conflicting types for built-in function 'malloc' [enabled by default]
  1596. char malloc ();
  1597. ^
  1598. configure:7262: $? = 0
  1599. configure:7262: result: yes
  1600. configure:7262: checking for bzero
  1601. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1602. conftest.c:81:6: warning: conflicting types for built-in function 'bzero' [enabled by default]
  1603. char bzero ();
  1604. ^
  1605. configure:7262: $? = 0
  1606. configure:7262: result: yes
  1607. configure:7262: checking for dup2
  1608. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1609. configure:7262: $? = 0
  1610. configure:7262: result: yes
  1611. configure:7262: checking for ftruncate
  1612. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1613. configure:7262: $? = 0
  1614. configure:7262: result: yes
  1615. configure:7262: checking for getcwd
  1616. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1617. configure:7262: $? = 0
  1618. configure:7262: result: yes
  1619. configure:7262: checking for gethostbyaddr
  1620. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1621. configure:7262: $? = 0
  1622. configure:7262: result: yes
  1623. configure:7262: checking for gethostbyname
  1624. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1625. configure:7262: $? = 0
  1626. configure:7262: result: yes
  1627. configure:7262: checking for gettimeofday
  1628. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1629. configure:7262: $? = 0
  1630. configure:7262: result: yes
  1631. configure:7262: checking for inet_ntoa
  1632. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1633. configure:7262: $? = 0
  1634. configure:7262: result: yes
  1635. configure:7262: checking for localtime_r
  1636. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1637. configure:7262: $? = 0
  1638. configure:7262: result: yes
  1639. configure:7262: checking for memchr
  1640. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1641. conftest.c:90:6: warning: conflicting types for built-in function 'memchr' [enabled by default]
  1642. char memchr ();
  1643. ^
  1644. configure:7262: $? = 0
  1645. configure:7262: result: yes
  1646. configure:7262: checking for memmove
  1647. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1648. conftest.c:91:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
  1649. char memmove ();
  1650. ^
  1651. configure:7262: $? = 0
  1652. configure:7262: result: yes
  1653. configure:7262: checking for memset
  1654. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1655. conftest.c:92:6: warning: conflicting types for built-in function 'memset' [enabled by default]
  1656. char memset ();
  1657. ^
  1658. configure:7262: $? = 0
  1659. configure:7262: result: yes
  1660. configure:7262: checking for mkdir
  1661. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1662. configure:7262: $? = 0
  1663. configure:7262: result: yes
  1664. configure:7262: checking for munmap
  1665. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1666. configure:7262: $? = 0
  1667. configure:7262: result: yes
  1668. configure:7262: checking for select
  1669. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1670. configure:7262: $? = 0
  1671. configure:7262: result: yes
  1672. configure:7262: checking for socket
  1673. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1674. configure:7262: $? = 0
  1675. configure:7262: result: yes
  1676. configure:7262: checking for strcasecmp
  1677. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1678. conftest.c:97:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
  1679. char strcasecmp ();
  1680. ^
  1681. configure:7262: $? = 0
  1682. configure:7262: result: yes
  1683. configure:7262: checking for strchr
  1684. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1685. conftest.c:98:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
  1686. char strchr ();
  1687. ^
  1688. configure:7262: $? = 0
  1689. configure:7262: result: yes
  1690. configure:7262: checking for strcspn
  1691. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1692. conftest.c:99:6: warning: conflicting types for built-in function 'strcspn' [enabled by default]
  1693. char strcspn ();
  1694. ^
  1695. configure:7262: $? = 0
  1696. configure:7262: result: yes
  1697. configure:7262: checking for strdup
  1698. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1699. conftest.c:100:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
  1700. char strdup ();
  1701. ^
  1702. configure:7262: $? = 0
  1703. configure:7262: result: yes
  1704. configure:7262: checking for strerror
  1705. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1706. configure:7262: $? = 0
  1707. configure:7262: result: yes
  1708. configure:7262: checking for strncasecmp
  1709. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1710. conftest.c:102:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
  1711. char strncasecmp ();
  1712. ^
  1713. configure:7262: $? = 0
  1714. configure:7262: result: yes
  1715. configure:7262: checking for strpbrk
  1716. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1717. conftest.c:103:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
  1718. char strpbrk ();
  1719. ^
  1720. configure:7262: $? = 0
  1721. configure:7262: result: yes
  1722. configure:7262: checking for strrchr
  1723. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1724. conftest.c:104:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
  1725. char strrchr ();
  1726. ^
  1727. configure:7262: $? = 0
  1728. configure:7262: result: yes
  1729. configure:7262: checking for strspn
  1730. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1731. conftest.c:105:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
  1732. char strspn ();
  1733. ^
  1734. configure:7262: $? = 0
  1735. configure:7262: result: yes
  1736. configure:7262: checking for strstr
  1737. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1738. conftest.c:106:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
  1739. char strstr ();
  1740. ^
  1741. configure:7262: $? = 0
  1742. configure:7262: result: yes
  1743. configure:7262: checking for strtol
  1744. configure:7262: gcc -o conftest -g -O2 -fstack-protector -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include -L/usr/lib64 conftest.c -lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat >&5
  1745. configure:7262: $? = 0
  1746. configure:7262: result: yes
  1747. configure:7413: checking that generated files are newer than configure
  1748. configure:7419: result: done
  1749. configure:7454: creating ./config.status
  1750.  
  1751. ## ---------------------- ##
  1752. ## Running config.status. ##
  1753. ## ---------------------- ##
  1754.  
  1755. This file was extended by openlitespeed config.status 1.4.23, which was
  1756. generated by GNU Autoconf 2.69. Invocation command line was
  1757.  
  1758. CONFIG_FILES =
  1759. CONFIG_HEADERS =
  1760. CONFIG_LINKS =
  1761. CONFIG_COMMANDS =
  1762. $ ./config.status
  1763.  
  1764. on whmcs.corelabs.sg
  1765.  
  1766. config.status:967: creating Makefile
  1767. config.status:967: creating src/Makefile
  1768. config.status:967: creating src/edio/Makefile
  1769. config.status:967: creating src/extensions/Makefile
  1770. config.status:967: creating src/http/Makefile
  1771. config.status:967: creating src/spdy/Makefile
  1772. config.status:967: creating src/log4cxx/Makefile
  1773. config.status:967: creating src/main/Makefile
  1774. config.status:967: creating src/socket/Makefile
  1775. config.status:967: creating src/sslpp/Makefile
  1776. config.status:967: creating src/ssi/Makefile
  1777. config.status:967: creating src/lsiapi/Makefile
  1778. config.status:967: creating src/modules/Makefile
  1779. config.status:967: creating src/shm/Makefile
  1780. config.status:967: creating src/modules/cache/Makefile
  1781. config.status:967: creating src/modules/modinspector/Makefile
  1782. config.status:967: creating src/modules/uploadprogress/Makefile
  1783. config.status:967: creating src/config.h
  1784. config.status:1148: src/config.h is unchanged
  1785. config.status:1196: executing depfiles commands
  1786.  
  1787. ## ---------------- ##
  1788. ## Cache variables. ##
  1789. ## ---------------- ##
  1790.  
  1791. ac_cv_c_compiler_gnu=yes
  1792. ac_cv_c_inline=inline
  1793. ac_cv_c_int16_t=yes
  1794. ac_cv_c_int32_t=yes
  1795. ac_cv_c_int8_t=yes
  1796. ac_cv_c_uint16_t=yes
  1797. ac_cv_c_uint32_t=yes
  1798. ac_cv_cxx_compiler_gnu=yes
  1799. ac_cv_env_CCC_set=
  1800. ac_cv_env_CCC_value=
  1801. ac_cv_env_CC_set=
  1802. ac_cv_env_CC_value=
  1803. ac_cv_env_CFLAGS_set=
  1804. ac_cv_env_CFLAGS_value=
  1805. ac_cv_env_CPPFLAGS_set=
  1806. ac_cv_env_CPPFLAGS_value=
  1807. ac_cv_env_CPP_set=
  1808. ac_cv_env_CPP_value=
  1809. ac_cv_env_CXXFLAGS_set=
  1810. ac_cv_env_CXXFLAGS_value=
  1811. ac_cv_env_CXX_set=
  1812. ac_cv_env_CXX_value=
  1813. ac_cv_env_LDFLAGS_set=
  1814. ac_cv_env_LDFLAGS_value=
  1815. ac_cv_env_LIBS_set=
  1816. ac_cv_env_LIBS_value=
  1817. ac_cv_env_build_alias_set=
  1818. ac_cv_env_build_alias_value=
  1819. ac_cv_env_host_alias_set=
  1820. ac_cv_env_host_alias_value=
  1821. ac_cv_env_target_alias_set=
  1822. ac_cv_env_target_alias_value=
  1823. ac_cv_func_bzero=yes
  1824. ac_cv_func_chown_works=yes
  1825. ac_cv_func_dup2=yes
  1826. ac_cv_func_fork=yes
  1827. ac_cv_func_fork_works=yes
  1828. ac_cv_func_ftruncate=yes
  1829. ac_cv_func_getcwd=yes
  1830. ac_cv_func_gethostbyaddr=yes
  1831. ac_cv_func_gethostbyname=yes
  1832. ac_cv_func_getpagesize=yes
  1833. ac_cv_func_gettimeofday=yes
  1834. ac_cv_func_inet_ntoa=yes
  1835. ac_cv_func_localtime_r=yes
  1836. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  1837. ac_cv_func_malloc=yes
  1838. ac_cv_func_memchr=yes
  1839. ac_cv_func_memmove=yes
  1840. ac_cv_func_memset=yes
  1841. ac_cv_func_mkdir=yes
  1842. ac_cv_func_mmap_fixed_mapped=yes
  1843. ac_cv_func_munmap=yes
  1844. ac_cv_func_realloc_0_nonnull=yes
  1845. ac_cv_func_select=yes
  1846. ac_cv_func_socket=yes
  1847. ac_cv_func_strcasecmp=yes
  1848. ac_cv_func_strchr=yes
  1849. ac_cv_func_strcspn=yes
  1850. ac_cv_func_strdup=yes
  1851. ac_cv_func_strerror=yes
  1852. ac_cv_func_strncasecmp=yes
  1853. ac_cv_func_strpbrk=yes
  1854. ac_cv_func_strrchr=yes
  1855. ac_cv_func_strspn=yes
  1856. ac_cv_func_strstr=yes
  1857. ac_cv_func_strtol=yes
  1858. ac_cv_func_vfork=yes
  1859. ac_cv_func_vfork_works=yes
  1860. ac_cv_header_arpa_inet_h=yes
  1861. ac_cv_header_fcntl_h=yes
  1862. ac_cv_header_inttypes_h=yes
  1863. ac_cv_header_limits_h=yes
  1864. ac_cv_header_memory_h=yes
  1865. ac_cv_header_netdb_h=yes
  1866. ac_cv_header_netinet_in_h=yes
  1867. ac_cv_header_pthread_h=yes
  1868. ac_cv_header_stdbool_h=yes
  1869. ac_cv_header_stdc=yes
  1870. ac_cv_header_stddef_h=yes
  1871. ac_cv_header_stdint_h=yes
  1872. ac_cv_header_stdlib_h=yes
  1873. ac_cv_header_string_h=yes
  1874. ac_cv_header_strings_h=yes
  1875. ac_cv_header_sys_ioctl_h=yes
  1876. ac_cv_header_sys_param_h=yes
  1877. ac_cv_header_sys_socket_h=yes
  1878. ac_cv_header_sys_stat_h=yes
  1879. ac_cv_header_sys_time_h=yes
  1880. ac_cv_header_sys_types_h=yes
  1881. ac_cv_header_unistd_h=yes
  1882. ac_cv_header_vfork_h=no
  1883. ac_cv_header_zlib_h=yes
  1884. ac_cv_lib_GeoIP_GeoIP_id_by_addr=yes
  1885. ac_cv_lib_crypt_crypt=yes
  1886. ac_cv_lib_error_at_line=yes
  1887. ac_cv_lib_pcre_pcre_study=yes
  1888. ac_cv_lib_pthread_pthread_join=yes
  1889. ac_cv_lib_z_inflateEnd=yes
  1890. ac_cv_objext=o
  1891. ac_cv_path_EGREP='/usr/bin/grep -E'
  1892. ac_cv_path_GREP=/usr/bin/grep
  1893. ac_cv_path_install='/usr/bin/install -c'
  1894. ac_cv_path_mkdir=/usr/bin/mkdir
  1895. ac_cv_prog_AWK=gawk
  1896. ac_cv_prog_CPP='gcc -E'
  1897. ac_cv_prog_ac_ct_CC=gcc
  1898. ac_cv_prog_ac_ct_CXX=g++
  1899. ac_cv_prog_ac_ct_RANLIB=ranlib
  1900. ac_cv_prog_cc_c89=
  1901. ac_cv_prog_cc_g=yes
  1902. ac_cv_prog_cxx_g=yes
  1903. ac_cv_prog_make_make_set=yes
  1904. ac_cv_sys_largefile_source=no
  1905. ac_cv_type__Bool=yes
  1906. ac_cv_type_mode_t=yes
  1907. ac_cv_type_off_t=yes
  1908. ac_cv_type_pid_t=yes
  1909. ac_cv_type_ptrdiff_t=yes
  1910. ac_cv_type_size_t=yes
  1911. ac_cv_type_ssize_t=yes
  1912. ac_cv_type_uid_t=yes
  1913. am_cv_CC_dependencies_compiler_type=gcc3
  1914. am_cv_CXX_dependencies_compiler_type=gcc3
  1915. am_cv_make_support_nested_variables=yes
  1916. zlib_cv_libz=yes
  1917. zlib_cv_zlib_h=yes
  1918.  
  1919. ## ----------------- ##
  1920. ## Output variables. ##
  1921. ## ----------------- ##
  1922.  
  1923. ACLOCAL='aclocal-1.13'
  1924. AMDEPBACKSLASH='\'
  1925. AMDEP_FALSE='#'
  1926. AMDEP_TRUE=''
  1927. AMTAR='$${TAR-tar}'
  1928. AM_BACKSLASH='\'
  1929. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1930. AM_DEFAULT_VERBOSITY='1'
  1931. AM_V='$(V)'
  1932. AUTOCONF='autoconf'
  1933. AUTOHEADER='autoheader'
  1934. AUTOMAKE='automake-1.13'
  1935. AWK='gawk'
  1936. CC='gcc'
  1937. CCDEPMODE='depmode=gcc3'
  1938. CFLAGS='-g -O2 -fstack-protector '
  1939. CPP='gcc -E'
  1940. CPPFLAGS=' -I../../openssl/include -I../../src -I../../include -I/usr/local/include -I/usr/local -I/usr -I/usr/pkg -I/usr/include'
  1941. CXX='g++'
  1942. CXXDEPMODE='depmode=gcc3'
  1943. CXXFLAGS='-g -O2 -fstack-protector '
  1944. CYGPATH_W='echo'
  1945. DEFS='-DHAVE_CONFIG_H'
  1946. DEPDIR='.deps'
  1947. DL_LIB_OPTION=' -ldl'
  1948. ECHO_C=''
  1949. ECHO_N='-n'
  1950. ECHO_T=''
  1951. EGREP='/usr/bin/grep -E'
  1952. EXEEXT=''
  1953. EXPAT_CFLAGS='-I/usr/include'
  1954. EXPAT_LIBS='-L/usr/lib64 -lexpat'
  1955. EXPAT_VERSION='2.1.0'
  1956. GREP='/usr/bin/grep'
  1957. HAVE_LIBLUA_FALSE=''
  1958. HAVE_LIBLUA_TRUE='#'
  1959. INSTALL_DATA='${INSTALL} -m 644'
  1960. INSTALL_PROGRAM='${INSTALL}'
  1961. INSTALL_SCRIPT='${INSTALL}'
  1962. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1963. LDFLAGS=' -L/usr/lib64 -Wl,--export-dynamic '
  1964. LIBOBJS=''
  1965. LIBS='-lcrypt -lGeoIP -L/usr/lib64 -L/usr/lib64 -lexpat'
  1966. LN_S='ln -s'
  1967. LTLIBOBJS=''
  1968. LUA_INCLUDES=''
  1969. MAKEINFO='makeinfo'
  1970. MKDIR_P='/usr/bin/mkdir -p'
  1971. OBJEXT='o'
  1972. OPENLSWS_ADMIN='admin'
  1973. OPENLSWS_ADMINPORT='7080'
  1974. OPENLSWS_ADMINSSL='yes'
  1975. OPENLSWS_DISABLE_RPATH='no'
  1976. OPENLSWS_EMAIL='root@localhost'
  1977. OPENLSWS_GROUP='nobody'
  1978. OPENLSWS_LIBDIR='lib64'
  1979. OPENLSWS_PASSWORD='123456'
  1980. OPENLSWS_USER='nobody'
  1981. OPENSSL_INCLUDES=''
  1982. OPENSSL_LDFLAGS=''
  1983. OPENSSL_LIBS=''
  1984. PACKAGE='openlitespeed'
  1985. PACKAGE_BUGREPORT='info@litespeedtech.com'
  1986. PACKAGE_NAME='openlitespeed'
  1987. PACKAGE_STRING='openlitespeed 1.4.23'
  1988. PACKAGE_TARNAME='openlitespeed'
  1989. PACKAGE_URL='http://www.litespeedtech.com/'
  1990. PACKAGE_VERSION='1.4.23'
  1991. PATH_SEPARATOR=':'
  1992. PCRE_CFLAGS=''
  1993. PCRE_LDFLAGS=''
  1994. PCRE_LIBS='-lpcre'
  1995. RANLIB='ranlib'
  1996. RT_LIB_OPTION=' -lrt'
  1997. SET_MAKE=''
  1998. SHELL='/bin/sh'
  1999. STRIP=''
  2000. USE_DYN_OSSL_FALSE=''
  2001. USE_DYN_OSSL_TRUE='#'
  2002. VERSION='1.4.23'
  2003. ac_ct_CC='gcc'
  2004. ac_ct_CXX='g++'
  2005. am__EXEEXT_FALSE=''
  2006. am__EXEEXT_TRUE='#'
  2007. am__fastdepCC_FALSE='#'
  2008. am__fastdepCC_TRUE=''
  2009. am__fastdepCXX_FALSE='#'
  2010. am__fastdepCXX_TRUE=''
  2011. am__include='include'
  2012. am__isrc=''
  2013. am__leading_dot='.'
  2014. am__nodep='_no'
  2015. am__quote=''
  2016. am__tar='$${TAR-tar} chof - "$$tardir"'
  2017. am__untar='$${TAR-tar} xf -'
  2018. bindir='${exec_prefix}/bin'
  2019. build_alias=''
  2020. datadir='${datarootdir}'
  2021. datarootdir='${prefix}/share'
  2022. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2023. dvidir='${docdir}'
  2024. exec_prefix='${prefix}'
  2025. host_alias=''
  2026. htmldir='${docdir}'
  2027. includedir='${prefix}/include'
  2028. infodir='${datarootdir}/info'
  2029. install_sh='${SHELL} /usr/openlitespeed-1.4.23/install-sh'
  2030. libdir='${exec_prefix}/lib'
  2031. libexecdir='${exec_prefix}/libexec'
  2032. localedir='${datarootdir}/locale'
  2033. localstatedir='${prefix}/var'
  2034. mandir='${datarootdir}/man'
  2035. mkdir_p='$(MKDIR_P)'
  2036. oldincludedir='/usr/include'
  2037. pdfdir='${docdir}'
  2038. prefix='/usr/local/lsws'
  2039. program_transform_name='s,x,x,'
  2040. psdir='${docdir}'
  2041. sbindir='${exec_prefix}/sbin'
  2042. sharedstatedir='${prefix}/com'
  2043. sysconfdir='${prefix}/etc'
  2044. target_alias=''
  2045.  
  2046. ## ----------- ##
  2047. ## confdefs.h. ##
  2048. ## ----------- ##
  2049.  
  2050. /* confdefs.h */
  2051. #define PACKAGE_NAME "openlitespeed"
  2052. #define PACKAGE_TARNAME "openlitespeed"
  2053. #define PACKAGE_VERSION "1.4.23"
  2054. #define PACKAGE_STRING "openlitespeed 1.4.23"
  2055. #define PACKAGE_BUGREPORT "info@litespeedtech.com"
  2056. #define PACKAGE_URL "http://www.litespeedtech.com/"
  2057. #define STDC_HEADERS 1
  2058. #define HAVE_SYS_TYPES_H 1
  2059. #define HAVE_SYS_STAT_H 1
  2060. #define HAVE_STDLIB_H 1
  2061. #define HAVE_STRING_H 1
  2062. #define HAVE_MEMORY_H 1
  2063. #define HAVE_STRINGS_H 1
  2064. #define HAVE_INTTYPES_H 1
  2065. #define HAVE_STDINT_H 1
  2066. #define HAVE_UNISTD_H 1
  2067. #define HAVE_LIBPTHREAD /**/
  2068. #define HAVE_PTHREAD_H /**/
  2069. #define HAVE_ARPA_INET_H 1
  2070. #define HAVE_FCNTL_H 1
  2071. #define HAVE_INTTYPES_H 1
  2072. #define HAVE_LIMITS_H 1
  2073. #define HAVE_NETDB_H 1
  2074. #define HAVE_NETINET_IN_H 1
  2075. #define HAVE_STDDEF_H 1
  2076. #define HAVE_STDLIB_H 1
  2077. #define HAVE_STRING_H 1
  2078. #define HAVE_STRINGS_H 1
  2079. #define HAVE_SYS_IOCTL_H 1
  2080. #define HAVE_SYS_PARAM_H 1
  2081. #define HAVE_SYS_SOCKET_H 1
  2082. #define HAVE_SYS_TIME_H 1
  2083. #define HAVE_UNISTD_H 1
  2084. #define LS_ENABLE_SPDY 1
  2085. #define HAVE_LIBZ 1
  2086. #define HAVE_LIBPCRE 1
  2087. #define HAVE_LIBGEOIP 1
  2088. #define HAVE__BOOL 1
  2089. #define HAVE_PTRDIFF_T 1
  2090. #define HAVE_UNISTD_H 1
  2091. #define HAVE_CHOWN 1
  2092. #define HAVE_FORK 1
  2093. #define HAVE_VFORK 1
  2094. #define HAVE_WORKING_VFORK 1
  2095. #define HAVE_WORKING_FORK 1
  2096. #define HAVE_FSEEKO 1
  2097. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2098. #define HAVE_STDLIB_H 1
  2099. #define HAVE_UNISTD_H 1
  2100. #define HAVE_SYS_PARAM_H 1
  2101. #define HAVE_GETPAGESIZE 1
  2102. #define HAVE_MMAP 1
  2103. #define HAVE_STDLIB_H 1
  2104. #define HAVE_REALLOC 1
  2105. #define HAVE_MALLOC 1
  2106. #define HAVE_BZERO 1
  2107. #define HAVE_DUP2 1
  2108. #define HAVE_FTRUNCATE 1
  2109. #define HAVE_GETCWD 1
  2110. #define HAVE_GETHOSTBYADDR 1
  2111. #define HAVE_GETHOSTBYNAME 1
  2112. #define HAVE_GETTIMEOFDAY 1
  2113. #define HAVE_INET_NTOA 1
  2114. #define HAVE_LOCALTIME_R 1
  2115. #define HAVE_MEMCHR 1
  2116. #define HAVE_MEMMOVE 1
  2117. #define HAVE_MEMSET 1
  2118. #define HAVE_MKDIR 1
  2119. #define HAVE_MUNMAP 1
  2120. #define HAVE_SELECT 1
  2121. #define HAVE_SOCKET 1
  2122. #define HAVE_STRCASECMP 1
  2123. #define HAVE_STRCHR 1
  2124. #define HAVE_STRCSPN 1
  2125. #define HAVE_STRDUP 1
  2126. #define HAVE_STRERROR 1
  2127. #define HAVE_STRNCASECMP 1
  2128. #define HAVE_STRPBRK 1
  2129. #define HAVE_STRRCHR 1
  2130. #define HAVE_STRSPN 1
  2131. #define HAVE_STRSTR 1
  2132. #define HAVE_STRTOL 1
  2133.  
  2134. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement