summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/config.log
blob: e82ef4cad3d8c33de9fa5d36226410e86f17436b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --prefix=/bottlenecks/rubbos/app/apache2 --enable-module=so --enable-so --with-mpm=worker

## --------- ##
## Platform. ##
## --------- ##

hostname = ubuntu
uname -m = x86_64
uname -r = 3.16.0-30-generic
uname -s = Linux
uname -v = #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bottlenecks/rubbos/app/jdk1.6.0_27/bin
PATH: /bin/unix
PATH: /bottlenecks/rubbos/app/apache-ant-1.6.5/bin
PATH: /bottlenecks/rubbos/app/apache-tomcat-5.5.17/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2401: checking for chosen layout
configure:2403: result: Apache
configure:3205: checking for working mkdir -p
configure:3221: result: yes
configure:3238: checking build system type
configure:3256: result: x86_64-unknown-linux-gnu
configure:3278: checking host system type
configure:3293: result: x86_64-unknown-linux-gnu
configure:3315: checking target system type
configure:3330: result: x86_64-unknown-linux-gnu
configure:3373: checking for APR
configure:3433: result: reconfig
configure:3697: checking for APR-util
configure:3758: result: reconfig
configure:4024: checking for gcc
configure:4051: result: gcc
configure:4283: checking for C compiler version
configure:4291: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4295: $? = 0
configure:4302: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --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
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:4306: $? = 0
configure:4313: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4317: $? = 4
configure:4340: checking for C compiler default output file name
configure:4362: gcc  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:4366: $? = 0
configure:4404: result: a.out
configure:4423: checking whether the C compiler works
configure:4433: ./a.out
configure:4437: $? = 0
configure:4456: result: yes
configure:4463: checking whether we are cross compiling
configure:4465: result: no
configure:4468: checking for suffix of executables
configure:4475: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:4479: $? = 0
configure:4505: result: 
configure:4511: checking for suffix of object files
configure:4537: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:4541: $? = 0
configure:4566: result: o
configure:4570: checking whether we are using the GNU C compiler
configure:4599: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:4606: $? = 0
configure:4623: result: yes
configure:4632: checking whether gcc accepts -g
configure:4662: gcc -c -g  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:4669: $? = 0
configure:4770: result: yes
configure:4787: checking for gcc option to accept ISO C89
configure:4861: gcc  -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:4868: $? = 0
configure:4891: result: none needed
configure:4914: checking how to run the C preprocessor
configure:5032: result: gcc -E
configure:5061: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:5068: $? = 0
configure:5099: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5506: checking for rm
configure:5524: found /bin/rm
configure:5536: result: /bin/rm
configure:5548: checking for gawk
configure:5564: found /usr/bin/gawk
configure:5575: result: gawk
configure:5600: checking for a BSD-compatible install
configure:5668: result: /usr/bin/install -c
configure:5679: checking whether ln -s works
configure:5683: result: yes
configure:5733: checking for ranlib
configure:5749: found /usr/bin/ranlib
configure:5760: result: ranlib
configure:5786: checking for grep that handles long lines and -e
configure:5846: result: /bin/grep
configure:5851: checking for egrep
configure:5915: result: /bin/grep -E
configure:5920: checking for ANSI C header files
configure:5950: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5957: $? = 0
configure:6056: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:6060: $? = 0
configure:6066: ./conftest
configure:6070: $? = 0
configure:6088: result: yes
configure:6112: checking for sys/types.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for sys/stat.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for stdlib.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for string.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for memory.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for strings.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for inttypes.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for stdint.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6112: checking for unistd.h
configure:6133: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6140: $? = 0
configure:6157: result: yes
configure:6182: checking minix/config.h usability
configure:6199: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:51:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6206: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6220: result: no
configure:6224: checking minix/config.h presence
configure:6239: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:18:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6260: result: no
configure:6288: checking for minix/config.h
configure:6295: result: no
configure:6326: checking whether it is safe to define __EXTENSIONS__
configure:6354: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6361: $? = 0
configure:6376: result: yes
configure:6402: checking for library containing strerror
configure:6443: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:6450: $? = 0
configure:6481: result: none required
configure:6494: checking for ANSI C header files
configure:6662: result: yes
configure:6697: checking for string.h
configure:6704: result: yes
configure:6708: checking limits.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking limits.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for limits.h
configure:6823: result: yes
configure:6697: checking for unistd.h
configure:6704: result: yes
configure:6708: checking sys/socket.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking sys/socket.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for sys/socket.h
configure:6823: result: yes
configure:6708: checking pwd.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking pwd.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for pwd.h
configure:6823: result: yes
configure:6708: checking grp.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking grp.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for grp.h
configure:6823: result: yes
configure:6697: checking for strings.h
configure:6704: result: yes
configure:6708: checking sys/prctl.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking sys/prctl.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for sys/prctl.h
configure:6823: result: yes
configure:6708: checking sys/processor.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:65:27: fatal error: sys/processor.h: No such file or directory
 #include <sys/processor.h>
                           ^
compilation terminated.
configure:6732: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/processor.h>
configure:6746: result: no
configure:6750: checking sys/processor.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:32:27: fatal error: sys/processor.h: No such file or directory
 #include <sys/processor.h>
                           ^
compilation terminated.
configure:6772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| /* end confdefs.h.  */
| #include <sys/processor.h>
configure:6786: result: no
configure:6814: checking for sys/processor.h
configure:6823: result: no
configure:6708: checking sys/sem.h usability
configure:6725: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6732: $? = 0
configure:6746: result: yes
configure:6750: checking sys/sem.h presence
configure:6765: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:6772: $? = 0
configure:6786: result: yes
configure:6814: checking for sys/sem.h
configure:6823: result: yes
configure:6838: checking for sys/wait.h that is POSIX.1 compatible
configure:6874: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6881: $? = 0
configure:6896: result: yes
configure:6908: checking for an ANSI C-conforming const
configure:6983: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6990: $? = 0
configure:7005: result: yes
configure:7057: checking for getpwnam
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:7120: $? = 0
configure:7142: result: yes
configure:7057: checking for getgrnam
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:7120: $? = 0
configure:7142: result: yes
configure:7057: checking for initgroups
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:7120: $? = 0
configure:7142: result: yes
configure:7057: checking for bindprocessor
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
/tmp/ccXQRJbg.o: In function `main':
/bottlenecks/rubbos/app/httpd-2.0.64/conftest.c:71: undefined reference to `bindprocessor'
collect2: error: ld returned 1 exit status
configure:7120: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h.  */
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define bindprocessor innocuous_bindprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char bindprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef bindprocessor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bindprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_bindprocessor || defined __stub___bindprocessor
| choke me
| #endif
| 
| int
| main ()
| {
| return bindprocessor ();
|   ;
|   return 0;
| }
configure:7142: result: no
configure:7057: checking for prctl
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:7120: $? = 0
configure:7142: result: yes
configure:7057: checking for timegm
configure:7113: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:7120: $? = 0
configure:7142: result: yes
configure:7155: checking for tm_gmtoff in struct tm
configure:7182: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7189: $? = 0
configure:7204: result: yes
configure:7393: checking whether to enable mod_access
configure:7431: result: yes (default)
configure:7485: checking whether to enable mod_auth
configure:7523: result: yes (default)
configure:7577: checking whether to enable mod_auth_anon
configure:7615: result: no
configure:7669: checking whether to enable mod_auth_dbm
configure:7707: result: no
configure:7762: checking whether to enable mod_auth_digest
configure:7845: result: no
configure:7947: checking whether to enable mod_isapi
configure:7985: result: no
configure:8087: checking whether to enable mod_file_cache
configure:8125: result: no
configure:8227: checking whether to enable mod_echo
configure:8265: result: no
configure:8462: checking whether to enable mod_charset_lite
configure:8500: result: no
configure:8558: checking whether to enable mod_cache
configure:8596: result: no
configure:8650: checking whether to enable mod_disk_cache
configure:8688: result: no
configure:8742: checking whether to enable mod_mem_cache
configure:8780: result: no
configure:8834: checking whether to enable mod_example
configure:8872: result: no
configure:8926: checking whether to enable mod_case_filter
configure:8964: result: no
configure:9018: checking whether to enable mod_case_filter_in
configure:9056: result: no
configure:9110: checking whether to enable mod_dumpio
configure:9148: result: no
configure:9204: checking whether to enable mod_ldap
configure:9242: result: no
configure:9298: checking whether to enable mod_auth_ldap
configure:9336: result: no
configure:9416: checking whether to enable mod_ext_filter
configure:9454: result: no
configure:9508: checking whether to enable mod_include
configure:9546: result: yes (default)
configure:9623: checking whether to enable mod_deflate
configure:10008: result: no
configure:10088: checking whether to enable mod_log_config
configure:10126: result: yes (default)
configure:10181: checking whether to enable mod_log_forensic
configure:10219: result: no
configure:10299: checking whether to enable mod_logio
configure:10337: result: no
configure:10417: checking whether to enable mod_env
configure:10455: result: yes (default)
configure:10509: checking whether to enable mod_mime_magic
configure:10547: result: no
configure:10601: checking whether to enable mod_cern_meta
configure:10639: result: no
configure:10693: checking whether to enable mod_expires
configure:10731: result: no
configure:10785: checking whether to enable mod_headers
configure:10823: result: no
configure:10878: checking whether to enable mod_usertrack
configure:11177: result: no
configure:11232: checking whether to enable mod_unique_id
configure:11270: result: no
configure:11324: checking whether to enable mod_setenvif
configure:11362: result: yes (default)
configure:11416: checking whether to enable mod_version
configure:11454: result: no
configure:11564: checking whether to enable mod_proxy
configure:11602: result: no
configure:11671: checking whether to enable mod_proxy_connect
configure:11709: result: no
configure:11763: checking whether to enable mod_proxy_ftp
configure:11801: result: no
configure:11855: checking whether to enable mod_proxy_http
configure:11893: result: no
configure:11973: checking whether to enable mod_ssl
configure:12478: result: no
configure:12558: checking whether to enable mod_optional_hook_export
configure:12596: result: no
configure:12650: checking whether to enable mod_optional_hook_import
configure:12688: result: no
configure:12742: checking whether to enable mod_optional_fn_import
configure:12780: result: no
configure:12834: checking whether to enable mod_optional_fn_export
configure:12872: result: no
configure:12926: checking whether to enable mod_bucketeer
configure:12964: result: no
configure:13056: checking for target platform
configure:13081: result: unix
configure:13113: checking for rlim_t
configure:13144: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13151: $? = 0
configure:13170: result: yes
configure:13200: checking sys/time.h usability
configure:13217: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13224: $? = 0
configure:13238: result: yes
configure:13242: checking sys/time.h presence
configure:13257: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:13264: $? = 0
configure:13278: result: yes
configure:13306: checking for sys/time.h
configure:13315: result: yes
configure:13200: checking sys/resource.h usability
configure:13217: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13224: $? = 0
configure:13238: result: yes
configure:13242: checking sys/resource.h presence
configure:13257: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:13264: $? = 0
configure:13278: result: yes
configure:13306: checking for sys/resource.h
configure:13315: result: yes
configure:13189: checking for sys/sem.h
configure:13196: result: yes
configure:13200: checking sys/ipc.h usability
configure:13217: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13224: $? = 0
configure:13238: result: yes
configure:13242: checking sys/ipc.h presence
configure:13257: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:13264: $? = 0
configure:13278: result: yes
configure:13306: checking for sys/ipc.h
configure:13315: result: yes
configure:13336: checking for setsid
configure:13392: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:13399: $? = 0
configure:13421: result: yes
configure:13336: checking for killpg
configure:13392: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:13399: $? = 0
configure:13421: result: yes
configure:13454: checking bstring.h usability
configure:13471: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:80:21: fatal error: bstring.h: No such file or directory
 #include <bstring.h>
                     ^
compilation terminated.
configure:13478: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_PRCTL 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bstring.h>
configure:13492: result: no
configure:13496: checking bstring.h presence
configure:13511: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:47:21: fatal error: bstring.h: No such file or directory
 #include <bstring.h>
                     ^
compilation terminated.
configure:13518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_PRCTL 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| /* end confdefs.h.  */
| #include <bstring.h>
configure:13532: result: no
configure:13560: checking for bstring.h
configure:13569: result: no
configure:13443: checking for unistd.h
configure:13450: result: yes
configure:13591: checking for syslog
configure:13647: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:13654: $? = 0
configure:13676: result: yes
configure:13705: checking sys/times.h usability
configure:13722: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13729: $? = 0
configure:13743: result: yes
configure:13747: checking sys/times.h presence
configure:13762: gcc -E  -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:13769: $? = 0
configure:13783: result: yes
configure:13811: checking for sys/times.h
configure:13820: result: yes
configure:13839: checking for times
configure:13895: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:13902: $? = 0
configure:13924: result: yes
configure:13937: checking which MPM to use
configure:13953: result: worker
configure:14630: checking whether to enable mod_http
configure:14668: result: yes
configure:14722: checking whether to enable mod_mime
configure:14760: result: yes (default)
configure:14828: checking for extra modules
configure:14887: result: none
configure:14912: checking whether to enable mod_dav
configure:14950: result: no
configure:15057: checking whether to enable mod_status
configure:15095: result: yes (default)
configure:15149: checking whether to enable mod_autoindex
configure:15187: result: yes (default)
configure:15241: checking whether to enable mod_asis
configure:15279: result: yes (default)
configure:15333: checking whether to enable mod_info
configure:15371: result: no
configure:15425: checking whether to enable mod_suexec
configure:15477: result: no
configure:15557: checking whether to enable mod_cgid
configure:15593: result: checking dependencies
configure:15641: checking whether to enable mod_cgid
configure:15653: result: yes (default)
configure:15707: checking whether to enable mod_cgi
configure:15745: result: no
configure:16442: checking for pthread_kill
configure:16498: gcc -o conftest  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE   -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib conftest.c  >&5
configure:16505: $? = 0
configure:16527: result: yes
configure:16571: checking whether to enable mod_dav_fs
configure:16609: result: no
configure:16689: checking whether to enable mod_vhost_alias
configure:16727: result: no
configure:16781: checking whether to enable mod_negotiation
configure:16819: result: yes (default)
configure:16873: checking whether to enable mod_dir
configure:16911: result: yes (default)
configure:16965: checking whether to enable mod_imap
configure:17003: result: yes (default)
configure:17057: checking whether to enable mod_actions
configure:17095: result: yes (default)
configure:17149: checking whether to enable mod_speling
configure:17187: result: no
configure:17241: checking whether to enable mod_userdir
configure:17279: result: yes (default)
configure:17333: checking whether to enable mod_alias
configure:17371: result: yes (default)
configure:17426: checking whether to enable mod_rewrite
configure:17464: result: no
configure:17583: checking whether to enable mod_so
configure:17621: result: yes
configure:18020: checking whether byte ordering is bigendian
configure:18045: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:58:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:58:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:58:15: error: unknown type name 'universal'
configure:18052: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_PRCTL 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| #define HAVE_PTHREAD_KILL 1
| #define AP_USING_AUTOCONF 1
| #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
| #define AP_SIG_GRACEFUL SIGUSR1
| #define AP_SIG_GRACEFUL_STRING "SIGUSR1"
| #define AP_SIG_GRACEFUL_SHORT USR1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:18102: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:18109: $? = 0
configure:18141: gcc -c  -g -O2 -pthread  -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:18148: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_PRCTL 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| #define HAVE_PTHREAD_KILL 1
| #define AP_USING_AUTOCONF 1
| #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
| #define AP_SIG_GRACEFUL SIGUSR1
| #define AP_SIG_GRACEFUL_STRING "SIGUSR1"
| #define AP_SIG_GRACEFUL_SHORT USR1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:18400: result: no
configure:19008: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ubuntu

config.status:1003: creating docs/conf/httpd-std.conf
config.status:1003: creating docs/conf/ssl-std.conf
config.status:1003: creating include/ap_config_layout.h
config.status:1003: creating support/apxs
config.status:1003: creating support/apachectl
config.status:1003: creating support/dbmmanage
config.status:1003: creating support/envvars-std
config.status:1003: creating support/log_server_status
config.status:1003: creating support/logresolve.pl
config.status:1003: creating support/phf_abuse_log.cgi
config.status:1003: creating support/split-logfile
config.status:1003: creating build/rules.mk
config.status:1003: creating build/pkg/pkginfo
config.status:1003: creating include/ap_config_auto.h
config.status:1219: include/ap_config_auto.h is unchanged
config.status:1237: executing default commands
configure:20182: WARNING: unrecognized options: --enable-module

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_define_APR_HAS_DSO=yes
ac_cv_define_APR_HAS_THREADS=yes
ac_cv_define_APR_HAVE_IPV6=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bindprocessor=no
ac_cv_func_getgrnam=yes
ac_cv_func_getpwnam=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_prctl=yes
ac_cv_func_pthread_kill=yes
ac_cv_func_setsid=yes
ac_cv_func_syslog=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_header_bstring_h=no
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_RM=/bin/rm
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'
ac_cv_struct_tm_gmtoff=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_rlim_t=yes
apache_cv_mpm=worker

## ----------------- ##
## Output variables. ##
## ----------------- ##

APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`'
APR_BINDIR='/bottlenecks/rubbos/app/apache2/bin'
APR_INCLUDEDIR='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/include'
APU_BINDIR='/bottlenecks/rubbos/app/apache2/bin'
APU_INCLUDEDIR='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include'
AP_BUILD_SRCLIB_DIRS='apr  apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util  apr'
AP_LIBS='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/pcre/libpcre.la   /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/libaprutil-0.la /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/libexpat.la  /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl  -lpthread -ldl'
AP_SIG_GRACEFUL='SIGUSR1'
AP_SIG_GRACEFUL_SHORT='USR1'
AP_SIG_GRACEFUL_STRING=''
AWK='gawk'
BUILTIN_LIBS=' modules/aaa/mod_access.la modules/aaa/mod_auth.la modules/filters/mod_include.la modules/loggers/mod_log_config.la modules/metadata/mod_env.la modules/metadata/mod_setenvif.la modules/http/mod_http.la modules/http/mod_mime.la modules/generators/mod_status.la modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/generators/mod_cgid.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la'
CC='gcc'
CFLAGS=''
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='gcc -E'
CPPFLAGS=''
CXX=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DSO_MODULES=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_CFLAGS=' -g -O2 -pthread'
EXTRA_CPPFLAGS=' -D_REENTRANT -D_GNU_SOURCE'
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES=' -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/include  -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/include -I/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib -I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/dav/main'
EXTRA_LDFLAGS='  -L/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/lib'
EXTRA_LIBS=''
GREP='/bin/grep'
HTTPD_LDFLAGS=''
HTTPD_VERSION='2.0.64'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROG_FLAGS=''
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr/libtool $(LTFLAGS)'
LN_S='ln -s'
LTCFLAGS='-prefer-non-pic -static'
LTFLAGS='--silent'
LTLIBOBJS=''
LT_LDFLAGS='-export-dynamic'
MK_IMPLIB=''
MODULE_CLEANDIRS=' arch/win32 cache echo experimental proxy ssl test dav/main dav/fs'
MODULE_DIRS=' aaa filters loggers metadata http generators mappers'
MOD_ACCESS_LDADD=''
MOD_ACTIONS_LDADD=''
MOD_ALIAS_LDADD=''
MOD_ASIS_LDADD=''
MOD_AUTH_ANON_LDADD=''
MOD_AUTH_DBM_LDADD=''
MOD_AUTH_DIGEST_LDADD=''
MOD_AUTH_LDADD=''
MOD_AUTH_LDAP_LDADD=''
MOD_AUTOINDEX_LDADD=''
MOD_BUCKETEER_LDADD=''
MOD_CACHE_LDADD=''
MOD_CASE_FILTER_IN_LDADD=''
MOD_CASE_FILTER_LDADD=''
MOD_CERN_META_LDADD=''
MOD_CGID_LDADD=''
MOD_CGI_LDADD=''
MOD_CHARSET_LITE_LDADD=''
MOD_DAV_FS_LDADD=''
MOD_DAV_LDADD=''
MOD_DEFLATE_LDADD=''
MOD_DIR_LDADD=''
MOD_DISK_CACHE_LDADD=''
MOD_DUMPIO_LDADD=''
MOD_ECHO_LDADD=''
MOD_ENV_LDADD=''
MOD_EXAMPLE_LDADD=''
MOD_EXPIRES_LDADD=''
MOD_EXT_FILTER_LDADD=''
MOD_FILE_CACHE_LDADD=''
MOD_HEADERS_LDADD=''
MOD_HTTP_LDADD=''
MOD_IMAP_LDADD=''
MOD_INCLUDE_LDADD=''
MOD_INFO_LDADD=''
MOD_ISAPI_LDADD=''
MOD_LDAP_LDADD=''
MOD_LOGIO_LDADD=''
MOD_LOG_CONFIG_LDADD=''
MOD_LOG_FORENSIC_LDADD=''
MOD_MEM_CACHE_LDADD=''
MOD_MIME_LDADD=''
MOD_MIME_MAGIC_LDADD=''
MOD_NEGOTIATION_LDADD=''
MOD_OPTIONAL_FN_EXPORT_LDADD=''
MOD_OPTIONAL_FN_IMPORT_LDADD=''
MOD_OPTIONAL_HOOK_EXPORT_LDADD=''
MOD_OPTIONAL_HOOK_IMPORT_LDADD=''
MOD_PROXY_CONNECT_LDADD=''
MOD_PROXY_FTP_LDADD=''
MOD_PROXY_HTTP_LDADD=''
MOD_PROXY_LDADD=''
MOD_REWRITE_LDADD=''
MOD_SETENVIF_LDADD=''
MOD_SO_LDADD=''
MOD_SPELING_LDADD=''
MOD_SSL_LDADD=''
MOD_STATUS_LDADD=''
MOD_SUEXEC_LDADD=''
MOD_UNIQUE_ID_LDADD=''
MOD_USERDIR_LDADD=''
MOD_USERTRACK_LDADD=''
MOD_VERSION_LDADD=''
MOD_VHOST_ALIAS_LDADD=''
MPM_LIB='server/mpm/worker/libworker.la'
MPM_NAME='worker'
MPM_SUBDIR_NAME='worker'
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS='-DAP_HAVE_DESIGNATED_INITIALIZER'
NOTEST_CXXFLAGS=''
NOTEST_LDFLAGS=''
NOTEST_LIBS=''
OBJEXT='o'
OS='unix'
OS_DIR='unix'
OS_SPECIFIC_VARS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PORT='80'
POST_SHARED_CMDS='echo ""'
PRE_SHARED_CMDS='echo ""'
RANLIB='ranlib'
RM='/bin/rm'
SHELL='/bin/bash'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
SHLTCFLAGS='-prefer-pic'
SH_LDFLAGS=''
SH_LIBS=''
SH_LIBTOOL='$(LIBTOOL)'
SSL_LIBS=''
UTIL_LDFLAGS=''
ab_LTFLAGS=''
abs_srcdir='/bottlenecks/rubbos/app/httpd-2.0.64'
ac_ct_CC='gcc'
ap_make_delimiter=' '
ap_make_include='include'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cgidir='${datadir}/cgi-bin'
checkgid_LTFLAGS=''
datadir='${prefix}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
errordir='${datadir}/error'
exec_prefix='${prefix}'
exp_bindir='/bottlenecks/rubbos/app/apache2/bin'
exp_cgidir='/bottlenecks/rubbos/app/apache2/cgi-bin'
exp_datadir='/bottlenecks/rubbos/app/apache2'
exp_errordir='/bottlenecks/rubbos/app/apache2/error'
exp_exec_prefix='/bottlenecks/rubbos/app/apache2'
exp_htdocsdir='/bottlenecks/rubbos/app/apache2/htdocs'
exp_iconsdir='/bottlenecks/rubbos/app/apache2/icons'
exp_includedir='/bottlenecks/rubbos/app/apache2/include'
exp_installbuilddir='/bottlenecks/rubbos/app/apache2/build'
exp_libdir='/bottlenecks/rubbos/app/apache2/lib'
exp_libexecdir='/bottlenecks/rubbos/app/apache2/modules'
exp_localstatedir='/bottlenecks/rubbos/app/apache2'
exp_logfiledir='/bottlenecks/rubbos/app/apache2/logs'
exp_mandir='/bottlenecks/rubbos/app/apache2/man'
exp_manualdir='/bottlenecks/rubbos/app/apache2/manual'
exp_proxycachedir='/bottlenecks/rubbos/app/apache2/proxy'
exp_runtimedir='/bottlenecks/rubbos/app/apache2/logs'
exp_sbindir='/bottlenecks/rubbos/app/apache2/bin'
exp_sysconfdir='/bottlenecks/rubbos/app/apache2/conf'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/htdocs'
htmldir='${docdir}'
htpasswd_LTFLAGS=''
iconsdir='${datadir}/icons'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
installbuilddir='${datadir}/build'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localedir='${datarootdir}/locale'
localstatedir='${prefix}'
logfiledir='${localstatedir}/logs'
logresolve_LTFLAGS=''
mandir='${prefix}/man'
manualdir='${datadir}/manual'
nonssl_listen_stmt_1=''
nonssl_listen_stmt_2='Listen @@Port@@'
oldincludedir='/usr/include'
other_targets=''
pdfdir='${docdir}'
perlbin='/usr/bin/perl'
prefix='/bottlenecks/rubbos/app/apache2'
progname='httpd'
program_transform_name='s,x,x,'
proxycachedir='${localstatedir}/proxy'
psdir='${docdir}'
rel_bindir='bin'
rel_cgidir='cgi-bin'
rel_datadir=''
rel_errordir='error'
rel_exec_prefix=''
rel_htdocsdir='htdocs'
rel_iconsdir='icons'
rel_includedir='include'
rel_installbuilddir='build'
rel_libdir='lib'
rel_libexecdir='modules'
rel_localstatedir=''
rel_logfiledir='logs'
rel_mandir='man'
rel_manualdir='manual'
rel_proxycachedir='proxy'
rel_runtimedir='logs'
rel_sbindir='bin'
rel_sysconfdir='conf'
rotatelogs_LTFLAGS=''
runtimedir='${localstatedir}/logs'
sbindir='${exec_prefix}/bin'
shared_build=''
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/conf'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define STDC_HEADERS 1
#define HAVE_STRING_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_GETPWNAM 1
#define HAVE_GETGRNAM 1
#define HAVE_INITGROUPS 1
#define HAVE_PRCTL 1
#define HAVE_TIMEGM 1
#define HAVE_GMTOFF 1
#define AP_ENABLE_V4_MAPPED 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SETSID 1
#define HAVE_KILLPG 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_TIMES 1
#define HAVE_PTHREAD_KILL 1
#define AP_USING_AUTOCONF 1
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_SIG_GRACEFUL_SHORT USR1
#define HTTPD_ROOT "/bottlenecks/rubbos/app/apache2"
#define SERVER_CONFIG_FILE "conf/httpd.conf"
#define AP_TYPES_CONFIG_FILE "conf/mime.types"
#define APACHE_MPM_DIR "server/mpm/worker"

configure: exit 0