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 --with-ssl ## --------- ## ## Platform. ## ## --------- ## hostname = ubuntu uname -m = i686 uname -r = 3.11.0-15-generic uname -s = Linux uname -v = #23-Ubuntu SMP Mon Dec 9 18:16:27 UTC 2013 /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/lib/lightdm/lightdm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2983: checking whether to enable maintainer-specific portions of Makefiles configure:2992: result: no configure:3007: checking whether to enable debug build options configure:3026: result: no configure:3030: checking whether to enable compiler optimizer configure:3051: result: (assumed) yes configure:3063: checking whether to enable strict compiler warnings configure:3082: result: no configure:3086: checking whether to enable compiler warnings as errors configure:3105: result: no configure:3109: checking whether to enable curl debug memory tracking configure:3128: result: no configure:3142: checking whether to enable hiding of library internal symbols configure:3163: result: yes configure:3174: checking whether to enable c-ares for DNS lookups configure:3196: result: no configure:3218: checking for path separator configure:3220: result: : configure:3246: checking for sed configure:3265: found /bin/sed configure:3278: result: /bin/sed configure:3295: checking for grep configure:3314: found /bin/grep configure:3327: result: /bin/grep configure:3343: checking for egrep configure:3346: result: /bin/grep -E configure:3446: checking for ar configure:3465: found /usr/bin/ar configure:3477: result: /usr/bin/ar configure:3729: checking for a BSD-compatible install configure:3797: result: /usr/bin/install -c configure:3859: checking for gcc configure:3875: found /usr/bin/gcc configure:3886: result: gcc configure:4115: checking for C compiler version configure:4124: gcc --version >&5 gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4135: $? = 0 configure:4124: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9) configure:4135: $? = 0 configure:4124: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4135: $? = 4 configure:4124: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4135: $? = 4 configure:4154: checking whether the C compiler works configure:4176: gcc conftest.c >&5 configure:4180: $? = 0 configure:4228: result: yes configure:4231: checking for C compiler default output file name configure:4233: result: a.out configure:4239: checking for suffix of executables configure:4246: gcc -o conftest conftest.c >&5 configure:4250: $? = 0 configure:4272: result: configure:4293: checking whether we are cross compiling configure:4301: gcc -o conftest conftest.c >&5 configure:4305: $? = 0 configure:4312: ./conftest configure:4316: $? = 0 configure:4331: result: no configure:4336: checking for suffix of object files configure:4357: gcc -c conftest.c >&5 configure:4361: $? = 0 configure:4382: result: o configure:4386: checking whether we are using the GNU C compiler configure:4404: gcc -c conftest.c >&5 configure:4404: $? = 0 configure:4413: result: yes configure:4422: checking whether gcc accepts -g configure:4441: gcc -c -g conftest.c >&5 configure:4441: $? = 0 configure:4480: result: yes configure:4497: checking for gcc option to accept ISO C89 configure:4559: gcc -c -g -O2 conftest.c >&5 configure:4559: $? = 0 configure:4572: result: none needed configure:4597: checking whether gcc understands -c and -o together configure:4618: gcc -c conftest.c -o conftest2.o configure:4621: $? = 0 configure:4618: gcc -c conftest.c -o conftest2.o configure:4621: $? = 0 configure:4633: result: yes configure:4656: checking how to run the C preprocessor configure:4687: gcc -E conftest.c configure:4687: $? = 0 configure:4701: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4701: $? = 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:4726: result: gcc -E configure:4746: gcc -E conftest.c configure:4746: $? = 0 configure:4760: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4760: $? = 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:4801: checking whether build environment is sane configure:4856: result: yes configure:4997: checking for a thread-safe mkdir -p configure:5036: result: /bin/mkdir -p configure:5043: checking for gawk configure:5073: result: no configure:5043: checking for mawk configure:5059: found /usr/bin/mawk configure:5070: result: mawk configure:5081: checking whether make sets $(MAKE) configure:5103: result: yes configure:5133: checking for style of include used by make configure:5161: result: GNU configure:5195: checking whether make supports nested variables configure:5212: result: yes configure:5301: checking dependency style of gcc configure:5412: result: gcc3 configure:5474: checking curl version configure:5476: result: 7.34.0 configure:5520: checking build system type configure:5534: result: i686-pc-linux-gnu configure:5554: checking host system type configure:5567: result: i686-pc-linux-gnu configure:5616: checking for sys/types.h configure:5616: gcc -c conftest.c >&5 configure:5616: $? = 0 configure:5616: result: yes configure:5616: checking for stdint.h configure:5616: gcc -c conftest.c >&5 configure:5616: $? = 0 configure:5616: result: yes configure:5616: checking for inttypes.h configure:5616: gcc -c conftest.c >&5 configure:5616: $? = 0 configure:5616: result: yes configure:5629: checking for grep that handles long lines and -e configure:5687: result: /bin/grep configure:5692: checking for egrep configure:5754: result: /bin/grep -E configure:5759: checking for ANSI C header files configure:5778: gcc -c conftest.c >&5 configure:5778: $? = 0 configure:5851: gcc -o conftest conftest.c >&5 configure:5851: $? = 0 configure:5851: ./conftest configure:5851: $? = 0 configure:5862: result: yes configure:5875: checking for sys/types.h configure:5875: result: yes configure:5875: checking for sys/stat.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5875: checking for stdlib.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5875: checking for string.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5875: checking for memory.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5875: checking for strings.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5875: checking for inttypes.h configure:5875: result: yes configure:5875: checking for stdint.h configure:5875: result: yes configure:5875: checking for unistd.h configure:5875: gcc -c conftest.c >&5 configure:5875: $? = 0 configure:5875: result: yes configure:5898: checking size of long configure:5903: gcc -o conftest conftest.c >&5 configure:5903: $? = 0 configure:5903: ./conftest configure:5903: $? = 0 configure:5917: result: 4 configure:5931: checking size of void* configure:5936: gcc -o conftest conftest.c >&5 configure:5936: $? = 0 configure:5936: ./conftest configure:5936: $? = 0 configure:5950: result: 4 configure:5992: checking for 64-bit curl_off_t data type configure:6042: gcc -c conftest.c >&5 configure:6042: $? = 0 configure:6069: gcc -E conftest.c configure:6069: $? = 0 configure:6104: result: int64_t configure:6339: checking size of curl_off_t configure:6341: result: 8 configure:6344: checking formatting string directive for curl_off_t configure:6384: result: "lld" configure:6387: checking formatting string directive for unsigned curl_off_t configure:6389: result: "llu" configure:6393: checking constant suffix string for curl_off_t configure:6460: gcc -c conftest.c >&5 configure:6460: $? = 0 configure:6474: result: LL configure:6476: checking constant suffix string for unsigned curl_off_t configure:6478: result: ULL configure:6548: checking if OS is AIX (to define _ALL_SOURCE) configure:6568: result: no configure:6578: checking if _THREAD_SAFE is already defined configure:6599: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:46:7: error: unknown type name 'force' force compilation error ^ conftest.c:46:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:6599: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _THREAD_SAFE | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6607: result: no configure:6615: checking if _THREAD_SAFE is actually needed configure:6634: result: no configure:6639: checking if _THREAD_SAFE is onwards defined configure:6656: result: no configure:6663: checking if _REENTRANT is already defined configure:6684: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:46:7: error: unknown type name 'force' force compilation error ^ conftest.c:46:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:6684: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | | | | int main (void) | { | | #ifdef _REENTRANT | int dummy=1; | #else | force compilation error | #endif | | ; | return 0; | } | configure:6692: result: no configure:6700: checking if _REENTRANT is actually needed configure:6731: gcc -c conftest.c >&5 configure:6731: $? = 0 configure:6762: gcc -c conftest.c >&5 configure:6762: $? = 0 configure:6833: gcc -o conftest conftest.c >&5 configure:6833: $? = 0 configure:6912: gcc -o conftest conftest.c >&5 configure:6912: $? = 0 configure:6991: gcc -o conftest conftest.c >&5 configure:6991: $? = 0 configure:7070: gcc -o conftest conftest.c >&5 configure:7070: $? = 0 configure:7149: gcc -o conftest conftest.c >&5 /tmp/ccPFs6Eb.o: In function `main': conftest.c:(.text+0x7): undefined reference to `inet_ntoa_r' collect2: error: ld returned 1 exit status configure:7149: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* 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:7232: gcc -o conftest conftest.c >&5 configure:7232: $? = 0 configure:7311: gcc -o conftest conftest.c >&5 configure:7311: $? = 0 configure:7390: gcc -o conftest conftest.c >&5 configure:7390: $? = 0 configure:7469: gcc -o conftest conftest.c >&5 configure:7469: $? = 0 configure:7525: result: no configure:7530: checking if _REENTRANT is onwards defined configure:7547: result: no configure:7560: checking for special C compiler options needed for large files configure:7604: result: no configure:7610: checking for _FILE_OFFSET_BITS value needed for large files configure:7634: gcc -c conftest.c >&5 conftest.c:43:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:43:3: warning: left shift count >= width of type [enabled by default] conftest.c:44:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:44:10: warning: left shift count >= width of type [enabled by default] conftest.c:43:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:7634: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int main (void) | { | | ; | return 0; | } configure:7657: gcc -c conftest.c >&5 configure:7657: $? = 0 configure:7665: result: 64 configure:7795: checking how to print strings configure:7822: result: printf configure:7843: checking for a sed that does not truncate output configure:7907: result: /bin/sed configure:7925: checking for fgrep configure:7987: result: /bin/grep -F configure:8022: checking for ld used by gcc configure:8089: result: /usr/bin/ld configure:8096: checking if the linker (/usr/bin/ld) is GNU ld configure:8111: result: yes configure:8123: checking for BSD- or MS-compatible name lister (nm) configure:8172: result: /usr/bin/nm -B configure:8302: checking the name lister (/usr/bin/nm -B) interface configure:8309: gcc -c conftest.c >&5 configure:8312: /usr/bin/nm -B "conftest.o" configure:8315: output 00000000 B some_variable configure:8322: result: BSD nm configure:8325: checking whether ln -s works configure:8329: result: yes configure:8337: checking the maximum length of command line arguments configure:8468: result: 1572864 configure:8485: checking whether the shell understands some XSI constructs configure:8495: result: yes configure:8499: checking whether the shell understands "+=" configure:8505: result: yes configure:8540: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:8580: result: func_convert_file_noop configure:8587: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:8607: result: func_convert_file_noop configure:8614: checking for /usr/bin/ld option to reload object files configure:8621: result: -r configure:8695: checking for objdump configure:8711: found /usr/bin/objdump configure:8722: result: objdump configure:8751: checking how to recognize dependent libraries configure:8949: result: pass_all configure:9034: checking for dlltool configure:9064: result: no configure:9091: checking how to associate runtime and link libraries configure:9118: result: printf %s\n configure:9242: checking for archiver @FILE support configure:9258: gcc -c conftest.c >&5 configure:9258: $? = 0 configure:9261: /usr/bin/ar cru libconftest.a @conftest.lst >&5 configure:9264: $? = 0 configure:9269: /usr/bin/ar cru libconftest.a @conftest.lst >&5 /usr/bin/ar: conftest.o: No such file or directory configure:9272: $? = 1 configure:9284: result: @ configure:9342: checking for strip configure:9358: found /usr/bin/strip configure:9369: result: strip configure:9441: checking for ranlib configure:9457: found /usr/bin/ranlib configure:9468: result: ranlib configure:9570: checking command to parse /usr/bin/nm -B output from gcc object configure:9690: gcc -c conftest.c >&5 configure:9693: $? = 0 configure:9697: /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:9700: $? = 0 configure:9766: gcc -o conftest conftest.c conftstm.o >&5 configure:9769: $? = 0 configure:9807: result: ok configure:9844: checking for sysroot configure:9874: result: no configure:10136: checking for mt configure:10152: found /bin/mt configure:10163: result: mt configure:10186: checking if mt is a manifest tool configure:10192: mt '-?' configure:10200: result: no configure:10838: checking for dlfcn.h configure:10838: gcc -c conftest.c >&5 configure:10838: $? = 0 configure:10838: result: yes configure:11449: checking for objdir configure:11464: result: .libs configure:11735: checking if gcc supports -fno-rtti -fno-exceptions configure:11753: 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 [enabled by default] configure:11757: $? = 0 configure:11770: result: no configure:12097: checking for gcc option to produce PIC configure:12104: result: -fPIC -DPIC configure:12112: checking if gcc PIC flag -fPIC -DPIC works configure:12130: gcc -c -fPIC -DPIC -DPIC conftest.c >&5 configure:12134: $? = 0 configure:12147: result: yes configure:12176: checking if gcc static flag -static works configure:12204: result: yes configure:12219: checking if gcc supports -c -o file.o configure:12240: gcc -c -o out/conftest2.o conftest.c >&5 configure:12244: $? = 0 configure:12266: result: yes configure:12274: checking if gcc supports -c -o file.o configure:12321: result: yes configure:12354: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:13509: result: yes configure:13546: checking whether -lc should be explicitly linked in configure:13554: gcc -c conftest.c >&5 configure:13557: $? = 0 configure:13572: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:13575: $? = 0 configure:13589: result: no configure:13749: checking dynamic linker characteristics configure:14248: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5 configure:14248: $? = 0 configure:14482: result: GNU/Linux ld.so configure:14589: checking how to hardcode library paths into programs configure:14614: result: immediate configure:15139: checking whether stripping libraries is possible configure:15144: result: yes configure:15179: checking if libtool supports shared libraries configure:15181: result: yes configure:15184: checking whether to build shared libraries configure:15205: result: yes configure:15208: checking whether to build static libraries configure:15212: result: yes configure:15283: checking whether to build shared libraries with -version-info configure:15294: result: yes configure:15301: checking whether to build shared libraries with -no-undefined configure:15314: result: no configure:15321: checking whether to build shared libraries with -mimpure-text configure:15331: result: no configure:15358: checking whether to build shared libraries with PIC configure:15360: result: yes configure:15362: checking whether to build static libraries with PIC configure:15364: result: no configure:15371: checking whether to build shared libraries only configure:15379: result: no configure:15386: checking whether to build static libraries only configure:15394: result: no configure:15484: checking for inline configure:15500: gcc -c conftest.c >&5 configure:15500: $? = 0 configure:15508: result: inline configure:15543: checking if compiler is DEC/Compaq/HP C configure:15564: gcc -E conftest.c configure:15564: $? = 0 configure:15604: gcc -E conftest.c configure:15604: $? = 0 configure:15637: result: no configure:15642: checking if compiler is HP-UX C configure:15663: gcc -E conftest.c configure:15663: $? = 0 configure:15695: result: no configure:15700: checking if compiler is IBM C configure:15721: gcc -E conftest.c configure:15721: $? = 0 configure:15761: result: no configure:15766: checking if compiler is Intel C configure:15787: gcc -E conftest.c configure:15787: $? = 0 configure:15877: result: no configure:15882: checking if compiler is clang configure:15903: gcc -E conftest.c configure:15903: $? = 0 configure:15946: result: no configure:15951: checking if compiler is GNU C configure:15972: gcc -E conftest.c configure:15972: $? = 0 configure:15995: result: yes configure:16034: gcc -E conftest.c configure:16034: $? = 0 configure:16061: checking if compiler is LCC configure:16082: gcc -E conftest.c configure:16082: $? = 0 configure:16114: result: no configure:16119: checking if compiler is SGI MIPSpro C configure:16140: gcc -E conftest.c configure:16140: $? = 0 configure:16180: gcc -E conftest.c configure:16180: $? = 0 configure:16220: gcc -E conftest.c configure:16220: $? = 0 configure:16254: result: no configure:16259: checking if compiler is SGI MIPS C configure:16280: gcc -E conftest.c configure:16280: $? = 0 configure:16320: gcc -E conftest.c configure:16320: $? = 0 configure:16354: result: no configure:16359: checking if compiler is SunPro C configure:16380: gcc -E conftest.c configure:16380: $? = 0 configure:16412: result: no configure:16417: checking if compiler is Tiny C configure:16438: gcc -E conftest.c configure:16438: $? = 0 configure:16470: result: no configure:16475: checking if compiler is Watcom C configure:16496: gcc -E conftest.c configure:16496: $? = 0 configure:16578: result: no configure:16932: checking if compiler accepts debug disabling options configure:16964: gcc -c conftest.c >&5 configure:16964: $? = 0 configure:16994: gcc -o conftest conftest.c >&5 configure:16994: $? = 0 configure:17036: gcc -o conftest conftest.c >&5 configure:17036: $? = 0 configure:17036: ./conftest configure:17036: $? = 0 configure:17055: result: yes configure:17057: compiler options added: configure:17089: checking if compiler optimizer assumed setting might be used configure:17127: result: yes configure:17173: checking if compiler accepts optimizer enabling options configure:17209: gcc -c -O2 conftest.c >&5 configure:17209: $? = 0 configure:17239: gcc -o conftest -O2 conftest.c >&5 configure:17239: $? = 0 configure:17281: gcc -o conftest -O2 conftest.c >&5 configure:17281: $? = 0 configure:17281: ./conftest configure:17281: $? = 0 configure:17300: result: yes configure:17302: compiler options added: -O2 configure:17555: checking if compiler accepts strict warning options configure:17579: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:17579: $? = 0 configure:17609: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:17609: $? = 0 configure:17651: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:17651: $? = 0 configure:17651: ./conftest configure:17651: $? = 0 configure:17670: result: yes configure:17672: compiler options added: -Wno-system-headers configure:17702: checking if compiler halts on compilation errors configure:17719: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c: In function 'main': conftest.c:46:7: error: unknown type name 'force' force compilation error ^ conftest.c:46:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ configure:17719: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | | | int main (void) | { | | force compilation error | | ; | return 0; | } | configure:17727: result: yes configure:17734: checking if compiler halts on negative sized arrays configure:17752: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:42:20: error: size of array 'bad_t' is negative typedef char bad_t[sizeof(char) == sizeof(int) ? -1 : -1 ]; ^ configure:17752: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:17760: result: yes configure:17767: checking if compiler halts on function prototype mismatch configure:17796: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:43:11: error: conflicting types for 'rand' int rand(int n); ^ In file included from conftest.c:42:0: /usr/include/stdlib.h:374:12: note: previous declaration of 'rand' was here extern int rand (void) __THROW; ^ conftest.c:44:11: error: conflicting types for 'rand' int rand(int n) ^ In file included from conftest.c:42:0: /usr/include/stdlib.h:374:12: note: previous declaration of 'rand' was here extern int rand (void) __THROW; ^ configure:17796: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:17804: result: yes configure:17811: checking if compiler supports hiding library internal symbols configure:17905: gcc -c -O2 -Wno-system-headers -fvisibility=hidden conftest.c >&5 configure:17905: $? = 0 configure:17928: result: yes configure:18041: checking for windows.h configure:18071: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:46:21: fatal error: windows.h: No such file or directory #include ^ compilation terminated. configure:18071: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:18083: result: no configure:18101: checking whether build target is a native Windows one configure:18143: result: no configure:18455: checking whether build target supports WIN32 file API configure:18536: result: no configure:18542: checking whether to support http configure:18568: result: yes configure:18573: checking whether to support ftp configure:18592: result: yes configure:18597: checking whether to support file configure:18616: result: yes configure:18621: checking whether to support ldap configure:18642: result: yes configure:18647: checking whether to support ldaps configure:18691: result: yes configure:18703: checking whether to support rtsp configure:18728: result: yes configure:18739: checking whether to support proxies configure:18758: result: yes configure:18764: checking whether to support dict configure:18783: result: yes configure:18788: checking whether to support telnet configure:18807: result: yes configure:18812: checking whether to support tftp configure:18831: result: yes configure:18837: checking whether to support pop3 configure:18856: result: yes configure:18863: checking whether to support imap configure:18882: result: yes configure:18889: checking whether to support smtp configure:18908: result: yes configure:18914: checking whether to support gopher configure:18933: result: yes configure:18941: checking whether to provide built-in manual configure:18956: result: yes configure:18963: checking whether to enable generation of C code configure:18981: result: yes configure:18988: checking whether to use libgcc configure:19003: result: no configure:19010: checking if X/Open network library is required configure:19030: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c: In function 'main': conftest.c:50:3: error: unknown type name 'force' force compilation error ^ conftest.c:50:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error' force compilation error ^ conftest.c:52:1: error: expected declaration or statement at end of input } ^ configure:19030: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:19037: result: no configure:19041: checking for gethostbyname configure:19041: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:19041: $? = 0 configure:19041: result: yes configure:19449: checking for strcasecmp configure:19449: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 conftest.c:52:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:19449: $? = 0 configure:19449: result: yes configure:19557: checking for windows.h configure:19599: result: no configure:19617: checking for winsock.h configure:19660: result: no configure:19673: checking for winsock2.h configure:19716: result: no configure:19730: checking for connect in libraries configure:19757: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:19757: $? = 0 configure:19775: result: yes configure:19788: checking whether time.h and sys/time.h may both be included configure:19807: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19807: $? = 0 configure:19814: result: yes configure:19826: checking for sys/types.h configure:19826: result: yes configure:19826: checking sys/time.h usability configure:19826: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19826: $? = 0 configure:19826: result: yes configure:19826: checking sys/time.h presence configure:19826: gcc -E conftest.c configure:19826: $? = 0 configure:19826: result: yes configure:19826: checking for sys/time.h configure:19826: result: yes configure:19826: checking time.h usability configure:19826: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19826: $? = 0 configure:19826: result: yes configure:19826: checking time.h presence configure:19826: gcc -E conftest.c configure:19826: $? = 0 configure:19826: result: yes configure:19826: checking for time.h configure:19826: result: yes configure:19836: checking for monotonic clock_gettime configure:19867: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:19867: $? = 0 configure:19869: result: yes configure:19886: checking for clock_gettime in libraries configure:19928: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:19928: $? = 0 configure:19949: result: no additional lib required configure:19967: checking if monotonic clock_gettime works configure:20010: gcc -o conftest -O2 -Wno-system-headers conftest.c >&5 configure:20010: $? = 0 configure:20010: ./conftest configure:20010: $? = 0 configure:20012: result: yes configure:20070: checking for inflateEnd in -lz configure:20092: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 configure:20092: $? = 0 configure:20101: result: yes configure:20118: checking zlib.h usability configure:20118: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20118: $? = 0 configure:20118: result: yes configure:20118: checking zlib.h presence configure:20118: gcc -E conftest.c configure:20118: $? = 0 configure:20118: result: yes configure:20118: checking for zlib.h configure:20118: result: yes configure:20206: found both libz and libz.h header configure:20242: checking for lber.h configure:20280: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20280: $? = 0 configure:20292: result: yes configure:20336: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20336: $? = 0 configure:20359: checking for ldap.h configure:20399: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20399: $? = 0 configure:20411: result: yes configure:20424: checking for ldapssl.h configure:20470: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:75:21: fatal error: ldapssl.h: No such file or directory #include ^ compilation terminated. configure:20470: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:20482: result: no configure:20495: checking for ldap_ssl.h configure:20537: gcc -c -O2 -Wno-system-headers conftest.c >&5 conftest.c:72:22: fatal error: ldap_ssl.h: No such file or directory #include ^ compilation terminated. configure:20537: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:20549: result: no configure:20631: checking for LDAP libraries configure:20695: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 /tmp/cc1U6DfK.o: In function `main': conftest.c:(.text.startup+0x12): undefined reference to `ber_init' conftest.c:(.text.startup+0x28): undefined reference to `ldap_init' conftest.c:(.text.startup+0x30): undefined reference to `ldap_unbind' conftest.c:(.text.startup+0x40): undefined reference to `ber_free' collect2: error: ld returned 1 exit status configure:20695: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:20695: gcc -o conftest -O2 -Wno-system-headers conftest.c -lz >&5 /tmp/ccp3a4yQ.o: In function `main': conftest.c:(.text.startup+0x12): undefined reference to `ber_init' conftest.c:(.text.startup+0x28): undefined reference to `ldap_init' conftest.c:(.text.startup+0x30): undefined reference to `ldap_unbind' conftest.c:(.text.startup+0x40): undefined reference to `ber_free' collect2: error: ld returned 1 exit status configure:20695: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:20695: gcc -o conftest -O2 -Wno-system-headers conftest.c -lldap -lz >&5 /usr/bin/ld: /tmp/ccBJ35VT.o: undefined reference to symbol 'ber_init@@OPENLDAP_2.4_2' /usr/lib/i386-linux-gnu/liblber-2.4.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status configure:20695: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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:20695: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20695: $? = 0 configure:20722: result: -llber -lldap configure:20817: checking for ldap_url_parse configure:20817: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20817: $? = 0 configure:20817: result: yes configure:20817: checking for ldap_init_fd configure:20817: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20817: $? = 0 configure:20817: result: yes configure:20849: checking whether to enable ipv6 configure:20886: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20886: $? = 0 configure:20886: ./conftest configure:20886: $? = 0 configure:20887: result: yes configure:20908: checking if struct sockaddr_in6 has sin6_scope_id member configure:20922: gcc -c -O2 -Wno-system-headers conftest.c >&5 configure:20922: $? = 0 configure:20927: result: yes configure:20939: checking if argv can be written to configure:20957: gcc -o conftest -O2 -Wno-system-headers conftest.c -llber -lldap -lz >&5 configure:20957: $? = 0 configure:20957: ./conftest configure:20957: $? = 0 configure:20975: result: yes configure:21003: checking if SPNEGO support is requested configure:21026: result: no configure:21067: checking if GSSAPI support is requested configure:21196: result: no configure:21244: checking whether to enable Windows native SSL/TLS (Windows native builds only) configure:21266: result: no configure:21282: checking whether to enable iOS/Mac OS X native SSL/TLS configure:21298: result: no configure:21408: checking for pkg-config configure:21427: found /usr/bin/pkg-config configure:21439: result: /usr/bin/pkg-config configure:21463: checking for openssl options with pkg-config configure:21477: result: found configure:21505: pkg-config: SSL_LIBS: "-lssl -lcrypto " configure:21507: pkg-config: SSL_LDFLAGS: "-L/usr/local/ssl/lib " configure:21509: pkg-config: SSL_CPPFLAGS: "-I/usr/local/ssl/include " configure:21552: checking for CRYPTO_lock in -lcrypto configure:21574: gcc -o conftest -O2 -Wno-system-headers -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 configure:21574: $? = 0 configure:21583: result: yes configure:21646: checking for SSL_connect in -lssl configure:21668: gcc -o conftest -O2 -Wno-system-headers -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c -lssl -lcrypto -lssl -lcrypto -llber -lldap -lz >&5 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup': dso_dlfcn.c:(.text+0x15): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x2b): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x35): undefined reference to `dlclose' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func': dso_dlfcn.c:(.text+0x381): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x460): undefined reference to `dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var': dso_dlfcn.c:(.text+0x4e1): undefined reference to `dlsym' dso_dlfcn.c:(.text+0x5c0): undefined reference to `dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load': dso_dlfcn.c:(.text+0x630): undefined reference to `dlopen' dso_dlfcn.c:(.text+0x6a0): undefined reference to `dlclose' dso_dlfcn.c:(.text+0x6df): undefined reference to `dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr': dso_dlfcn.c:(.text+0x788): undefined reference to `dladdr' dso_dlfcn.c:(.text+0x7d9): undefined reference to `dlerror' /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload': dso_dlfcn.c:(.text+0x834): undefined reference to `dlclose' collect2: error: ld returned 1 exit status configure:21668: $? = 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 "i686-pc-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 4 | #define SIZEOF_VOIDP 4 | #define CURL_PULL_SYS_TYPES_H 1 | #define CURL_PULL_STDINT_H 1 | #define CURL_PULL_INTTYPES_H 1 | #define CURL_TYPEOF_CURL_OFF_T int64_t | #define CURL_FORMAT_CURL_OFF_T "lld" | #define CURL_FORMAT_CURL_OFF_TU "llu" | #define CURL_FORMAT_OFF_T "%lld" | #define CURL_SIZEOF_CURL_OFF_T 8 | #define CURL_SUFFIX_CURL_OFF_T LL | #define CURL_SUFFIX_CURL_OFF_TU ULL | #define _FILE_OFFSET_BITS 64 | #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 | /* end confdefs.h. */ | | | #ifdef __cplusplus | extern "C" | #endif | char SSL_connect (); | int main (void) | { | return SSL_connect (); | ; | return 0; | } configure:21677: result: no configure:21690: checking for ssl with RSAglue/rsaref libs in use configure:21694: checking for SSL_connect in -lssl configure:21725: result: no configure:21737: result: no configure:21815: error: OpenSSL libs and/or directories were not found where specified! ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=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_func_clock_gettime=yes ac_cv_func_gethostbyname=yes ac_cv_func_ldap_init_fd=yes ac_cv_func_ldap_url_parse=yes ac_cv_func_strcasecmp=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes 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_memory_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_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_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=i686-pc-linux-gnu ac_cv_lib_crypto_CRYPTO_lock=yes ac_cv_lib_ssl_SSL_connect=no 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=4 ac_cv_sizeof_voidp=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes curl_cv_def_PRId64='"lld"' curl_cv_def___GNUC__=4 curl_cv_gclk_LIBS= curl_cv_have_def_PRId64=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_save_LIBS='-lz ' 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} "/home/dung/Desktop/curl/missing" --run 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} "/home/dung/Desktop/curl/missing" --run autoconf' AUTOHEADER='${SHELL} "/home/dung/Desktop/curl/missing" --run autoheader' AUTOMAKE='${SHELL} "/home/dung/Desktop/curl/missing" --run 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='" '\''--with-ssl'\''"' CPP='gcc -E' CPPFLAGS=' -I/usr/local/ssl/include ' CPPFLAG_CURL_STATICLIB='' CROSSCOMPILING_FALSE='' CROSSCOMPILING_TRUE='' CURLDEBUG_FALSE='' CURLDEBUG_TRUE='#' CURLVERSION='7.34.0' CURL_CA_BUNDLE='' 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_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_SSLEAY_SRP='' IDN_ENABLED='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPV6_ENABLED='' LD='/usr/bin/ld' LDFLAGS=' -L/usr/local/ssl/lib ' LIBCURL_LIBS='' LIBMETALINK_CPPFLAGS='' LIBMETALINK_LDFLAGS='' LIBMETALINK_LIBS='' LIBOBJS='' LIBS='-llber -lldap -lz ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} "/home/dung/Desktop/curl/missing" --run makeinfo' MANIFEST_TOOL=':' MANOPT='' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' NROFF='' 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='' RANLIB='ranlib' REQUIRE_LIB_DEPS='no' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SONAME_BUMP_FALSE='' SONAME_BUMP_TRUE='' SSL_ENABLED='' 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='' USE_LIBSSH2='' USE_MANUAL_FALSE='' USE_MANUAL_TRUE='' USE_NGHTTP2='' USE_NSS='' USE_OPENLDAP='1' USE_POLARSSL='' USE_SCHANNEL='' USE_SSLEAY='' USE_WINDOWS_SSPI='' VERSION='-' VERSIONNUM='072200' 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='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/dung/Desktop/curl/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='NONE' 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 "i686-pc-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 4 #define SIZEOF_VOIDP 4 #define CURL_PULL_SYS_TYPES_H 1 #define CURL_PULL_STDINT_H 1 #define CURL_PULL_INTTYPES_H 1 #define CURL_TYPEOF_CURL_OFF_T int64_t #define CURL_FORMAT_CURL_OFF_T "lld" #define CURL_FORMAT_CURL_OFF_TU "llu" #define CURL_FORMAT_OFF_T "%lld" #define CURL_SIZEOF_CURL_OFF_T 8 #define CURL_SUFFIX_CURL_OFF_T LL #define CURL_SUFFIX_CURL_OFF_TU ULL #define _FILE_OFFSET_BITS 64 #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 configure: exit 1