config.log 88.5 KB
Newer Older
powelld's avatar
powelld committed
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 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589
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.69.  Invocation command line was

  $ /home/development/Documents/httpd-mctls/configure --enable-ssl=static --with-ssl=/home/development/Documents/TLMSP --enable-contextsplit

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

hostname = development-VirtualBox
uname -m = x86_64
uname -r = 4.4.0-119-generic
uname -s = Linux
uname -v = #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018

/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


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

configure:3121: checking for chosen layout
configure:3123: result: Apache
configure:3926: checking for working mkdir -p
configure:3942: result: yes
configure:3951: checking for grep that handles long lines and -e
configure:4009: result: /bin/grep
configure:4014: checking for egrep
configure:4076: result: /bin/grep -E
configure:4092: checking build system type
configure:4106: result: x86_64-pc-linux-gnu
configure:4126: checking host system type
configure:4139: result: x86_64-pc-linux-gnu
configure:4159: checking target system type
configure:4172: result: x86_64-pc-linux-gnu
configure:4202: 
configure:4204: Configuring Apache Portable Runtime library...
configure:4206: 
configure:4247: checking for APR
configure:4392: result: reconfig
configure:4652: 
configure:4654: Configuring Apache Portable Runtime Utility library...
configure:4656: 
configure:4693: checking for APR-util
configure:4772: result: reconfig
configure:5033: checking for gcc
configure:5060: result: gcc
configure:5289: checking for C compiler version
configure:5298: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
Copyright (C) 2015 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:5309: $? = 0
configure:5298: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.9' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --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-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-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 --enable-multilib --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 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 
configure:5309: $? = 0
configure:5298: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5309: $? = 1
configure:5298: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5309: $? = 1
configure:5329: checking whether the C compiler works
configure:5351: gcc -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:5355: $? = 0
configure:5403: result: yes
configure:5406: checking for C compiler default output file name
configure:5408: result: a.out
configure:5414: checking for suffix of executables
configure:5421: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:5425: $? = 0
configure:5447: result: 
configure:5469: checking whether we are cross compiling
configure:5477: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:5481: $? = 0
configure:5488: ./conftest
configure:5492: $? = 0
configure:5507: result: no
configure:5512: checking for suffix of object files
configure:5534: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5538: $? = 0
configure:5559: result: o
configure:5563: checking whether we are using the GNU C compiler
configure:5582: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5582: $? = 0
configure:5591: result: yes
configure:5600: checking whether gcc accepts -g
configure:5620: gcc -c -g  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5620: $? = 0
configure:5661: result: yes
configure:5678: checking for gcc option to accept ISO C89
configure:5741: gcc  -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:5741: $? = 0
configure:5754: result: none needed
configure:5779: checking how to run the C preprocessor
configure:5849: result: gcc -E
configure:5869: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:5869: $? = 0
configure:5883: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5912: checking for gcc option to accept ISO C99
configure:6061: gcc  -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6061: $? = 0
configure:6074: result: none needed
configure:6105: checking for pcre-config
configure:6123: found /usr/bin/pcre-config
configure:6136: result: /usr/bin/pcre-config
configure:6159: Using external PCRE library from /usr/bin/pcre-config
configure:6211: 
configure:6213: Configuring Apache httpd...
configure:6215: 
configure:6355: 
configure:6357: Applying OS-specific hints for httpd...
configure:6359: 
configure:6525: checking for rm
configure:6543: found /bin/rm
configure:6555: result: /bin/rm
configure:6565: checking for pkg-config
configure:6583: found /usr/bin/pkg-config
configure:6595: result: /usr/bin/pkg-config
configure:6605: checking for rsync
configure:6623: found /usr/bin/rsync
configure:6635: result: /usr/bin/rsync
configure:6647: checking for gawk
configure:6677: result: no
configure:6647: checking for mawk
configure:6663: found /usr/bin/mawk
configure:6674: result: mawk
configure:6685: checking whether ln -s works
configure:6689: result: yes
configure:6739: checking for ranlib
configure:6755: found /usr/bin/ranlib
configure:6766: result: ranlib
configure:6792: checking for lynx
configure:6822: result: no
configure:6792: checking for links
configure:6822: result: no
configure:6792: checking for elinks
configure:6822: result: no
configure:6847: checking for ANSI C header files
configure:6867: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6867: $? = 0
configure:6940: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:6940: $? = 0
configure:6940: ./conftest
configure:6940: $? = 0
configure:6951: result: yes
configure:6964: checking for sys/types.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for sys/stat.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for stdlib.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for string.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for memory.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for strings.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for inttypes.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for stdint.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6964: checking for unistd.h
configure:6964: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:6964: $? = 0
configure:6964: result: yes
configure:6977: checking minix/config.h usability
configure:6977: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:6977: result: no
configure:6977: checking minix/config.h presence
configure:6977: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:6977: result: no
configure:6977: checking for minix/config.h
configure:6977: result: no
configure:6998: checking whether it is safe to define __EXTENSIONS__
configure:7016: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7016: $? = 0
configure:7023: result: yes
configure:7039: checking for library containing strerror
configure:7070: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7070: $? = 0
configure:7087: result: none required
configure:7292: checking for ANSI C header files
configure:7396: result: yes
configure:7420: checking for string.h
configure:7420: result: yes
configure:7420: checking limits.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking limits.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for limits.h
configure:7420: result: yes
configure:7420: checking for unistd.h
configure:7420: result: yes
configure:7420: checking sys/socket.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking sys/socket.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for sys/socket.h
configure:7420: result: yes
configure:7420: checking pwd.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking pwd.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for pwd.h
configure:7420: result: yes
configure:7420: checking grp.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking grp.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for grp.h
configure:7420: result: yes
configure:7420: checking for strings.h
configure:7420: result: yes
configure:7420: checking sys/prctl.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking sys/prctl.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for sys/prctl.h
configure:7420: result: yes
configure:7420: checking sys/processor.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:66:27: fatal error: sys/processor.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:7420: result: no
configure:7420: checking sys/processor.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:33:27: fatal error: sys/processor.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:7420: result: no
configure:7420: checking for sys/processor.h
configure:7420: result: no
configure:7420: checking sys/sem.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking sys/sem.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:7420: $? = 0
configure:7420: result: yes
configure:7420: checking for sys/sem.h
configure:7420: result: yes
configure:7420: checking sys/sdt.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:67:21: fatal error: sys/sdt.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* 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/sdt.h>
configure:7420: result: no
configure:7420: checking sys/sdt.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:34:21: fatal error: sys/sdt.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h.  */
| #include <sys/sdt.h>
configure:7420: result: no
configure:7420: checking for sys/sdt.h
configure:7420: result: no
configure:7420: checking sys/loadavg.h usability
configure:7420: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:67:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* 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/loadavg.h>
configure:7420: result: no
configure:7420: checking sys/loadavg.h presence
configure:7420: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:34:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:7420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:7420: result: no
configure:7420: checking for sys/loadavg.h
configure:7420: result: no
configure:7430: checking for sys/wait.h that is POSIX.1 compatible
configure:7456: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7456: $? = 0
configure:7463: result: yes
configure:7473: checking for an ANSI C-conforming const
configure:7539: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7539: $? = 0
configure:7546: result: yes
configure:7557: checking for library containing sqrt
configure:7588: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
conftest.c:42:6: warning: conflicting types for built-in function 'sqrt'
 char sqrt ();
      ^
/tmp/ccDUnoTL.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:7588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h.  */
| 
| /* 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 sqrt ();
| int
| main ()
| {
| return sqrt ();
|   ;
|   return 0;
| }
configure:7588: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c -lm   >&5
conftest.c:42:6: warning: conflicting types for built-in function 'sqrt'
 char sqrt ();
      ^
configure:7588: $? = 0
configure:7605: result: -lm
configure:7622: checking for library containing crypt
configure:7653: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
/tmp/ccNvWJS5.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure:7653: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h.  */
| 
| /* 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 crypt ();
| int
| main ()
| {
| return crypt ();
|   ;
|   return 0;
| }
configure:7653: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c -lcrypt   >&5
configure:7653: $? = 0
configure:7670: result: -lcrypt
configure:7699: checking for getpwnam
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for getgrnam
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for initgroups
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for bindprocessor
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
/tmp/cc7Kl91T.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `bindprocessor'
collect2: error: ld returned 1 exit status
configure:7699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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:7699: result: no
configure:7699: checking for prctl
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for timegm
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for getpgid
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for fopen64
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7699: checking for getloadavg
configure:7699: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7699: $? = 0
configure:7699: result: yes
configure:7711: checking for void pointer length
configure:7727: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:7727: $? = 0
configure:7727: ./conftest
configure:7727: $? = 0
configure:7737: result: no
configure:7745: checking for gettid()
configure:7762: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
conftest.c:43:0: warning: "_GNU_SOURCE" redefined
 #define _GNU_SOURCE
 ^
conftest.c:20:0: note: this is the location of the previous definition
 #define _GNU_SOURCE 1
 ^
configure:7762: $? = 0
configure:7762: ./conftest
configure:7762: $? = 0
configure:7772: result: yes
configure:7780: checking for tm_gmtoff in struct tm
configure:7797: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:7797: $? = 0
configure:7804: result: yes
configure:9539: checking whether to enable mod_authn_file
configure:9600: result: shared
configure:9680: checking whether to enable mod_authn_dbm
configure:9741: result: shared (most)
configure:9821: checking whether to enable mod_authn_anon
configure:9882: result: shared (most)
configure:9962: checking whether to enable mod_authn_dbd
configure:10023: result: shared (most)
configure:10103: checking whether to enable mod_authn_socache
configure:10164: result: shared (most)
configure:10245: checking whether to enable mod_authn_core
configure:10306: result: shared
configure:10387: checking whether to enable mod_authz_host
configure:10448: result: shared
configure:10528: checking whether to enable mod_authz_groupfile
configure:10589: result: shared
configure:10669: checking whether to enable mod_authz_user
configure:10730: result: shared
configure:10810: checking whether to enable mod_authz_dbm
configure:10871: result: shared (most)
configure:10951: checking whether to enable mod_authz_owner
configure:11012: result: shared (most)
configure:11092: checking whether to enable mod_authz_dbd
configure:11153: result: shared (most)
configure:11234: checking whether to enable mod_authz_core
configure:11295: result: shared
configure:11376: checking whether to enable mod_authnz_ldap
configure:11435: result: checking dependencies
configure:11440: checking for ldap support in apr/apr-util
configure:11468: result: no
configure:11500: WARNING: apr/apr-util is compiled without ldap support
configure:11506: checking whether to enable mod_authnz_ldap
configure:11516: result: no (disabled)
configure:11597: checking whether to enable mod_authnz_fcgi
configure:11658: result: no
configure:11739: checking whether to enable mod_access_compat
configure:11800: result: shared
configure:11882: checking whether to enable mod_auth_basic
configure:11943: result: shared
configure:12023: checking whether to enable mod_auth_form
configure:12084: result: shared (most)
configure:12164: checking whether to enable mod_auth_digest
configure:12223: result: checking dependencies
configure:12256: checking whether to enable mod_auth_digest
configure:12266: result: shared (most)
configure:12347: checking whether to enable mod_allowmethods
configure:12408: result: shared (most)
configure:12544: checking whether to enable mod_isapi
configure:12605: result: no
configure:12719: checking whether to enable mod_file_cache
configure:12780: result: shared (most)
configure:12874: checking whether to enable mod_cache
configure:12935: result: shared (most)
configure:13015: checking whether to enable mod_cache_disk
configure:13074: result: checking dependencies
configure:13087: checking whether to enable mod_cache_disk
configure:13097: result: shared (most)
configure:13177: checking whether to enable mod_cache_socache
configure:13238: result: shared (most)
configure:13321: checking whether to enable mod_socache_shmcb
configure:13382: result: shared (most)
configure:13462: checking whether to enable mod_socache_dbm
configure:13523: result: shared (most)
configure:13603: checking whether to enable mod_socache_memcache
configure:13664: result: shared (most)
configure:13744: checking whether to enable mod_socache_dc
configure:14118: result: no
configure:14253: checking whether to enable mod_contextsplit
configure:14314: result: shared
configure:14510: checking whether to enable mod_so
configure:14571: result: static
configure:14652: checking whether to enable mod_watchdog
configure:14711: result: checking dependencies
configure:14744: checking whether to enable mod_watchdog
configure:14754: result: shared (most)
configure:14835: checking whether to enable mod_macro
configure:14896: result: shared (most)
configure:15031: checking whether to enable mod_dbd
configure:15092: result: shared (most)
configure:15227: checking whether to enable mod_bucketeer
configure:15288: result: no
configure:15368: checking whether to enable mod_dumpio
configure:15429: result: shared (most)
configure:15543: checking whether to enable mod_echo
configure:15604: result: no
configure:15717: checking whether to enable mod_example_hooks
configure:15778: result: no
configure:15858: checking whether to enable mod_case_filter
configure:15919: result: no
configure:15999: checking whether to enable mod_case_filter_in
configure:16060: result: no
configure:16140: checking whether to enable mod_example_ipc
configure:16201: result: no
configure:16347: checking whether to enable mod_buffer
configure:16408: result: shared (most)
configure:16488: checking whether to enable mod_data
configure:16549: result: no
configure:16629: checking whether to enable mod_ratelimit
configure:16690: result: shared (most)
configure:16770: checking whether to enable mod_reqtimeout
configure:16831: result: shared
configure:16911: checking whether to enable mod_ext_filter
configure:16972: result: shared (most)
configure:17052: checking whether to enable mod_request
configure:17113: result: shared (most)
configure:17193: checking whether to enable mod_include
configure:17254: result: shared (most)
configure:17334: checking whether to enable mod_filter
configure:17395: result: shared
configure:17475: checking whether to enable mod_reflector
configure:17536: result: no
configure:17616: checking whether to enable mod_substitute
configure:17677: result: shared (most)
configure:17759: checking whether to enable mod_sed
configure:17818: result: checking dependencies
configure:17849: checking whether to enable mod_sed
configure:17859: result: shared (most)
configure:18085: checking whether to enable mod_charset_lite
configure:18146: result: no
configure:18229: checking whether to enable mod_deflate
configure:18288: result: checking dependencies
configure:18304: checking for zlib location
configure:18322: result: not found
configure:18563: checking whether to enable mod_deflate
configure:18573: result: no (disabled)
configure:18656: checking whether to enable mod_xml2enc
configure:18813: result: no
configure:18893: checking whether to enable mod_proxy_html
configure:19051: result: no
configure:19132: checking whether to enable mod_brotli
configure:19191: result: checking dependencies
configure:19260: checking for Brotli library >= 0.6.0 via pkg-config
configure:19269: result: no
configure:19348: checking whether to enable mod_brotli
configure:19358: result: no (disabled)
configure:19501: checking whether to enable mod_http
configure:19562: result: static
configure:19642: checking whether to enable mod_mime
configure:19703: result: shared
configure:19818: checking whether to enable mod_ldap
configure:19877: result: checking dependencies
configure:19882: checking for ldap support in apr/apr-util
configure:19910: result: no
configure:19942: WARNING: apr/apr-util is compiled without ldap support
configure:19948: checking whether to enable mod_ldap
configure:19958: result: no (disabled)
configure:20094: checking whether to enable mod_log_config
configure:20155: result: shared
configure:20235: checking whether to enable mod_log_debug
configure:20296: result: shared (most)
configure:20376: checking whether to enable mod_log_forensic
configure:20437: result: no
configure:20543: checking whether to enable mod_logio
configure:20604: result: shared (most)
configure:20745: checking whether to enable mod_lua
configure:21874: result: no
configure:22010: checking whether to enable mod_env
configure:22071: result: shared
configure:22151: checking whether to enable mod_mime_magic
configure:22212: result: no
configure:22292: checking whether to enable mod_cern_meta
configure:22353: result: no
configure:22433: checking whether to enable mod_expires
configure:22494: result: shared (most)
configure:22574: checking whether to enable mod_headers
configure:22635: result: shared
configure:22715: checking whether to enable mod_ident
configure:22776: result: no
configure:22857: checking whether to enable mod_usertrack
configure:22955: result: no
configure:23036: checking whether to enable mod_unique_id
configure:23097: result: shared (most)
configure:23177: checking whether to enable mod_setenvif
configure:23238: result: shared
configure:23318: checking whether to enable mod_version
configure:23379: result: shared
configure:23459: checking whether to enable mod_remoteip
configure:23520: result: shared (most)
configure:23634: checking whether to enable mod_proxy
configure:23695: result: shared (most)
configure:23811: checking whether to enable mod_proxy_connect
configure:23870: result: checking dependencies
configure:23883: checking whether to enable mod_proxy_connect
configure:23893: result: shared (most)
configure:23973: checking whether to enable mod_proxy_ftp
configure:24032: result: checking dependencies
configure:24045: checking whether to enable mod_proxy_ftp
configure:24055: result: shared (most)
configure:24135: checking whether to enable mod_proxy_http
configure:24194: result: checking dependencies
configure:24207: checking whether to enable mod_proxy_http
configure:24217: result: shared (most)
configure:24297: checking whether to enable mod_proxy_fcgi
configure:24356: result: checking dependencies
configure:24369: checking whether to enable mod_proxy_fcgi
configure:24379: result: shared (most)
configure:24459: checking whether to enable mod_proxy_scgi
configure:24518: result: checking dependencies
configure:24531: checking whether to enable mod_proxy_scgi
configure:24541: result: shared (most)
configure:24621: checking whether to enable mod_proxy_fdpass
configure:24680: result: checking dependencies
configure:24692: checking whether CMSG_DATA is declared
configure:24692: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:24692: $? = 0
configure:24692: result: yes
configure:24708: checking whether to enable mod_proxy_fdpass
configure:24718: result: shared (most)
configure:24798: checking whether to enable mod_proxy_wstunnel
configure:24857: result: checking dependencies
configure:24870: checking whether to enable mod_proxy_wstunnel
configure:24880: result: shared (most)
configure:24960: checking whether to enable mod_proxy_ajp
configure:25019: result: checking dependencies
configure:25032: checking whether to enable mod_proxy_ajp
configure:25042: result: shared (most)
configure:25122: checking whether to enable mod_proxy_balancer
configure:25181: result: checking dependencies
configure:25194: checking whether to enable mod_proxy_balancer
configure:25204: result: shared (most)
configure:25285: checking whether to enable mod_proxy_express
configure:25344: result: checking dependencies
configure:25357: checking whether to enable mod_proxy_express
configure:25367: result: shared (most)
configure:25447: checking whether to enable mod_proxy_hcheck
configure:25506: result: checking dependencies
configure:25527: checking whether to enable mod_proxy_hcheck
configure:25537: result: shared (most)
configure:25698: checking whether to enable mod_session
configure:25759: result: shared (most)
configure:25839: checking whether to enable mod_session_cookie
configure:25898: result: checking dependencies
configure:25911: checking whether to enable mod_session_cookie
configure:25921: result: shared (most)
configure:26024: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE  -I/home/development/Documents/httpd-mctls/srclib/apr/include   -I/home/development/Documents/httpd-mctls/srclib/apr-util/include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:51:2: error: #error no crypto support
 #error no crypto support
  ^
configure:26024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| /* end confdefs.h.  */
| #include <apr_crypto.h>
| int
| main ()
| {
| 
| #if APU_HAVE_CRYPTO == 0
| #error no crypto support
| #endif
| 
|   ;
|   return 0;
| }
configure:26032: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto
configure:26041: checking whether to enable mod_session_crypto
configure:26127: result: no
configure:26208: checking whether to enable mod_session_dbd
configure:26267: result: checking dependencies
configure:26280: checking whether to enable mod_session_dbd
configure:26290: result: shared (most)
configure:26427: checking whether to enable mod_slotmem_shm
configure:26488: result: shared (most)
configure:26568: checking whether to enable mod_slotmem_plain
configure:26629: result: no
configure:26743: checking whether to enable mod_ssl
configure:26802: result: checking dependencies
configure:26807: checking for OpenSSL
configure:26820: checking for user-provided OpenSSL base directory
configure:26836: result: /home/development/Documents/TLMSP
configure:27169: checking for OpenSSL version >= 0.9.8a
configure:27188: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include conftest.c >&5
configure:27188: $? = 0
configure:27189: result: OK
configure:27258: checking openssl/engine.h usability
configure:27258: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include conftest.c >&5
configure:27258: $? = 0
configure:27258: result: yes
configure:27258: checking openssl/engine.h presence
configure:27258: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include conftest.c
configure:27258: $? = 0
configure:27258: result: yes
configure:27258: checking for openssl/engine.h
configure:27258: result: yes
configure:27270: checking for SSL_CTX_new
configure:27270: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include -L/home/development/Documents/TLMSP -L/home/development/Documents/TLMSP/lib conftest.c -lssl -lcrypto  -lrt -lcrypt  -lpthread -ldl >&5
configure:27270: $? = 0
configure:27270: result: yes
configure:27284: checking for ENGINE_init
configure:27284: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include -L/home/development/Documents/TLMSP -L/home/development/Documents/TLMSP/lib conftest.c -lssl -lcrypto  -lrt -lcrypt  -lpthread -ldl >&5
configure:27284: $? = 0
configure:27284: result: yes
configure:27284: checking for ENGINE_load_builtin_engines
configure:27284: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include -L/home/development/Documents/TLMSP -L/home/development/Documents/TLMSP/lib conftest.c -lssl -lcrypto  -lrt -lcrypt  -lpthread -ldl >&5
configure:27284: $? = 0
configure:27284: result: yes
configure:27284: checking for RAND_egd
configure:27284: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/home/development/Documents/TLMSP/include -L/home/development/Documents/TLMSP -L/home/development/Documents/TLMSP/lib conftest.c -lssl -lcrypto  -lrt -lcrypt  -lpthread -ldl >&5
configure:27284: $? = 0
configure:27284: result: yes
configure:27310: result: yes
configure:27391: checking whether to enable mod_ssl
configure:27401: result: static
configure:27538: checking whether to enable mod_optional_hook_export
configure:27599: result: no
configure:27679: checking whether to enable mod_optional_hook_import
configure:27740: result: no
configure:27820: checking whether to enable mod_optional_fn_import
configure:27881: result: no
configure:27961: checking whether to enable mod_optional_fn_export
configure:28022: result: no
configure:28103: checking whether to enable mod_dialup
configure:28164: result: no
configure:28285: checking for target platform
configure:28310: result: unix
configure:28342: checking for rlim_t
configure:28363: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:28363: $? = 0
configure:28374: result: yes
configure:28386: checking sys/time.h usability
configure:28386: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking sys/time.h presence
configure:28386: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking for sys/time.h
configure:28386: result: yes
configure:28386: checking sys/resource.h usability
configure:28386: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking sys/resource.h presence
configure:28386: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking for sys/resource.h
configure:28386: result: yes
configure:28386: checking for sys/sem.h
configure:28386: result: yes
configure:28386: checking sys/ipc.h usability
configure:28386: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking sys/ipc.h presence
configure:28386: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:28386: $? = 0
configure:28386: result: yes
configure:28386: checking for sys/ipc.h
configure:28386: result: yes
configure:28400: checking for setsid
configure:28400: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:28400: $? = 0
configure:28400: result: yes
configure:28400: checking for killpg
configure:28400: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:28400: $? = 0
configure:28400: result: yes
configure:28416: checking bstring.h usability
configure:28416: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:90:21: fatal error: bstring.h: No such file or directory
compilation terminated.
configure:28416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_SSL_CTX_NEW 1
| #define HAVE_ENGINE_INIT 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_RAND_EGD 1
| #define HAVE_OPENSSL 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:28416: result: no
configure:28416: checking bstring.h presence
configure:28416: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:57:21: fatal error: bstring.h: No such file or directory
compilation terminated.
configure:28416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_SSL_CTX_NEW 1
| #define HAVE_ENGINE_INIT 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_RAND_EGD 1
| #define HAVE_OPENSSL 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:28416: result: no
configure:28416: checking for bstring.h
configure:28416: result: no
configure:28416: checking for unistd.h
configure:28416: result: yes
configure:28431: checking for syslog
configure:28431: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:28431: $? = 0
configure:28431: result: yes
configure:28443: checking sys/times.h usability
configure:28443: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:28443: $? = 0
configure:28443: result: yes
configure:28443: checking sys/times.h presence
configure:28443: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:28443: $? = 0
configure:28443: result: yes
configure:28443: checking for sys/times.h
configure:28443: result: yes
configure:28455: checking for times
configure:28455: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:28455: $? = 0
configure:28455: result: yes
configure:28524: checking whether APR supports thread-safe pollsets
configure:28543: checking for kqueue
configure:28543: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
/tmp/ccDCjGzZ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `kqueue'
collect2: error: ld returned 1 exit status
configure:28543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_SSL_CTX_NEW 1
| #define HAVE_ENGINE_INIT 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_RAND_EGD 1
| #define HAVE_OPENSSL 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
| /* end confdefs.h.  */
| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define kqueue innocuous_kqueue
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char kqueue (); 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 kqueue
| 
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
| 
| int
| main ()
| {
| return kqueue ();
|   ;
|   return 0;
| }
configure:28543: result: no
configure:28543: checking for port_create
configure:28543: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
/tmp/ccMOL9S8.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `port_create'
collect2: error: ld returned 1 exit status
configure:28543: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_SSL_CTX_NEW 1
| #define HAVE_ENGINE_INIT 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_RAND_EGD 1
| #define HAVE_OPENSSL 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
| /* end confdefs.h.  */
| /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define port_create innocuous_port_create
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char port_create (); 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 port_create
| 
| /* 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 port_create ();
| /* 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_port_create || defined __stub___port_create
| choke me
| #endif
| 
| int
| main ()
| {
| return port_create ();
|   ;
|   return 0;
| }
configure:28543: result: no
configure:28543: checking for epoll_create
configure:28543: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:28543: $? = 0
configure:28543: result: yes
configure:28559: result: yes
configure:28626: checking if event MPM supports this platform
configure:28644: result: yes
configure:28659: checking if mpmt_os2 MPM supports this platform
configure:28678: result: no
configure:28683: checking if prefork MPM supports this platform
configure:28689: result: yes
configure:28704: checking if WinNT MPM supports this platform
configure:28723: result: no
configure:28728: checking if worker MPM supports this platform
configure:28740: result: yes
configure:29596: checking whether to enable mod_http2
configure:29655: result: checking dependencies
configure:29660: checking for OpenSSL
configure:30163: result: yes
configure:30238: checking for nghttp2
configure:30249: checking for user-provided nghttp2 base directory
configure:30262: result: none
configure:30275: checking for pkg-config along 
configure:30562: checking for nghttp2 version >= 1.2.1
configure:30581: gcc -c -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:63:32: fatal error: nghttp2/nghttp2ver.h: No such file or directory
compilation terminated.
configure:30581: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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_GETPGID 1
| #define HAVE_FOPEN64 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETTID 1
| #define HAVE_GMTOFF 1
| #define HAVE_OPENSSL_ENGINE_H 1
| #define HAVE_SSL_CTX_NEW 1
| #define HAVE_ENGINE_INIT 1
| #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
| #define HAVE_RAND_EGD 1
| #define HAVE_OPENSSL 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_EPOLL_CREATE 1
| #define HAVE_OPENSSL 1
| /* end confdefs.h.  */
| #include <nghttp2/nghttp2ver.h>
| int
| main ()
| {
| 
| #if !defined(NGHTTP2_VERSION_NUM)
| #error "Missing nghttp2 version"
| #endif
| #if NGHTTP2_VERSION_NUM < 0x010201
| #error "Unsupported nghttp2 version " NGHTTP2_VERSION_TEXT
| #endif
|   ;
|   return 0;
| }
configure:30586: result: FAILED
configure:30777: WARNING: nghttp2 version is too old
configure:30786: result: no
configure:30825: checking whether to enable mod_http2
configure:30835: result: no (disabled)
configure:30924: checking whether to enable mod_proxy_http2
configure:31593: result: no
configure:31707: checking whether to enable mod_lbmethod_byrequests
configure:31766: result: checking dependencies
configure:31779: checking whether to enable mod_lbmethod_byrequests
configure:31789: result: shared
configure:31869: checking whether to enable mod_lbmethod_bytraffic
configure:31928: result: checking dependencies
configure:31941: checking whether to enable mod_lbmethod_bytraffic
configure:31951: result: shared
configure:32031: checking whether to enable mod_lbmethod_bybusyness
configure:32090: result: checking dependencies
configure:32103: checking whether to enable mod_lbmethod_bybusyness
configure:32113: result: shared
configure:32193: checking whether to enable mod_lbmethod_heartbeat
configure:32252: result: checking dependencies
configure:32265: checking whether to enable mod_lbmethod_heartbeat
configure:32275: result: shared
configure:32374: checking which MPM to use by default
configure:32396: result: event
configure:32579: checking for pthread_kill
configure:32579: gcc -o conftest -DHAVE_MCTLS=1 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE -L/home/development/Documents/TLMSP conftest.c  >&5
configure:32579: $? = 0
configure:32579: result: yes
configure:32841: checking whether to enable mod_unixd
configure:32902: result: shared
configure:32982: checking whether to enable mod_privileges
configure:33076: result: no
configure:33222: checking whether to enable mod_heartbeat
configure:33304: result: no
configure:33384: checking whether to enable mod_heartmonitor
configure:33445: result: no
configure:33566: checking whether to enable mod_dav
configure:33627: result: shared (most)
configure:33767: checking whether to enable mod_status
configure:33828: result: shared
configure:33908: checking whether to enable mod_autoindex
configure:33969: result: shared
configure:34049: checking whether to enable mod_asis
configure:34110: result: no
configure:34190: checking whether to enable mod_info
configure:34251: result: shared (most)
configure:34331: checking whether to enable mod_suexec
configure:34406: result: no
configure:34502: checking whether to enable mod_cgid
configure:34561: result: checking dependencies
configure:34603: checking whether to enable mod_cgid
configure:34613: result: shared (most)
configure:34693: checking whether to enable mod_cgi
configure:34754: result: no
configure:35282: checking whether to enable mod_dav_fs
configure:35341: result: checking dependencies
configure:35354: checking whether to enable mod_dav_fs
configure:35364: result: shared
configure:35487: checking whether to enable mod_dav_lock
configure:35569: result: no
configure:35668: checking for extra modules
configure:35727: result: none
configure:35748: checking whether to enable mod_vhost_alias
configure:35809: result: shared (most)
configure:35889: checking whether to enable mod_negotiation
configure:35950: result: shared (most)
configure:36030: checking whether to enable mod_dir
configure:36091: result: shared
configure:36171: checking whether to enable mod_imagemap
configure:36232: result: no
configure:36312: checking whether to enable mod_actions
configure:36373: result: shared (most)
configure:36453: checking whether to enable mod_speling
configure:36514: result: shared (most)
configure:36594: checking whether to enable mod_userdir
configure:36655: result: shared (most)
configure:36735: checking whether to enable mod_alias
configure:36796: result: shared
configure:36876: checking whether to enable mod_rewrite
configure:36937: result: shared (most)
configure:37449: 
configure:37451: Restore user-defined environment settings...
configure:37453: 
configure:37578: 
configure:37580: Construct makefiles and header files...
configure:37582: 
configure:37909: creating config_vars.mk
configure:38092: creating ./config.status

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

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

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

on development-VirtualBox

config.status:1191: creating docs/conf/httpd.conf
config.status:1191: creating docs/conf/extra/httpd-autoindex.conf
config.status:1191: creating docs/conf/extra/httpd-dav.conf
config.status:1191: creating docs/conf/extra/httpd-default.conf
config.status:1191: creating docs/conf/extra/httpd-info.conf
config.status:1191: creating docs/conf/extra/httpd-languages.conf
config.status:1191: creating docs/conf/extra/httpd-manual.conf
config.status:1191: creating docs/conf/extra/httpd-mpm.conf
config.status:1191: creating docs/conf/extra/httpd-multilang-errordoc.conf
config.status:1191: creating docs/conf/extra/httpd-ssl.conf
config.status:1191: creating docs/conf/extra/httpd-userdir.conf
config.status:1191: creating docs/conf/extra/httpd-vhosts.conf
config.status:1191: creating docs/conf/extra/proxy-html.conf
config.status:1191: creating include/ap_config_layout.h
config.status:1191: creating support/apxs
config.status:1191: creating support/apachectl
config.status:1191: creating support/dbmmanage
config.status:1191: creating support/envvars-std
config.status:1191: creating support/log_server_status
config.status:1191: creating support/logresolve.pl
config.status:1191: creating support/phf_abuse_log.cgi
config.status:1191: creating support/split-logfile
config.status:1191: creating build/rules.mk
config.status:1191: creating build/pkg/pkginfo
config.status:1191: creating build/config_vars.sh
config.status:1191: creating include/ap_config_auto.h
config.status:1346: include/ap_config_auto.h is unchanged
config.status:1360: executing default commands
configure:39305: summary of build options:

    Server Version: 2.4.29
    Install prefix: /usr/local/apache2
    C compiler:     gcc
    CFLAGS:         -DHAVE_MCTLS=1 -pthread  
    CPPFLAGS:        -DLINUX -D_REENTRANT -D_GNU_SOURCE  
    LDFLAGS:        -L/home/development/Documents/TLMSP  
    LIBS:             
    C preprocessor: gcc -E


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

ac_cv_APR_HAS_LDAP=no
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_define_APR_HAS_DSO=yes
ac_cv_define_APR_HAS_RANDOM=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=set
ac_cv_env_CFLAGS_value=-DHAVE_MCTLS=1
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=set
ac_cv_env_LDFLAGS_value=-L/home/development/Documents/TLMSP
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_ENGINE_init=yes
ac_cv_func_ENGINE_load_builtin_engines=yes
ac_cv_func_RAND_egd=yes
ac_cv_func_SSL_CTX_new=yes
ac_cv_func_bindprocessor=no
ac_cv_func_epoll_create=yes
ac_cv_func_fopen64=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getpgid=yes
ac_cv_func_getpwnam=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_kqueue=no
ac_cv_func_port_create=no
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_gettid=yes
ac_cv_have_decl_CMSG_DATA=yes
ac_cv_have_threadsafe_pollset=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_openssl_engine_h=yes
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_loadavg_h=no
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_sdt_h=no
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-pc-linux-gnu
ac_cv_mkdir_p=yes
ac_cv_nghttp2=no
ac_cv_objext=o
ac_cv_openssl=yes
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PCRE_CONFIG=/usr/bin/pcre-config
ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
ac_cv_path_RM=/bin/rm
ac_cv_path_RSYNC=/usr/bin/rsync
ac_cv_prog_AWK=mawk
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_c99=
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_crypt=-lcrypt
ac_cv_search_sqrt=-lm
ac_cv_search_strerror='none required'
ac_cv_struct_tm_gmtoff=yes
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_rlim_t=yes
ap_cv_void_ptr_lt_long=no

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

APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`'
APR_BINDIR='/usr/local/apache2/bin'
APR_CONFIG='/usr/local/apache2/bin/apr-1-config'
APR_INCLUDEDIR='/home/development/Documents/httpd-mctls/srclib/apr/include'
APR_VERSION='1.6.3'
APU_BINDIR='/usr/local/apache2/bin'
APU_CONFIG='/usr/local/apache2/bin/apu-1-config'
APU_INCLUDEDIR='/home/development/Documents/httpd-mctls/srclib/apr-util/include'
APU_VERSION='1.6.1'
AP_BUILD_SRCLIB_DIRS='apr  apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util  apr'
AP_LIBS='$(MOD_SO_LDADD) $(MOD_HTTP_LDADD) $(MOD_SSL_LDADD) $(MOD_MPM_EVENT_LDADD)  /home/development/Documents/httpd-mctls/srclib/apr-util/libaprutil-1.la     -lexpat  /home/development/Documents/httpd-mctls/srclib/apr/libapr-1.la -lrt -lcrypt  -lpthread -ldl'
AWK='mawk'
BUILTIN_LIBS=' modules/core/libmod_so.la modules/http/libmod_http.la modules/ssl/libmod_ssl.la'
CC='gcc'
CFLAGS='-DHAVE_MCTLS=1'
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='gcc -E'
CPPFLAGS=''
CRYPT_LIBS='-lcrypt '
CXX=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DSO_MODULES=' authn_file authn_dbm authn_anon authn_dbd authn_socache authn_core authz_host authz_groupfile authz_user authz_dbm authz_owner authz_dbd authz_core access_compat auth_basic auth_form auth_digest allowmethods file_cache cache cache_disk cache_socache socache_shmcb socache_dbm socache_memcache contextsplit watchdog macro dbd dumpio buffer ratelimit reqtimeout ext_filter request include filter substitute sed mime log_config log_debug logio env expires headers unique_id setenvif version remoteip proxy proxy_connect proxy_ftp proxy_http proxy_fcgi proxy_scgi proxy_fdpass proxy_wstunnel proxy_ajp proxy_balancer proxy_express proxy_hcheck session session_cookie session_dbd slotmem_shm lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness lbmethod_heartbeat unixd dav status autoindex info cgid dav_fs vhost_alias negotiation dir actions speling userdir alias rewrite'
DTRACE='true'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLED_DSO_MODULES=',authn_file,authn_core,authz_host,authz_groupfile,authz_user,authz_core,access_compat,auth_basic,reqtimeout,filter,mime,log_config,env,headers,setenvif,version,unixd,status,autoindex,dir,alias'
ENABLED_MPM_MODULE=''
EXEEXT=''
EXTRA_CFLAGS=' -pthread'
EXTRA_CPPFLAGS=' -DLINUX -D_REENTRANT -D_GNU_SOURCE'
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES='-I. -I$(top_builddir)/include -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/home/development/Documents/httpd-mctls/srclib/apr/include -I/home/development/Documents/httpd-mctls/srclib/apr-util/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers'
EXTRA_LDFLAGS=''
EXTRA_LIBS=''
GREP='/bin/grep'
HTTPD_LDFLAGS='-export-dynamic'
HTTPD_MMN='20120211'
HTTPD_VERSION='2.4.29'
INCLUDES=''
INSTALL='$(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c'
INSTALL_DSO='yes'
INSTALL_PROG_FLAGS=''
INTERNAL_CPPFLAGS=''
LDFLAGS='-L/home/development/Documents/TLMSP'
LIBOBJS=''
LIBS=''
LIBTOOL='/home/development/Documents/httpd-mctls/srclib/apr/libtool $(LTFLAGS)'
LN_S='ln -s'
LOAD_ALL_MODULES='no'
LTCFLAGS='-prefer-non-pic -static'
LTFLAGS='--silent'
LTLIBOBJS=''
LT_LDFLAGS=''
LUA_CFLAGS=''
LUA_LIBS=''
LYNX_PATH='lynx'
MATH_LIBS='-lm '
MKDEP='$(CC) -MM'
MKINSTALLDIRS='$(abs_srcdir)/build/mkdir.sh'
MK_IMPLIB=''
MODULE_CLEANDIRS=' arch/win32 echo examples experimental ldap lua test http2 cluster dav/lock'
MODULE_DIRS=' aaa cache contextsplit core database debugging filters http loggers metadata proxy session slotmem ssl proxy/balancers arch/unix dav/main generators dav/fs mappers'
MOD_ACCESS_COMPAT_LDADD=''
MOD_ACTIONS_LDADD=''
MOD_ALIAS_LDADD=''
MOD_ALLOWMETHODS_LDADD=''
MOD_ASIS_LDADD=''
MOD_AUTHNZ_FCGI_LDADD=''
MOD_AUTHNZ_LDAP_LDADD=''
MOD_AUTHN_ANON_LDADD=''
MOD_AUTHN_CORE_LDADD=''
MOD_AUTHN_DBD_LDADD=''
MOD_AUTHN_DBM_LDADD=''
MOD_AUTHN_FILE_LDADD=''
MOD_AUTHN_SOCACHE_LDADD=''
MOD_AUTHZ_CORE_LDADD=''
MOD_AUTHZ_DBD_LDADD=''
MOD_AUTHZ_DBM_LDADD=''
MOD_AUTHZ_GROUPFILE_LDADD=''
MOD_AUTHZ_HOST_LDADD=''
MOD_AUTHZ_OWNER_LDADD=''
MOD_AUTHZ_USER_LDADD=''
MOD_AUTH_BASIC_LDADD=''
MOD_AUTH_DIGEST_LDADD=''
MOD_AUTH_FORM_LDADD=''
MOD_AUTOINDEX_LDADD=''
MOD_BROTLI_LDADD=''
MOD_BUCKETEER_LDADD=''
MOD_BUFFER_LDADD=''
MOD_CACHE_DISK_LDADD=''
MOD_CACHE_LDADD=''
MOD_CACHE_SOCACHE_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_CONTEXTSPLIT_LDADD=''
MOD_DATA_LDADD=''
MOD_DAV_FS_LDADD=''
MOD_DAV_LDADD=''
MOD_DAV_LOCK_LDADD=''
MOD_DBD_LDADD=''
MOD_DEFLATE_LDADD=''
MOD_DIALUP_LDADD=''
MOD_DIR_LDADD=''
MOD_DUMPIO_LDADD=''
MOD_ECHO_LDADD=''
MOD_ENV_LDADD=''
MOD_EXAMPLE_HOOKS_LDADD=''
MOD_EXAMPLE_IPC_LDADD=''
MOD_EXPIRES_LDADD=''
MOD_EXT_FILTER_LDADD=''
MOD_FILE_CACHE_LDADD=''
MOD_FILTER_LDADD=''
MOD_HEADERS_LDADD=''
MOD_HEARTBEAT_LDADD=''
MOD_HEARTMONITOR_LDADD=''
MOD_HTTP2_LDADD=''
MOD_HTTP_LDADD=''
MOD_IDENT_LDADD=''
MOD_IMAGEMAP_LDADD=''
MOD_INCLUDE_LDADD=''
MOD_INFO_LDADD=''
MOD_ISAPI_LDADD=''
MOD_LBMETHOD_BYBUSYNESS_LDADD=''
MOD_LBMETHOD_BYREQUESTS_LDADD=''
MOD_LBMETHOD_BYTRAFFIC_LDADD=''
MOD_LBMETHOD_HEARTBEAT_LDADD=''
MOD_LDAP_LDADD=''
MOD_LOGIO_LDADD=''
MOD_LOG_CONFIG_LDADD=''
MOD_LOG_DEBUG_LDADD=''
MOD_LOG_FORENSIC_LDADD=''
MOD_LUA_LDADD=''
MOD_MACRO_LDADD=''
MOD_MIME_LDADD=''
MOD_MIME_MAGIC_LDADD=''
MOD_MPM_EVENT_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_PRIVILEGES_LDADD=''
MOD_PROXY_AJP_LDADD=''
MOD_PROXY_BALANCER_LDADD=''
MOD_PROXY_CONNECT_LDADD=''
MOD_PROXY_EXPRESS_LDADD=''
MOD_PROXY_FCGI_LDADD=''
MOD_PROXY_FDPASS_LDADD=''
MOD_PROXY_FTP_LDADD=''
MOD_PROXY_HCHECK_LDADD=''
MOD_PROXY_HTML_LDADD=''
MOD_PROXY_HTTP2_LDADD=''
MOD_PROXY_HTTP_LDADD=''
MOD_PROXY_LDADD=''
MOD_PROXY_SCGI_LDADD=''
MOD_PROXY_WSTUNNEL_LDADD=''
MOD_RATELIMIT_LDADD=''
MOD_REFLECTOR_LDADD=''
MOD_REMOTEIP_LDADD=''
MOD_REQTIMEOUT_LDADD=''
MOD_REQUEST_LDADD=''
MOD_REWRITE_LDADD=''
MOD_SED_LDADD='-export-symbols-regex sed_module'
MOD_SESSION_COOKIE_LDADD=''
MOD_SESSION_CRYPTO_LDADD=''
MOD_SESSION_DBD_LDADD=''
MOD_SESSION_LDADD=''
MOD_SETENVIF_LDADD=''
MOD_SLOTMEM_PLAIN_LDADD=''
MOD_SLOTMEM_SHM_LDADD=''
MOD_SOCACHE_DBM_LDADD=''
MOD_SOCACHE_DC_LDADD=''
MOD_SOCACHE_MEMCACHE_LDADD=''
MOD_SOCACHE_SHMCB_LDADD=''
MOD_SO_ENABLED='yes'
MOD_SO_LDADD=''
MOD_SPELING_LDADD=''
MOD_SSL_LDADD=''
MOD_STATUS_LDADD=''
MOD_SUBSTITUTE_LDADD=''
MOD_SUEXEC_LDADD=''
MOD_UNIQUE_ID_LDADD=''
MOD_UNIXD_LDADD=''
MOD_USERDIR_LDADD=''
MOD_USERTRACK_LDADD=''
MOD_VERSION_LDADD=''
MOD_VHOST_ALIAS_LDADD=''
MOD_WATCHDOG_LDADD=''
MOD_XML2ENC_LDADD=''
MPM_LIB='server/mpm/event/libevent.la'
MPM_MODULES=''
MPM_SUBDIRS=' event '
NONPORTABLE_SUPPORT='checkgid fcgistarter'
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS=''
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_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRE_CONFIG='/usr/bin/pcre-config'
PCRE_LIBS='-lpcre'
PICFLAGS=''
PILDFLAGS=''
PKGCONFIG='/usr/bin/pkg-config'
PORT='80'
POST_SHARED_CMDS='echo ""'
PRE_SHARED_CMDS='echo ""'
RANLIB='ranlib'
RM='/bin/rm'
RSYNC='/usr/bin/rsync'
SHELL='/bin/bash'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
SHLTCFLAGS='-prefer-pic'
SH_LDFLAGS=''
SH_LIBS=''
SH_LIBTOOL='$(LIBTOOL)'
SSLPORT='443'
UTIL_LDFLAGS=''
ab_CFLAGS='-I/home/development/Documents/TLMSP/include'
ab_LDFLAGS='-L/home/development/Documents/TLMSP/lib -lssl -lcrypto -lrt -lcrypt -lpthread -ldl'
ab_LTFLAGS=''
abs_srcdir='/home/development/Documents/httpd-mctls'
ac_ct_CC='gcc'
ap_make_delimiter=' '
ap_make_include='include'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
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='/usr/local/apache2/bin'
exp_cgidir='/usr/local/apache2/cgi-bin'
exp_datadir='/usr/local/apache2'
exp_errordir='/usr/local/apache2/error'
exp_exec_prefix='/usr/local/apache2'
exp_htdocsdir='/usr/local/apache2/htdocs'
exp_iconsdir='/usr/local/apache2/icons'
exp_includedir='/usr/local/apache2/include'
exp_installbuilddir='/usr/local/apache2/build'
exp_libdir='/usr/local/apache2/lib'
exp_libexecdir='/usr/local/apache2/modules'
exp_localstatedir='/usr/local/apache2'
exp_logfiledir='/usr/local/apache2/logs'
exp_mandir='/usr/local/apache2/man'
exp_manualdir='/usr/local/apache2/manual'
exp_proxycachedir='/usr/local/apache2/proxy'
exp_runtimedir='/usr/local/apache2/logs'
exp_sbindir='/usr/local/apache2/bin'
exp_sysconfdir='/usr/local/apache2/conf'
fcgistarter_LTFLAGS=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htcacheclean_LTFLAGS=''
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/htdocs'
htmldir='${docdir}'
htpasswd_LTFLAGS=''
httxt2dbm_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'
oldincludedir='/usr/include'
other_targets=''
pdfdir='${docdir}'
perlbin='/usr/bin/perl'
prefix='/usr/local/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=''
runstatedir='${localstatedir}/run'
runtimedir='${localstatedir}/logs'
sbindir='${exec_prefix}/bin'
shared_build='shared-build'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/conf'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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_GETPGID 1
#define HAVE_FOPEN64 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETTID 1
#define HAVE_GMTOFF 1
#define HAVE_OPENSSL_ENGINE_H 1
#define HAVE_SSL_CTX_NEW 1
#define HAVE_ENGINE_INIT 1
#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
#define HAVE_RAND_EGD 1
#define HAVE_OPENSSL 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_EPOLL_CREATE 1
#define HAVE_OPENSSL 1
#define HAVE_PTHREAD_KILL 1
#define AP_USING_AUTOCONF 1
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#define AP_ENABLE_V4_MAPPED 1
#define HTTPD_ROOT "/usr/local/apache2"
#define SERVER_CONFIG_FILE "conf/httpd.conf"
#define AP_TYPES_CONFIG_FILE "conf/mime.types"

configure: exit 0