This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by curl configure -, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/opt/curl --with-nghttp2=/opt/nghttp2 ## --------- ## ## Platform. ## ## --------- ## hostname = hostname uname -m = x86_64 uname -r = 3.16.0-4-amd64 uname -s = Linux uname -v = #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) /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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:3047: checking whether to enable maintainer-specific portions of Makefiles configure:3056: result: no configure:3071: checking whether to enable debug build options configure:3090: result: no configure:3094: checking whether to enable compiler optimizer configure:3115: result: (assumed) yes configure:3127: checking whether to enable strict compiler warnings configure:3146: result: no configure:3150: checking whether to enable compiler warnings as errors configure:3169: result: no configure:3173: checking whether to enable curl debug memory tracking configure:3192: result: no configure:3206: checking whether to enable hiding of library internal symbols configure:3227: result: yes configure:3238: checking whether to enable c-ares for DNS lookups configure:3260: result: no configure:3264: checking whether to disable dependency on -lrt configure:3282: result: (assumed no) ;; * configure:3287: result: no configure:3314: checking for path separator configure:3316: result: : configure:3342: checking for sed configure:3361: found /bin/sed configure:3374: result: /bin/sed configure:3391: checking for grep configure:3410: found /bin/grep configure:3423: result: /bin/grep configure:3439: checking for egrep configure:3442: result: /bin/grep -E configure:3542: checking for ar configure:3561: found /usr/bin/ar configure:3573: result: /usr/bin/ar configure:3825: checking for a BSD-compatible install configure:3893: result: /usr/bin/install -c configure:3955: checking for gcc configure:3971: found /usr/bin/gcc configure:3982: result: gcc configure:4211: checking for C compiler version configure:4220: gcc --version >&5 gcc-4.9.real (Debian 4.9.2-10) 4.9.2 Copyright (C) 2014 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:4231: $? = 0 configure:4220: gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/gcc-4.9.real COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --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 4.9.2 (Debian 4.9.2-10) configure:4231: $? = 0 configure:4220: gcc -V >&5 gcc-4.9.real: error: unrecognized command line option '-V' gcc-4.9.real: fatal error: no input files compilation terminated. configure:4231: $? = 4 configure:4220: gcc -qversion >&5 gcc-4.9.real: error: unrecognized command line option '-qversion' gcc-4.9.real: fatal error: no input files compilation terminated. configure:4231: $? = 4 configure:4250: checking whether the C compiler works configure:4272: gcc conftest.c >&5 configure:4276: $? = 0 configure:4324: result: yes configure:4327: checking for C compiler default output file name configure:4329: result: a.out configure:4335: checking for suffix of executables configure:4342: gcc -o conftest conftest.c >&5 configure:4346: $? = 0 configure:4368: result: configure:4389: checking whether we are cross compiling configure:4397: gcc -o conftest conftest.c >&5 configure:4401: $? = 0 configure:4408: ./conftest configure:4412: $? = 0 configure:4427: result: no configure:4432: checking for suffix of object files configure:4453: gcc -c conftest.c >&5 configure:4457: $? = 0 configure:4478: result: o configure:4482: checking whether we are using the GNU C compiler configure:4500: gcc -c conftest.c >&5 configure:4500: $? = 0 configure:4509: result: yes configure:4518: checking whether gcc accepts -g configure:4537: gcc -c -g conftest.c >&5 configure:4537: $? = 0 configure:4576: result: yes configure:4593: checking for gcc option to accept ISO C89 configure:4655: gcc -c -g -O2 conftest.c >&5 configure:4655: $? = 0 configure:4668: result: none needed configure:4693: checking whether gcc understands -c and -o together configure:4714: gcc -c conftest.c -o conftest2.o configure:4717: $? = 0 configure:4714: gcc -c conftest.c -o conftest2.o configure:4717: $? = 0 configure:4729: result: yes configure:4752: checking how to run the C preprocessor configure:4783: gcc -E conftest.c configure:4783: $? = 0 configure:4797: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4797: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4822: result: gcc -E configure:4842: gcc -E conftest.c configure:4842: $? = 0 configure:4856: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4856: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include configure:4897: checking whether build environment is sane configure:4952: result: yes configure:5100: checking for a thread-safe mkdir -p configure:5139: result: /bin/mkdir -p configure:5146: checking for gawk configure:5176: result: no configure:5146: checking for mawk configure:5162: found /usr/bin/mawk configure:5173: result: mawk configure:5184: checking whether make sets $(MAKE) configure:5206: result: yes configure:5236: checking for style of include used by make configure:5264: result: GNU configure:5298: checking whether make supports nested variables configure:5315: result: yes configure:5404: checking dependency style of gcc configure:5515: result: gcc3 configure:5578: checking curl version configure:5580: result: 7.44.0 configure:5624: checking build system type configure:5638: result: x86_64-unknown-linux-gnu configure:5658: checking host system type configure:5671: result: x86_64-unknown-linux-gnu configure:5720: checking for sys/types.h configure:5720: gcc -c conftest.c >&5 configure:5720: $? = 0 configure:5720: result: yes configure:5720: checking for stdint.h configure:5720: gcc -c conftest.c >&5 configure:5720: $? = 0 configure:5720: result: yes configure:5720: checking for inttypes.h configure:5720: gcc -c conftest.c >&5 configure:5720: $? = 0 configure:5720: result: yes configure:5733: checking for grep that handles long lines and -e configure:5791: result: /bin/grep configure:5796: checking for egrep configure:5858: result: /bin/grep -E configure:5863: checking for ANSI C header files configure:5882: gcc -c conftest.c >&5 configure:5882: $? = 0 configure:5955: gcc -o conftest conftest.c >&5 configure:5955: $? = 0 configure:5955: ./conftest configure:5955: $? = 0 configure:5966: result: yes configure:5979: checking for sys/types.h configure:5979: result: yes configure:5979: checking for sys/stat.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:5979: checking for stdlib.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:5979: checking for string.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:5979: checking for memory.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:5979: checking for strings.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:5979: checking for inttypes.h configure:5979: result: yes configure:5979: checking for stdint.h configure:5979: result: yes configure:5979: checking for unistd.h configure:5979: gcc -c conftest.c >&5 configure:5979: $? = 0 configure:5979: result: yes configure:6002: checking size of long configure:6007: gcc -o conftest conftest.c >&5 configure:6007: $? = 0 configure:6007: ./conftest configure:6007: $? = 0 configure:6021: result: 8 configure:6035: checking size of void* configure:6040: gcc -o conftest conftest.c >&5 configure:6040: $? = 0 configure:6040: ./conftest configure:6040: $? = 0 configure:6054: result: 8 configure:6096: checking for 64-bit curl_off_t data type configure:6146: gcc -c conftest.c >&5 configure:6146: $? = 0 configure:6208: result: long configure:6443: checking size of curl_off_t configure:6445: result: 8 configure:6448: checking formatting string directive for curl_off_t configure:6488: result: "ld" configure:6491: checking formatting string directive for unsigned curl_off_t configure:6493: result: "lu" configure:6497: checking constant suffix string for curl_off_t configure:6564: gcc -c conftest.c >&5 configure:6564: $? = 0 configure:6578: result: L configure:6580: checking constant suffix string for unsigned curl_off_t configure:6582: result: UL configure:6652: checking if OS is AIX (to define _ALL_SOURCE) configure:6672: result: no configure:6682: checking if _THREAD_SAFE is already defined configure:6703: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:43:7: error: unknown type name 'force' force compilation error ^ conftest.c:43:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:6703: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _THREAD_SAFE | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6711: result: no configure:6719: checking if _THREAD_SAFE is actually needed configure:6738: result: no configure:6743: checking if _THREAD_SAFE is onwards defined configure:6760: result: no configure:6767: checking if _REENTRANT is already defined configure:6788: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:43:7: error: unknown type name 'force' force compilation error ^ conftest.c:43:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:6788: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _REENTRANT | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6796: result: no configure:6804: checking if _REENTRANT is actually needed configure:6835: gcc -c conftest.c >&5 configure:6835: $? = 0 configure:6866: gcc -c conftest.c >&5 configure:6866: $? = 0 configure:6937: gcc -o conftest conftest.c >&5 configure:6937: $? = 0 configure:7016: gcc -o conftest conftest.c >&5 configure:7016: $? = 0 configure:7095: gcc -o conftest conftest.c >&5 configure:7095: $? = 0 configure:7174: gcc -o conftest conftest.c >&5 configure:7174: $? = 0 configure:7253: gcc -o conftest conftest.c >&5 /tmp/cctCuJxm.o: In function `main': conftest.c:(.text+0xa): undefined reference to `inet_ntoa_r' collect2: error: ld returned 1 exit status configure:7253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | /* end confdefs.h. */ | | | #define inet_ntoa_r innocuous_inet_ntoa_r | #ifdef __STDC__ | # include | #else | # include | #endif | #undef inet_ntoa_r | #ifdef __cplusplus | extern "C" | #endif | char inet_ntoa_r (); | #if defined __stub_inet_ntoa_r || defined __stub___inet_ntoa_r | choke me | #endif | | int main (void) | { | return inet_ntoa_r (); | ; | return 0; | } | configure:7336: gcc -o conftest conftest.c >&5 configure:7336: $? = 0 configure:7415: gcc -o conftest conftest.c >&5 configure:7415: $? = 0 configure:7494: gcc -o conftest conftest.c >&5 configure:7494: $? = 0 configure:7573: gcc -o conftest conftest.c >&5 configure:7573: $? = 0 configure:7629: result: no configure:7634: checking if _REENTRANT is onwards defined configure:7651: result: no configure:7664: checking for special C compiler options needed for large files configure:7708: result: no configure:7714: checking for _FILE_OFFSET_BITS value needed for large files configure:7738: gcc -c conftest.c >&5 configure:7738: $? = 0 configure:7769: result: no configure:7899: checking how to print strings configure:7926: result: printf configure:7947: checking for a sed that does not truncate output configure:8011: result: /bin/sed configure:8029: checking for fgrep configure:8091: result: /bin/grep -F configure:8126: checking for ld used by gcc configure:8193: result: /usr/bin/ld configure:8200: checking if the linker (/usr/bin/ld) is GNU ld configure:8215: result: yes configure:8227: checking for BSD- or MS-compatible name lister (nm) configure:8276: result: /usr/bin/nm -B configure:8406: checking the name lister (/usr/bin/nm -B) interface configure:8413: gcc -c conftest.c >&5 configure:8416: /usr/bin/nm -B "conftest.o" configure:8419: output 0000000000000000 B some_variable configure:8426: result: BSD nm configure:8429: checking whether ln -s works configure:8433: result: yes configure:8441: checking the maximum length of command line arguments configure:8572: result: 1572864 configure:8589: checking whether the shell understands some XSI constructs configure:8599: result: yes configure:8603: checking whether the shell understands "+=" configure:8609: result: yes configure:8644: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:8684: result: func_convert_file_noop configure:8691: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:8711: result: func_convert_file_noop configure:8718: checking for /usr/bin/ld option to reload object files configure:8725: result: -r configure:8799: checking for objdump configure:8815: found /usr/bin/objdump configure:8826: result: objdump configure:8855: checking how to recognize dependent libraries configure:9053: result: pass_all configure:9138: checking for dlltool configure:9168: result: no configure:9195: checking how to associate runtime and link libraries configure:9222: result: printf %s\n configure:9346: checking for archiver @FILE support configure:9362: gcc -c conftest.c >&5 configure:9362: $? = 0 configure:9365: /usr/bin/ar cru libconftest.a @conftest.lst >&5 configure:9368: $? = 0 configure:9373: /usr/bin/ar cru libconftest.a @conftest.lst >&5 /usr/bin/ar: conftest.o: No such file or directory configure:9376: $? = 1 configure:9388: result: @ configure:9446: checking for strip configure:9462: found /usr/bin/strip configure:9473: result: strip configure:9545: checking for ranlib configure:9561: found /usr/bin/ranlib configure:9572: result: ranlib configure:9674: checking command to parse /usr/bin/nm -B output from gcc object configure:9794: gcc -c conftest.c >&5 configure:9797: $? = 0 configure:9801: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9804: $? = 0 configure:9870: gcc -o conftest conftest.c conftstm.o >&5 configure:9873: $? = 0 configure:9911: result: ok configure:9948: checking for sysroot configure:9978: result: no configure:10055: gcc -c conftest.c >&5 configure:10058: $? = 0 configure:10246: checking for mt configure:10262: found /bin/mt configure:10273: result: mt configure:10296: checking if mt is a manifest tool configure:10302: mt '-?' configure:10310: result: no configure:10948: checking for dlfcn.h configure:10948: gcc -c conftest.c >&5 configure:10948: $? = 0 configure:10948: result: yes configure:11559: checking for objdir configure:11574: result: .libs configure:11845: checking if gcc supports -fno-rtti -fno-exceptions configure:11863: gcc -c -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:11867: $? = 0 configure:11880: result: no configure:12207: checking for gcc option to produce PIC configure:12214: result: -fPIC -DPIC configure:12222: checking if gcc PIC flag -fPIC -DPIC works configure:12240: gcc -c -fPIC -DPIC -DPIC conftest.c >&5 configure:12244: $? = 0 configure:12257: result: yes configure:12286: checking if gcc static flag -static works configure:12314: result: yes configure:12329: checking if gcc supports -c -o file.o configure:12350: gcc -c -o out/conftest2.o conftest.c >&5 configure:12354: $? = 0 configure:12376: result: yes configure:12384: checking if gcc supports -c -o file.o configure:12431: result: yes configure:12464: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:13619: result: yes configure:13656: checking whether -lc should be explicitly linked in configure:13664: gcc -c conftest.c >&5 configure:13667: $? = 0 configure:13682: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:13685: $? = 0 configure:13699: result: no configure:13859: checking dynamic linker characteristics configure:14358: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14358: $? = 0 configure:14592: result: GNU/Linux ld.so configure:14699: checking how to hardcode library paths into programs configure:14724: result: immediate configure:15249: checking whether stripping libraries is possible configure:15254: result: yes configure:15289: checking if libtool supports shared libraries configure:15291: result: yes configure:15294: checking whether to build shared libraries configure:15315: result: yes configure:15318: checking whether to build static libraries configure:15322: result: yes configure:15393: checking whether to build shared libraries with -version-info configure:15404: result: yes configure:15411: checking whether to build shared libraries with -no-undefined configure:15424: result: no configure:15431: checking whether to build shared libraries with -mimpure-text configure:15441: result: no configure:15468: checking whether to build shared libraries with PIC configure:15470: result: yes configure:15472: checking whether to build static libraries with PIC configure:15474: result: yes configure:15481: checking whether to build shared libraries only configure:15489: result: no configure:15496: checking whether to build static libraries only configure:15504: result: no configure:15594: checking for inline configure:15610: gcc -c conftest.c >&5 configure:15610: $? = 0 configure:15618: result: inline configure:15653: checking if compiler is DEC/Compaq/HP C configure:15674: gcc -E conftest.c configure:15674: $? = 0 configure:15714: gcc -E conftest.c configure:15714: $? = 0 configure:15747: result: no configure:15752: checking if compiler is HP-UX C configure:15773: gcc -E conftest.c configure:15773: $? = 0 configure:15805: result: no configure:15810: checking if compiler is IBM C configure:15831: gcc -E conftest.c configure:15831: $? = 0 configure:15871: result: no configure:15876: checking if compiler is Intel C configure:15897: gcc -E conftest.c configure:15897: $? = 0 configure:15987: result: no configure:15992: checking if compiler is clang configure:16013: gcc -E conftest.c configure:16013: $? = 0 configure:16056: result: no configure:16061: checking if compiler is GNU C configure:16082: gcc -E conftest.c configure:16082: $? = 0 configure:16105: result: yes configure:16144: gcc -E conftest.c configure:16144: $? = 0 configure:16171: checking if compiler is LCC configure:16192: gcc -E conftest.c configure:16192: $? = 0 configure:16224: result: no configure:16229: checking if compiler is SGI MIPSpro C configure:16250: gcc -E conftest.c configure:16250: $? = 0 configure:16290: gcc -E conftest.c configure:16290: $? = 0 configure:16330: gcc -E conftest.c configure:16330: $? = 0 configure:16364: result: no configure:16369: checking if compiler is SGI MIPS C configure:16390: gcc -E conftest.c configure:16390: $? = 0 configure:16430: gcc -E conftest.c configure:16430: $? = 0 configure:16464: result: no configure:16469: checking if compiler is SunPro C configure:16490: gcc -E conftest.c configure:16490: $? = 0 configure:16522: result: no configure:16527: checking if compiler is Tiny C configure:16548: gcc -E conftest.c configure:16548: $? = 0 configure:16580: result: no configure:16585: checking if compiler is Watcom C configure:16606: gcc -E conftest.c configure:16606: $? = 0 configure:16688: result: no configure:17042: checking if compiler accepts debug disabling options configure:17074: gcc -c conftest.c >&5 configure:17074: $? = 0 configure:17104: gcc -o conftest conftest.c >&5 configure:17104: $? = 0 configure:17146: gcc -o conftest conftest.c >&5 configure:17146: $? = 0 configure:17146: ./conftest configure:17146: $? = 0 configure:17165: result: yes configure:17167: compiler options added: configure:17199: checking if compiler optimizer assumed setting might be used configure:17237: result: yes configure:17283: checking if compiler accepts optimizer enabling options configure:17319: gcc -c -O2 conftest.c >&5 configure:17319: $? = 0 configure:17349: gcc -o conftest -O2 conftest.c >&5 configure:17349: $? = 0 configure:17391: gcc -o conftest -O2 conftest.c >&5 configure:17391: $? = 0 configure:17391: ./conftest configure:17391: $? = 0 configure:17410: result: yes configure:17412: compiler options added: -O2 configure:17665: checking if compiler accepts strict warning options configure:17689: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:17689: $? = 0 configure:17719: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:17719: $? = 0 configure:17761: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:17761: $? = 0 configure:17761: ./conftest configure:17761: $? = 0 configure:17780: result: yes configure:17782: compiler options added: -Wno-system-headers configure:17812: checking if compiler halts on compilation errors configure:17829: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c: In function 'main': conftest.c:42:7: error: unknown type name 'force' force compilation error ^ conftest.c:42:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:17829: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | | | int main (void) | { | | force compilation error | | ; | return 0; | } | configure:17837: result: yes configure:17844: checking if compiler halts on negative sized arrays configure:17862: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:38:20: error: size of array 'bad_t' is negative typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ]; ^ configure:17862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | | typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ]; | | int main (void) | { | | bad_t dummy; | | ; | return 0; | } | configure:17870: result: yes configure:17877: checking if compiler halts on function prototype mismatch configure:17906: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:39:11: error: conflicting types for 'rand' int rand(int n); ^ In file included from conftest.c:38:0: /usr/include/stdlib.h:374:12: note: previous declaration of 'rand' was here extern int rand (void) __THROW; ^ conftest.c:40:11: error: conflicting types for 'rand' int rand(int n) ^ In file included from conftest.c:38:0: /usr/include/stdlib.h:374:12: note: previous declaration of 'rand' was here extern int rand (void) __THROW; ^ configure:17906: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | | # include | int rand(int n); | int rand(int n) | { | if(n) | return ++n; | else | return n; | } | | int main (void) | { | | int i[2]={0,0}; | int j = rand(i[0]); | if(j) | return j; | | ; | return 0; | } | configure:17914: result: yes configure:17921: checking if compiler supports hiding library internal symbols configure:18015: gcc -c -O2 -Wno-system-headers -fvisibility=hidden conftest.c >&5 configure:18015: $? = 0 configure:18038: result: yes configure:18151: checking for windows.h configure:18181: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:42:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:18181: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | | #undef inline | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | | int main (void) | { | | #if defined(__CYGWIN__) || defined(__CEGCC__) | HAVE_WINDOWS_H shall not be defined. | #else | int dummy=2*WINVER; | #endif | | ; | return 0; | } | configure:18193: result: no configure:18211: checking whether build target is a native Windows one configure:18253: result: no configure:18565: checking whether build target supports WIN32 file API configure:18646: result: no configure:18652: checking whether to support http configure:18678: result: yes configure:18683: checking whether to support ftp configure:18702: result: yes configure:18707: checking whether to support file configure:18726: result: yes configure:18731: checking whether to support ldap configure:18752: result: yes configure:18757: checking whether to support ldaps configure:18801: result: yes configure:18813: checking whether to support rtsp configure:18838: result: yes configure:18849: checking whether to support proxies configure:18868: result: yes configure:18874: checking whether to support dict configure:18893: result: yes configure:18898: checking whether to support telnet configure:18917: result: yes configure:18922: checking whether to support tftp configure:18941: result: yes configure:18947: checking whether to support pop3 configure:18966: result: yes configure:18973: checking whether to support imap configure:18992: result: yes configure:18999: checking whether to support smb configure:19018: result: yes configure:19024: checking whether to support smtp configure:19043: result: yes configure:19049: checking whether to support gopher configure:19068: result: yes configure:19076: checking whether to provide built-in manual configure:19091: result: yes configure:19098: checking whether to enable generation of C code configure:19116: result: yes configure:19123: checking whether to use libgcc configure:19138: result: no configure:19145: checking if X/Open network library is required configure:19165: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c: In function 'main': conftest.c:46:3: error: unknown type name 'force' force compilation error ^ conftest.c:46:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ conftest.c:48:1: error: expected declaration or statement at end of input } ^ configure:19165: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | /* end confdefs.h. */ | | | int main (void) | { | #if defined(__hpux) && defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE >= 600) | return 0; | #elif defined(__hpux) && defined(_XOPEN_SOURCE_EXTENDED) | return 0; | #else | force compilation error | #endif | } | | configure:19172: result: no configure:19176: checking for gethostbyname configure:19176: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:19176: $? = 0 configure:19176: result: yes configure:19584: checking for strcasecmp configure:19584: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 conftest.c:48:6: warning: conflicting types for built-in function 'strcasecmp' char strcasecmp (); ^ configure:19584: $? = 0 configure:19584: result: yes configure:19692: checking for windows.h configure:19734: result: no configure:19752: checking for winsock.h configure:19795: result: no configure:19808: checking for winsock2.h configure:19851: result: no configure:19865: checking for connect in libraries configure:19892: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:19892: $? = 0 configure:19910: result: yes configure:19923: checking whether time.h and sys/time.h may both be included configure:19942: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19942: $? = 0 configure:19949: result: yes configure:19961: checking for sys/types.h configure:19961: result: yes configure:19961: checking sys/time.h usability configure:19961: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19961: $? = 0 configure:19961: result: yes configure:19961: checking sys/time.h presence configure:19961: gcc -E conftest.c configure:19961: $? = 0 configure:19961: result: yes configure:19961: checking for sys/time.h configure:19961: result: yes configure:19961: checking time.h usability configure:19961: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19961: $? = 0 configure:19961: result: yes configure:19961: checking time.h presence configure:19961: gcc -E conftest.c configure:19961: $? = 0 configure:19961: result: yes configure:19961: checking for time.h configure:19961: result: yes configure:19971: checking for monotonic clock_gettime configure:20004: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20004: $? = 0 configure:20006: result: yes configure:20024: checking for clock_gettime in libraries configure:20066: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:20066: $? = 0 configure:20087: result: no additional lib required configure:20105: checking if monotonic clock_gettime works configure:20148: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:20148: $? = 0 configure:20148: ./conftest configure:20148: $? = 0 configure:20150: result: yes configure:20208: checking for inflateEnd in -lz configure:20230: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 configure:20230: $? = 0 configure:20239: result: yes configure:20256: checking zlib.h usability configure:20256: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20256: $? = 0 configure:20256: result: yes configure:20256: checking zlib.h presence configure:20256: gcc -E conftest.c configure:20256: $? = 0 configure:20256: result: yes configure:20256: checking for zlib.h configure:20256: result: yes configure:20344: found both libz and libz.h header configure:20380: checking for lber.h configure:20418: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20418: $? = 0 configure:20430: result: yes configure:20474: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20474: $? = 0 configure:20497: checking for ldap.h configure:20537: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20537: $? = 0 configure:20549: result: yes configure:20562: checking for ldapssl.h configure:20608: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:71:21: fatal error: ldapssl.h: No such file or directory #include ^ compilation terminated. configure:20608: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | /* end confdefs.h. */ | | | #undef inline | #ifdef HAVE_WINDOWS_H | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | #else | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #endif | #ifndef NULL | #define NULL (void *)0 | #endif | #ifndef LDAP_DEPRECATED | #define LDAP_DEPRECATED 1 | #endif | #ifdef NEED_LBER_H | #include | #endif | #ifdef HAVE_LDAP_H | #include | #endif | #include | | int main (void) | { | | char *cert_label = NULL; | LDAP *ldp = ldap_ssl_init("dummy", LDAPS_PORT, cert_label); | | ; | return 0; | } | configure:20620: result: no configure:20633: checking for ldap_ssl.h configure:20675: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:68:22: fatal error: ldap_ssl.h: No such file or directory #include ^ compilation terminated. configure:20675: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | /* end confdefs.h. */ | | | #undef inline | #ifdef HAVE_WINDOWS_H | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | #else | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #endif | #ifndef LDAP_DEPRECATED | #define LDAP_DEPRECATED 1 | #endif | #ifdef NEED_LBER_H | #include | #endif | #ifdef HAVE_LDAP_H | #include | #endif | #include | | int main (void) | { | | LDAP *ldp = ldapssl_init("dummy", LDAPS_PORT, 1); | | ; | return 0; | } | configure:20687: result: no configure:20769: checking for LDAP libraries configure:20833: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 /tmp/ccWOc3dS.o: In function `main': conftest.c:(.text.startup+0x4): undefined reference to `ber_init' conftest.c:(.text.startup+0x16): undefined reference to `ldap_init' conftest.c:(.text.startup+0x1e): undefined reference to `ldap_unbind' conftest.c:(.text.startup+0x2b): undefined reference to `ber_free' collect2: error: ld returned 1 exit status configure:20833: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | /* end confdefs.h. */ | | | #undef inline | #ifdef HAVE_WINDOWS_H | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | #else | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #endif | #ifndef NULL | #define NULL (void *)0 | #endif | #ifndef LDAP_DEPRECATED | #define LDAP_DEPRECATED 1 | #endif | #ifdef NEED_LBER_H | #include | #endif | #ifdef HAVE_LDAP_H | #include | #endif | | int main (void) | { | | BerValue *bvp = NULL; | BerElement *bep = ber_init(bvp); | LDAP *ldp = ldap_init("dummy", LDAP_PORT); | int res = ldap_unbind(ldp); | ber_free(bep, 1); | | ; | return 0; | } | configure:20833: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 /tmp/ccymvJcX.o: In function `main': conftest.c:(.text.startup+0x4): undefined reference to `ber_init' conftest.c:(.text.startup+0x16): undefined reference to `ldap_init' conftest.c:(.text.startup+0x1e): undefined reference to `ldap_unbind' conftest.c:(.text.startup+0x2b): undefined reference to `ber_free' collect2: error: ld returned 1 exit status configure:20833: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | /* end confdefs.h. */ | | | #undef inline | #ifdef HAVE_WINDOWS_H | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | #else | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #endif | #ifndef NULL | #define NULL (void *)0 | #endif | #ifndef LDAP_DEPRECATED | #define LDAP_DEPRECATED 1 | #endif | #ifdef NEED_LBER_H | #include | #endif | #ifdef HAVE_LDAP_H | #include | #endif | | int main (void) | { | | BerValue *bvp = NULL; | BerElement *bep = ber_init(bvp); | LDAP *ldp = ldap_init("dummy", LDAP_PORT); | int res = ldap_unbind(ldp); | ber_free(bep, 1); | | ; | return 0; | } | configure:20833: gcc -o conftest -O2 -Wno-system-headers conftest.c -lldap -lz >&5 /usr/bin/ld.bfd.real: /tmp/cc8qSRT2.o: undefined reference to symbol 'ber_init@@OPENLDAP_2.4_2' //usr/lib/x86_64-linux-gnu/liblber-2.4.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status configure:20833: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | /* end confdefs.h. */ | | | #undef inline | #ifdef HAVE_WINDOWS_H | #ifndef WIN32_LEAN_AND_MEAN | #define WIN32_LEAN_AND_MEAN | #endif | #include | #else | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #endif | #ifndef NULL | #define NULL (void *)0 | #endif | #ifndef LDAP_DEPRECATED | #define LDAP_DEPRECATED 1 | #endif | #ifdef NEED_LBER_H | #include | #endif | #ifdef HAVE_LDAP_H | #include | #endif | | int main (void) | { | | BerValue *bvp = NULL; | BerElement *bep = ber_init(bvp); | LDAP *ldp = ldap_init("dummy", LDAP_PORT); | int res = ldap_unbind(ldp); | ber_free(bep, 1); | | ; | return 0; | } | configure:20833: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20833: $? = 0 configure:20860: result: -llber -lldap configure:20955: checking for ldap_url_parse configure:20955: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20955: $? = 0 configure:20955: result: yes configure:20955: checking for ldap_init_fd configure:20955: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20955: $? = 0 configure:20955: result: yes configure:20987: checking whether to enable IPv6 configure:21024: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:21024: $? = 0 configure:21024: ./conftest configure:21024: $? = 0 configure:21025: result: yes configure:21046: checking if struct sockaddr_in6 has sin6_scope_id member configure:21060: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21060: $? = 0 configure:21065: result: yes configure:21077: checking if argv can be written to configure:21095: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:21095: $? = 0 configure:21095: ./conftest configure:21095: $? = 0 configure:21113: result: yes configure:21167: checking if GSS-API support is requested configure:21298: result: no configure:21367: checking whether to enable Windows native SSL/TLS (Windows native builds only) configure:21389: result: no configure:21405: checking whether to enable iOS/Mac OS X native SSL/TLS configure:21421: result: no configure:21531: checking for pkg-config configure:21550: found /usr/bin/pkg-config configure:21562: result: /usr/bin/pkg-config configure:21586: checking for openssl options with pkg-config configure:21600: result: found configure:21629: pkg-config: SSL_LIBS: "-lssl -lcrypto " configure:21631: pkg-config: SSL_LDFLAGS: "" configure:21633: pkg-config: SSL_CPPFLAGS: "" configure:21676: checking for CRYPTO_lock in -lcrypto configure:21698: gcc -o conftest -O2 -Wno-system-headers conftest.c -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:21698: $? = 0 configure:21707: result: yes configure:21769: checking OpenSSL linking without -ldl configure:21786: gcc -o conftest -O2 -Wno-system-headers conftest.c -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:21786: $? = 0 configure:21788: result: yes configure:21840: checking for SSL_connect in -lssl configure:21862: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:21862: $? = 0 configure:21871: result: yes configure:21945: checking openssl/x509.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/x509.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/x509.h configure:21945: result: yes configure:21945: checking openssl/rsa.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/rsa.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/rsa.h configure:21945: result: yes configure:21945: checking openssl/crypto.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/crypto.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/crypto.h configure:21945: result: yes configure:21945: checking openssl/pem.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/pem.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/pem.h configure:21945: result: yes configure:21945: checking openssl/ssl.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/ssl.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/ssl.h configure:21945: result: yes configure:21945: checking openssl/err.h usability configure:21945: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking openssl/err.h presence configure:21945: gcc -E conftest.c configure:21945: $? = 0 configure:21945: result: yes configure:21945: checking for openssl/err.h configure:21945: result: yes configure:21987: checking openssl/pkcs12.h usability configure:21987: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:21987: $? = 0 configure:21987: result: yes configure:21987: checking openssl/pkcs12.h presence configure:21987: gcc -E conftest.c configure:21987: $? = 0 configure:21987: result: yes configure:21987: checking for openssl/pkcs12.h configure:21987: result: yes configure:22008: checking for ENGINE_init configure:22008: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22008: $? = 0 configure:22008: result: yes configure:22013: checking openssl/engine.h usability configure:22013: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:22013: $? = 0 configure:22013: result: yes configure:22013: checking openssl/engine.h presence configure:22013: gcc -E conftest.c configure:22013: $? = 0 configure:22013: result: yes configure:22013: checking for openssl/engine.h configure:22013: result: yes configure:22026: checking for ENGINE_load_builtin_engines configure:22026: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22026: $? = 0 configure:22026: result: yes configure:22050: checking for RAND_status configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22050: checking for RAND_screen configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 /tmp/ccuQhQfX.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `RAND_screen' collect2: error: ld returned 1 exit status configure:22050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | /* end confdefs.h. */ | | #define RAND_screen innocuous_RAND_screen | #ifdef __STDC__ | # include | #else | # include | #endif | #undef RAND_screen | #ifdef __cplusplus | extern "C" | #endif | char RAND_screen (); | #if defined __stub_RAND_screen || defined __stub___RAND_screen | choke me | #endif | | int main (void) | { | return RAND_screen (); | ; | return 0; | } configure:22050: result: no configure:22050: checking for RAND_egd configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22050: checking for ENGINE_cleanup configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22050: checking for CRYPTO_cleanup_all_ex_data configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22050: checking for SSL_get_shutdown configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22050: checking for SSLv2_client_method configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 /tmp/ccgv587q.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `SSLv2_client_method' collect2: error: ld returned 1 exit status configure:22050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | /* end confdefs.h. */ | | #define SSLv2_client_method innocuous_SSLv2_client_method | #ifdef __STDC__ | # include | #else | # include | #endif | #undef SSLv2_client_method | #ifdef __cplusplus | extern "C" | #endif | char SSLv2_client_method (); | #if defined __stub_SSLv2_client_method || defined __stub___SSLv2_client_method | choke me | #endif | | int main (void) | { | return SSLv2_client_method (); | ; | return 0; | } configure:22050: result: no configure:22050: checking for DES_set_odd_parity configure:22050: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22050: $? = 0 configure:22050: result: yes configure:22060: checking for BoringSSL configure:22072: result: no configure:22075: checking for libressl configure:22093: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c: In function 'main': conftest.c:80:21: error: 'LIBRESSL_VERSION_NUMBER' undeclared (first use in this function) int dummy = LIBRESSL_VERSION_NUMBER; ^ conftest.c:80:21: note: each undeclared identifier is reported only once for each function it appears in configure:22093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | /* end confdefs.h. */ | | | #include | | int main (void) | { | | int dummy = LIBRESSL_VERSION_NUMBER; | | ; | return 0; | } | configure:22106: result: no configure:22128: checking for OpenSSL headers version configure:22155: gcc -E conftest.c configure:22155: $? = 0 configure:22215: result: 1.0.1 - 0x100010bfL configure:22224: checking for OpenSSL library version configure:22292: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 /tmp/ccbBJ11A.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `SSL_CTX_set_not_resumable_session_callback' collect2: error: ld returned 1 exit status configure:22292: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | /* end confdefs.h. */ | | | #define SSL_CTX_set_not_resumable_session_callback innocuous_SSL_CTX_set_not_resumable_session_callback | #ifdef __STDC__ | # include | #else | # include | #endif | #undef SSL_CTX_set_not_resumable_session_callback | #ifdef __cplusplus | extern "C" | #endif | char SSL_CTX_set_not_resumable_session_callback (); | #if defined __stub_SSL_CTX_set_not_resumable_session_callback || defined __stub___SSL_CTX_set_not_resumable_session_callback | choke me | #endif | | int main (void) | { | return SSL_CTX_set_not_resumable_session_callback (); | ; | return 0; | } | configure:22330: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 /tmp/ccxqXYVJ.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `SSL_CONF_CTX_new' collect2: error: ld returned 1 exit status configure:22330: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | /* end confdefs.h. */ | | | #define SSL_CONF_CTX_new innocuous_SSL_CONF_CTX_new | #ifdef __STDC__ | # include | #else | # include | #endif | #undef SSL_CONF_CTX_new | #ifdef __cplusplus | extern "C" | #endif | char SSL_CONF_CTX_new (); | #if defined __stub_SSL_CONF_CTX_new || defined __stub___SSL_CONF_CTX_new | choke me | #endif | | int main (void) | { | return SSL_CONF_CTX_new (); | ; | return 0; | } | configure:22366: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22366: $? = 0 configure:22714: result: 1.0.1 configure:22722: checking for OpenSSL headers and library versions matching configure:22732: result: yes configure:22768: checking for "/dev/urandom" configure:22782: result: yes configure:22807: checking for SRP_Calc_client_key in -lcrypto configure:22829: gcc -o conftest -O2 -Wno-system-headers conftest.c -lcrypto -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:22829: $? = 0 configure:22838: result: yes configure:24315: checking default CA cert bundle/path configure:24404: result: /etc/ssl/certs/ca-certificates.crt configure:24963: checking for libssh2_channel_open_ex in -lssh2 configure:24985: gcc -o conftest -O2 -Wno-system-headers conftest.c -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:24985: $? = 0 configure:24994: result: yes configure:25008: checking libssh2.h usability configure:25008: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:25008: $? = 0 configure:25008: result: yes configure:25008: checking libssh2.h presence configure:25008: gcc -E conftest.c configure:25008: $? = 0 configure:25008: result: yes configure:25008: checking for libssh2.h configure:25008: result: yes configure:25219: checking for RTMP_Init in -lrtmp configure:25241: gcc -o conftest -O2 -Wno-system-headers conftest.c -lrtmp -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:25241: $? = 0 configure:25250: result: yes configure:25256: checking librtmp/rtmp.h usability configure:25256: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:25256: $? = 0 configure:25256: result: yes configure:25256: checking librtmp/rtmp.h presence configure:25256: gcc -E conftest.c configure:25256: $? = 0 configure:25256: result: yes configure:25256: checking for librtmp/rtmp.h configure:25256: result: yes configure:25291: checking whether versioned symbols are wanted configure:25339: result: no configure:25358: checking whether to enable Windows native IDN (Windows native builds only) configure:25370: result: no configure:25468: checking whether to build with libidn configure:25486: result: (assumed) yes configure:25714: checking for pkg-config configure:25745: result: /usr/bin/pkg-config configure:25769: checking for libidn options with pkg-config configure:25783: result: found configure:25799: pkg-config: IDN_LIBS: "-lidn " configure:25801: pkg-config: IDN_LDFLAGS: "" configure:25803: pkg-config: IDN_CPPFLAGS: "" configure:25805: pkg-config: IDN_DIR: "" configure:25822: checking if idna_to_ascii_4i can be linked configure:25851: gcc -o conftest -O2 -Wno-system-headers conftest.c -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:25851: $? = 0 configure:25853: result: yes configure:25920: checking for idn_free configure:25920: gcc -o conftest -O2 -Wno-system-headers conftest.c -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:25920: $? = 0 configure:25920: result: yes configure:25920: checking for idna_strerror configure:25920: gcc -o conftest -O2 -Wno-system-headers conftest.c -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:25920: $? = 0 configure:25920: result: yes configure:25920: checking for tld_strerror configure:25920: gcc -o conftest -O2 -Wno-system-headers conftest.c -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:25920: $? = 0 configure:25920: result: yes configure:25932: checking idn-free.h usability configure:25932: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:25932: $? = 0 configure:25932: result: yes configure:25932: checking idn-free.h presence configure:25932: gcc -E conftest.c configure:25932: $? = 0 configure:25932: result: yes configure:25932: checking for idn-free.h configure:25932: result: yes configure:25932: checking tld.h usability configure:25932: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:25932: $? = 0 configure:25932: result: yes configure:25932: checking tld.h presence configure:25932: gcc -E conftest.c configure:25932: $? = 0 configure:25932: result: yes configure:25932: checking for tld.h configure:25932: result: yes configure:26050: checking for pkg-config configure:26081: result: /usr/bin/pkg-config configure:26105: checking for libnghttp2 options with pkg-config configure:26119: result: found configure:26133: -l is -lnghttp2 configure:26142: -I is -I/opt/nghttp2/include configure:26152: -L is -L/opt/nghttp2/lib configure:26161: checking for nghttp2_option_set_no_recv_client_magic in -lnghttp2 configure:26183: gcc -o conftest -O2 -Wno-system-headers -I/opt/nghttp2/include -L/opt/nghttp2/lib conftest.c -lnghttp2 -lnghttp2 -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:26183: $? = 0 configure:26192: result: yes configure:26198: checking nghttp2/nghttp2.h usability configure:26198: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26198: $? = 0 configure:26198: result: yes configure:26198: checking nghttp2/nghttp2.h presence configure:26198: gcc -E -I/opt/nghttp2/include conftest.c configure:26198: $? = 0 configure:26198: result: yes configure:26198: checking for nghttp2/nghttp2.h configure:26198: result: yes configure:26233: checking for ANSI C header files configure:26336: result: yes configure:26346: checking for malloc.h configure:26371: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26371: $? = 0 configure:26383: result: yes configure:26411: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26411: $? = 0 configure:26434: checking for memory.h configure:26471: result: yes configure:26499: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26499: $? = 0 configure:26565: checking for sys/types.h configure:26565: result: yes configure:26565: checking for sys/time.h configure:26565: result: yes configure:26565: checking for sys/select.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/socket.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/ioctl.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/uio.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for assert.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for unistd.h configure:26565: result: yes configure:26565: checking for stdlib.h configure:26565: result: yes configure:26565: checking for limits.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for arpa/inet.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for net/if.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for netinet/in.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/un.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for netinet/tcp.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for netdb.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/sockio.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c:130:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:26565: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_UN_H | #include | #endif | | | | #include configure:26565: result: no configure:26565: checking for sys/stat.h configure:26565: result: yes configure:26565: checking for sys/param.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for termios.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for termio.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sgtty.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for fcntl.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for alloca.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for time.h configure:26565: result: yes configure:26565: checking for io.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c:138:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. configure:26565: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_UN_H | #include | #endif | | | | #include configure:26565: result: no configure:26565: checking for pwd.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for utime.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/utime.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c:140:23: fatal error: sys/utime.h: No such file or directory #include ^ compilation terminated. configure:26565: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_UN_H | #include | #endif | | | | #include configure:26565: result: no configure:26565: checking for sys/poll.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for poll.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for socket.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c:142:20: fatal error: socket.h: No such file or directory #include ^ compilation terminated. configure:26565: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_UN_H | #include | #endif | | | | #include configure:26565: result: no configure:26565: checking for sys/resource.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for libgen.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for locale.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for errno.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for stdbool.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for arpa/tftp.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for sys/filio.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c:148:23: fatal error: sys/filio.h: No such file or directory #include ^ compilation terminated. configure:26565: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ARPA_TFTP_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_SYS_SELECT_H | #include | #endif | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_SYS_UN_H | #include | #endif | | | | #include configure:26565: result: no configure:26565: checking for sys/wait.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26565: checking for setjmp.h configure:26565: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26565: $? = 0 configure:26565: result: yes configure:26597: checking for an ANSI C-conforming const configure:26662: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26662: $? = 0 configure:26669: result: yes configure:26678: checking for compiler support of C99 variadic macro style configure:26708: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26708: $? = 0 configure:26720: result: yes configure:26731: checking for compiler support of old gcc variadic macro style configure:26761: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26761: $? = 0 configure:26773: result: yes configure:26785: checking for size_t configure:26785: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26785: $? = 0 configure:26785: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 conftest.c: In function 'main': conftest.c:165:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:26785: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ARPA_TFTP_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_VARIADIC_MACROS_C99 1 | #define HAVE_VARIADIC_MACROS_GCC 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:26785: result: yes configure:26796: checking whether time.h and sys/time.h may both be included configure:26822: result: yes configure:26834: checking for sys/types.h configure:26834: result: yes configure:26834: checking for sys/time.h configure:26834: result: yes configure:26834: checking for time.h configure:26834: result: yes configure:26834: checking for sys/socket.h configure:26834: result: yes configure:26844: checking for struct timeval configure:26897: gcc -c -O2 -Wno-system-headers -I/opt/nghttp2/include conftest.c >&5 configure:26897: $? = 0 configure:26909: result: yes configure:26925: checking run-time libs availability configure:26942: gcc -o conftest -O2 -Wno-system-headers -I/opt/nghttp2/include -L/opt/nghttp2/lib conftest.c -lnghttp2 -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:26942: $? = 0 configure:26942: ./conftest ./conftest: error while loading shared libraries: libnghttp2.so.14: cannot open shared object file: No such file or directory configure:26942: $? = 127 configure: program exited with status 127 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "curl" | #define PACKAGE_TARNAME "curl" | #define PACKAGE_VERSION "-" | #define PACKAGE_STRING "curl -" | #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" | #define PACKAGE_URL "" | #define PACKAGE "curl" | #define VERSION "-" | #define OS "x86_64-unknown-linux-gnu" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #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 SIZEOF_LONG 8 | #define SIZEOF_VOIDP 8 | #define CURL_TYPEOF_CURL_OFF_T long | #define CURL_FORMAT_CURL_OFF_T "ld" | #define CURL_FORMAT_CURL_OFF_TU "lu" | #define CURL_FORMAT_OFF_T "%ld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T L | #define CURL_SUFFIX_CURL_OFF_TU UL | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LDAP_SSL 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_CLOCK_GETTIME_MONOTONIC 1 | #define HAVE_ZLIB_H 1 | #define HAVE_LIBZ 1 | #define HAVE_LBER_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_URL_PARSE 1 | #define HAVE_LDAP_INIT_FD 1 | #define USE_OPENLDAP 1 | #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | #define HAVE_WRITABLE_ARGV 1 | #define HAVE_LIBSSL 1 | #define HAVE_OPENSSL_X509_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_RSA_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_CRYPTO_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PEM_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_SSL_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_ERR_H 1 | #define USE_OPENSSL 1 | #define HAVE_OPENSSL_PKCS12_H 1 | #define HAVE_OPENSSL_ENGINE_H 1 | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 | #define HAVE_RAND_STATUS 1 | #define HAVE_RAND_EGD 1 | #define HAVE_ENGINE_CLEANUP 1 | #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 | #define HAVE_SSL_GET_SHUTDOWN 1 | #define HAVE_DES_SET_ODD_PARITY 1 | #define RANDOM_FILE "/dev/urandom" | #define HAVE_OPENSSL_SRP 1 | #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" | #define HAVE_LIBSSH2 1 | #define HAVE_LIBSSH2_H 1 | #define USE_LIBSSH2 1 | #define HAVE_LIBRTMP_RTMP_H 1 | #define USE_LIBRTMP 1 | #define HAVE_LIBIDN 1 | #define HAVE_IDN_FREE 1 | #define HAVE_IDNA_STRERROR 1 | #define HAVE_TLD_STRERROR 1 | #define HAVE_IDN_FREE_H 1 | #define HAVE_TLD_H 1 | #define HAVE_NGHTTP2_NGHTTP2_H 1 | #define USE_NGHTTP2 1 | #define STDC_HEADERS 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ARPA_TFTP_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_VARIADIC_MACROS_C99 1 | #define HAVE_VARIADIC_MACROS_GCC 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STRUCT_TIMEVAL 1 | /* end confdefs.h. */ | | main() | { | return 0; | } | configure:26946: result: failed configure:26948: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file__dev_urandom=yes ac_cv_func_CRYPTO_cleanup_all_ex_data=yes ac_cv_func_DES_set_odd_parity=yes ac_cv_func_ENGINE_cleanup=yes ac_cv_func_ENGINE_init=yes ac_cv_func_ENGINE_load_builtin_engines=yes ac_cv_func_RAND_egd=yes ac_cv_func_RAND_screen=no ac_cv_func_RAND_status=yes ac_cv_func_SSL_get_shutdown=yes ac_cv_func_SSLv2_client_method=no ac_cv_func_clock_gettime=yes ac_cv_func_gethostbyname=yes ac_cv_func_idn_free=yes ac_cv_func_idna_strerror=yes ac_cv_func_ldap_init_fd=yes ac_cv_func_ldap_url_parse=yes ac_cv_func_strcasecmp=no ac_cv_func_tld_strerror=yes ac_cv_header_alloca_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_tftp_h=yes ac_cv_header_assert_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_idn_free_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_lber_h=yes ac_cv_header_ldap_h=yes ac_cv_header_ldap_ssl_h=no ac_cv_header_ldapssl_h=no ac_cv_header_libgen_h=yes ac_cv_header_librtmp_rtmp_h=yes ac_cv_header_libssh2_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_nghttp2_nghttp2_h=yes ac_cv_header_openssl_crypto_h=yes ac_cv_header_openssl_engine_h=yes ac_cv_header_openssl_err_h=yes ac_cv_header_openssl_pem_h=yes ac_cv_header_openssl_pkcs12_h=yes ac_cv_header_openssl_rsa_h=yes ac_cv_header_openssl_ssl_h=yes ac_cv_header_openssl_x509_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_sgtty_h=yes ac_cv_header_socket_h=no ac_cv_header_stdbool_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_filio_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_utime_h=no ac_cv_header_sys_wait_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_tld_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_winber_h=no ac_cv_header_windows_h=no ac_cv_header_winldap_h=no ac_cv_header_winsock2_h=no ac_cv_header_winsock_h=no ac_cv_header_ws2tcpip_h=no ac_cv_header_zlib_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_crypto_CRYPTO_lock=yes ac_cv_lib_crypto_SRP_Calc_client_key=yes ac_cv_lib_nghttp2_nghttp2_option_set_no_recv_client_magic=yes ac_cv_lib_rtmp_RTMP_Init=yes ac_cv_lib_ssh2_libssh2_channel_open_ex=yes ac_cv_lib_ssl_SSL_connect=yes ac_cv_lib_z_inflateEnd=yes ac_cv_native_windows=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_AR=/usr/bin/ar ac_cv_path_ac_pt_PKGCONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=mawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_sizeof_long=8 ac_cv_sizeof_voidp=8 ac_cv_struct_timeval=yes ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes curl_cv_def_OPENSSL_VERSION_NUMBER=0x100010bfL curl_cv_def___GNUC__=4 curl_cv_gclk_LIBS= curl_cv_have_def_OPENSSL_VERSION_NUMBER=yes curl_cv_have_def__COMPILER_VERSION=no curl_cv_have_def__SGI_COMPILER_VERSION=no curl_cv_have_def__WIN32=no curl_cv_have_def___DECC=no curl_cv_have_def___DECC_VER=no curl_cv_have_def___GNUC__=yes curl_cv_have_def___HP_cc=no curl_cv_have_def___IBMC__=no curl_cv_have_def___INTEL_COMPILER=no curl_cv_have_def___LCC__=no curl_cv_have_def___SUNPRO_C=no curl_cv_have_def___TINYC__=no curl_cv_have_def___WATCOMC__=no curl_cv_have_def___clang__=no curl_cv_have_def___sgi=no curl_cv_ldap_LIBS='-llber -lldap' curl_cv_need_header_lber_h=no curl_cv_need_header_malloc_h=no curl_cv_need_header_memory_h=no curl_cv_save_LIBS='-lz ' curl_cv_variadic_macros_c99=yes curl_cv_variadic_macros_gcc=yes curl_cv_writable_argv=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/src/curl-7.44.0/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='/usr/bin/ar' AS='as' AUTOCONF='${SHELL} /usr/src/curl-7.44.0/missing autoconf' AUTOHEADER='${SHELL} /usr/src/curl-7.44.0/missing autoheader' AUTOMAKE='${SHELL} /usr/src/curl-7.44.0/missing automake-1.14' AWK='mawk' BLANK_AT_MAKETIME='' BUILD_LIBHOSTNAME_FALSE='' BUILD_LIBHOSTNAME_TRUE='' BUILD_UNITTESTS_FALSE='' BUILD_UNITTESTS_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -Wno-system-headers' CFLAG_CURL_SYMBOL_HIDING='' CONFIGURE_OPTIONS='" '\''--prefix=/opt/curl'\'' '\''--with-nghttp2=/opt/nghttp2'\''"' CPP='gcc -E' CPPFLAGS=' -I/opt/nghttp2/include ' CPPFLAG_CURL_STATICLIB='' CROSSCOMPILING_FALSE='' CROSSCOMPILING_TRUE='' CURLDEBUG_FALSE='' CURLDEBUG_TRUE='#' CURLVERSION='7.44.0' CURL_CA_BUNDLE='"/etc/ssl/certs/ca-certificates.crt"' CURL_CFLAG_EXTRAS='' CURL_DISABLE_DICT='' CURL_DISABLE_FILE='' CURL_DISABLE_FTP='' CURL_DISABLE_GOPHER='' CURL_DISABLE_HTTP='' CURL_DISABLE_IMAP='' CURL_DISABLE_LDAP='' CURL_DISABLE_LDAPS='' CURL_DISABLE_POP3='' CURL_DISABLE_PROXY='' CURL_DISABLE_RTSP='' CURL_DISABLE_SMB='' CURL_DISABLE_SMTP='' CURL_DISABLE_TELNET='' CURL_DISABLE_TFTP='' CURL_LT_SHLIB_USE_MIMPURE_TEXT_FALSE='' CURL_LT_SHLIB_USE_MIMPURE_TEXT_TRUE='#' CURL_LT_SHLIB_USE_NO_UNDEFINED_FALSE='' CURL_LT_SHLIB_USE_NO_UNDEFINED_TRUE='#' CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_FALSE='' CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS_TRUE='#' CURL_LT_SHLIB_USE_VERSION_INFO_FALSE='#' CURL_LT_SHLIB_USE_VERSION_INFO_TRUE='' CURL_LT_SHLIB_VERSIONED_FLAVOUR='' CURL_NETWORK_AND_TIME_LIBS='' CURL_NETWORK_LIBS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DOING_CURL_SYMBOL_HIDING_FALSE='' DOING_CURL_SYMBOL_HIDING_TRUE='' DOING_NATIVE_WINDOWS_FALSE='' DOING_NATIVE_WINDOWS_TRUE='#' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_SHARED='' ENABLE_STATIC='' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' HAVE_GNUTLS_SRP='' HAVE_LDAP_SSL='1' HAVE_LIBZ='1' HAVE_LIBZ_FALSE='#' HAVE_LIBZ_TRUE='' HAVE_OPENSSL_SRP='1' IDN_ENABLED='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPV6_ENABLED='' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS=' -L/opt/nghttp2/lib ' LIBCURL_LIBS='' LIBMETALINK_CPPFLAGS='' LIBMETALINK_LDFLAGS='' LIBMETALINK_LIBS='' LIBOBJS='' LIBS='-lnghttp2 -lidn -lrtmp -lssh2 -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/src/curl-7.44.0/missing makeinfo' MANIFEST_TOOL=':' MANOPT='' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' NROFF='' NSS_LIBS='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='curl' PACKAGE_BUGREPORT='a suitable curl mailing list: http://curl.haxx.se/mail/' PACKAGE_NAME='curl' PACKAGE_STRING='curl -' PACKAGE_TARNAME='curl' PACKAGE_URL='' PACKAGE_VERSION='-' PATH_SEPARATOR=':' PERL='' PKGADD_NAME='cURL - a client that groks URLs' PKGADD_PKG='HAXXcurl' PKGADD_VENDOR='curl.haxx.se' PKGCONFIG='/usr/bin/pkg-config' RANDOM_FILE='/dev/urandom' RANLIB='ranlib' REQUIRE_LIB_DEPS='no' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SONAME_BUMP_FALSE='' SONAME_BUMP_TRUE='' SSL_ENABLED='1' SSL_LIBS='-lssl -lcrypto ' STRIP='strip' SUPPORT_FEATURES='' SUPPORT_PROTOCOLS='' USE_ARES='' USE_AXTLS='' USE_CPPFLAG_CURL_STATICLIB_FALSE='' USE_CPPFLAG_CURL_STATICLIB_TRUE='#' USE_CYASSL='' USE_DARWINSSL='' USE_EMBEDDED_ARES_FALSE='' USE_EMBEDDED_ARES_TRUE='' USE_EXPLICIT_LIB_DEPS_FALSE='' USE_EXPLICIT_LIB_DEPS_TRUE='#' USE_GNUTLS='' USE_GNUTLS_NETTLE='' USE_LIBRTMP='1' USE_LIBSSH2='1' USE_MANUAL_FALSE='' USE_MANUAL_TRUE='' USE_NGHTTP2='1' USE_NSS='' USE_OPENLDAP='1' USE_POLARSSL='' USE_SCHANNEL='' USE_UNIX_SOCKETS='' USE_WINDOWS_SSPI='' VERSION='-' VERSIONNUM='072c00' ZLIB_LIBS='-lz' ac_ct_AR='' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/src/curl-7.44.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libext='a' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/opt/curl' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "curl" #define PACKAGE_TARNAME "curl" #define PACKAGE_VERSION "-" #define PACKAGE_STRING "curl -" #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/" #define PACKAGE_URL "" #define PACKAGE "curl" #define VERSION "-" #define OS "x86_64-unknown-linux-gnu" #define HAVE_SYS_TYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #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 SIZEOF_LONG 8 #define SIZEOF_VOIDP 8 #define CURL_TYPEOF_CURL_OFF_T long #define CURL_FORMAT_CURL_OFF_T "ld" #define CURL_FORMAT_CURL_OFF_TU "lu" #define CURL_FORMAT_OFF_T "%ld" #define CURL_SIZEOF_CURL_OFF_T 8 #define CURL_SUFFIX_CURL_OFF_T L #define CURL_SUFFIX_CURL_OFF_TU UL #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LDAP_SSL 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_CLOCK_GETTIME_MONOTONIC 1 #define HAVE_ZLIB_H 1 #define HAVE_LIBZ 1 #define HAVE_LBER_H 1 #define HAVE_LDAP_H 1 #define HAVE_LDAP_URL_PARSE 1 #define HAVE_LDAP_INIT_FD 1 #define USE_OPENLDAP 1 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 #define HAVE_WRITABLE_ARGV 1 #define HAVE_LIBSSL 1 #define HAVE_OPENSSL_X509_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_RSA_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_CRYPTO_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_PEM_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_SSL_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_ERR_H 1 #define USE_OPENSSL 1 #define HAVE_OPENSSL_PKCS12_H 1 #define HAVE_OPENSSL_ENGINE_H 1 #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 #define HAVE_RAND_STATUS 1 #define HAVE_RAND_EGD 1 #define HAVE_ENGINE_CLEANUP 1 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 #define HAVE_SSL_GET_SHUTDOWN 1 #define HAVE_DES_SET_ODD_PARITY 1 #define RANDOM_FILE "/dev/urandom" #define HAVE_OPENSSL_SRP 1 #define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt" #define HAVE_LIBSSH2 1 #define HAVE_LIBSSH2_H 1 #define USE_LIBSSH2 1 #define HAVE_LIBRTMP_RTMP_H 1 #define USE_LIBRTMP 1 #define HAVE_LIBIDN 1 #define HAVE_IDN_FREE 1 #define HAVE_IDNA_STRERROR 1 #define HAVE_TLD_STRERROR 1 #define HAVE_IDN_FREE_H 1 #define HAVE_TLD_H 1 #define HAVE_NGHTTP2_NGHTTP2_H 1 #define USE_NGHTTP2 1 #define STDC_HEADERS 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_ASSERT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_LIMITS_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NETDB_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TERMIO_H 1 #define HAVE_SGTTY_H 1 #define HAVE_FCNTL_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_TIME_H 1 #define HAVE_PWD_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LOCALE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_ARPA_TFTP_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SETJMP_H 1 #define HAVE_VARIADIC_MACROS_C99 1 #define HAVE_VARIADIC_MACROS_GCC 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_STRUCT_TIMEVAL 1 configure: exit 1