cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: configure: error: OpenSSL libs and/or directories were not found where specified! At Linux box.

From: Gary Yang <garyyang6_at_yahoo.com>
Date: Fri, 2 Nov 2007 18:13:19 -0700 (PDT)

Here is the config.log
   
  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.61. Invocation command line was
    $ ./configure --with-ssl
  ## --------- ##
## Platform. ##
## --------- ##
  hostname = redbap01
uname -m = i686
uname -r = 2.6.9-42.EL
uname -s = Linux
uname -v = #1 Wed Jul 12 23:16:43 EDT 2006
  /usr/bin/uname -p = unknown
/bin/uname -X = unknown
  /bin/arch = i686
/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/atria/rhat_x86/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bea9.2_Platform/jdk150_04/bin
PATH: /usr/local/bin
PATH: /usr/apache-ant-1.6.5/bin
PATH: ./
PATH: /usr/bin/X11
PATH: /usr/sbin
PATH: /home/cmadm/bin
PATH: ./
PATH: /usr/local/ssl/bin
  
## ----------- ##
## Core tests. ##
## ----------- ##
  configure:2052: checking whether to enable maintainer-specific portions of Makefiles
configure:2061: result: no
configure:2079: checking for sed
configure:2098: found /bin/sed
configure:2111: result: /bin/sed
configure:2170: checking for ar
configure:2187: found /usr/bin/ar
configure:2198: result: ar
configure:2277: checking for a BSD-compatible install
configure:2333: result: /usr/bin/install -c
configure:2344: checking whether build environment is sane
configure:2387: result: yes
configure:2452: checking for gawk
configure:2468: found /bin/gawk
configure:2479: result: gawk
configure:2490: checking whether make sets $(MAKE)
configure:2511: result: yes
configure:2695: checking curl version
configure:2697: result: 7.17.1
configure:2734: checking build system type
configure:2752: result: i686-pc-linux-gnu
configure:2774: checking host system type
configure:2789: result: i686-pc-linux-gnu
configure:2829: checking for style of include used by make
configure:2857: result: GNU
configure:2930: checking for gcc
configure:2946: found /usr/bin/gcc
configure:2957: result: gcc
configure:3195: checking for C compiler version
configure:3202: gcc --version >&5
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
Copyright (C) 2006 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:3205: $? = 0
configure:3212: gcc -v >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)
configure:3215: $? = 0
configure:3222: gcc -V >&5
gcc: `-V' option must have argument
configure:3225: $? = 1
configure:3248: checking for C compiler default output file name
configure:3275: gcc -L/usr/local/ssl/lib conftest.c >&5
configure:3278: $? = 0
configure:3316: result: a.out
configure:3333: checking whether the C compiler works
configure:3343: ./a.out
configure:3346: $? = 0
configure:3363: result: yes
configure:3370: checking whether we are cross compiling
configure:3372: result: no
configure:3375: checking for suffix of executables
configure:3382: gcc -o conftest -L/usr/local/ssl/lib conftest.c >&5
configure:3385: $? = 0
configure:3409: result:
configure:3415: checking for suffix of object files
configure:3441: gcc -c conftest.c >&5
configure:3444: $? = 0
configure:3467: result: o
configure:3471: checking whether we are using the GNU C compiler
configure:3500: gcc -c conftest.c >&5
configure:3506: $? = 0
configure:3523: result: yes
configure:3528: checking whether gcc accepts -g
configure:3558: gcc -c -g conftest.c >&5
configure:3564: $? = 0
configure:3663: result: yes
configure:3680: checking for gcc option to accept ISO C89
configure:3754: gcc -c -g -O2 conftest.c >&5
configure:3760: $? = 0
configure:3783: result: none needed
configure:3803: checking dependency style of gcc
configure:3893: result: gcc3
configure:3916: checking how to run the C preprocessor
configure:3956: gcc -E conftest.c
configure:3962: $? = 0
configure:3993: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3999: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4032: result: gcc -E
configure:4061: gcc -E conftest.c
configure:4067: $? = 0
configure:4098: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4104: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4142: checking for grep that handles long lines and -e
configure:4216: result: /bin/grep
configure:4221: checking for egrep
configure:4299: result: /bin/grep -E
configure:4305: checking for AIX
configure:4327: result: no
configure:4382: checking for gcc
configure:4409: result: gcc
configure:4647: checking for C compiler version
configure:4654: gcc --version >&5
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
Copyright (C) 2006 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:4657: $? = 0
configure:4664: gcc -v >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)
configure:4667: $? = 0
configure:4674: gcc -V >&5
gcc: `-V' option must have argument
configure:4677: $? = 1
configure:4680: checking whether we are using the GNU C compiler
configure:4732: result: yes
configure:4737: checking whether gcc accepts -g
configure:4872: result: yes
configure:4889: checking for gcc option to accept ISO C89
configure:4992: result: none needed
configure:5012: checking dependency style of gcc
configure:5102: result: gcc3
configure:5127: checking for special C compiler options needed for large files
configure:5220: result: no
configure:5226: checking for _FILE_OFFSET_BITS value needed for large files
configure:5261: gcc -c -g -O2 conftest.c >&5
conftest.c:17: warning: left shift count >= width of type
conftest.c:17: warning: left shift count >= width of type
conftest.c:19: error: size of array `off_t_is_large' is negative
configure:5267: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| /* end confdefs.h. */
| #include <sys/types.h>
| /* 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 ()
| {
|
| ;
| return 0;
| }
configure:5311: gcc -c -g -O2 conftest.c >&5
configure:5317: $? = 0
configure:5335: result: 64
configure:5488: checking if arch-OS host is AMD64-linux (to build static libraries with PIC)
configure:5497: result: no
configure:5574: checking for a sed that does not truncate output
configure:5630: result: /bin/sed
configure:5644: checking for ld used by gcc
configure:5711: result: /usr/bin/ld
configure:5720: checking if the linker (/usr/bin/ld) is GNU ld
configure:5735: result: yes
configure:5740: checking for /usr/bin/ld option to reload object files
configure:5747: result: -r
configure:5765: checking for BSD-compatible nm
configure:5814: result: /usr/bin/nm -B
configure:5818: checking whether ln -s works
configure:5822: result: yes
configure:5829: checking how to recognize dependent libraries
configure:6015: result: pass_all
configure:6540: checking for ANSI C header files
configure:6570: gcc -c -g -O2 conftest.c >&5
configure:6576: $? = 0
configure:6675: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:6678: $? = 0
configure:6684: ./conftest
configure:6687: $? = 0
configure:6704: result: yes
configure:6728: checking for sys/types.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for sys/stat.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for stdlib.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for string.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for memory.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for strings.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for inttypes.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for stdint.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6728: checking for unistd.h
configure:6749: gcc -c -g -O2 conftest.c >&5
configure:6755: $? = 0
configure:6771: result: yes
configure:6798: checking dlfcn.h usability
configure:6815: gcc -c -g -O2 conftest.c >&5
configure:6821: $? = 0
configure:6835: result: yes
configure:6839: checking dlfcn.h presence
configure:6854: gcc -E conftest.c
configure:6860: $? = 0
configure:6874: result: yes
configure:6907: checking for dlfcn.h
configure:6915: result: yes
configure:6944: checking the maximum length of command line arguments
configure:7056: result: 98304
configure:7068: checking command to parse /usr/bin/nm -B output from gcc object
configure:7173: gcc -c -g -O2 conftest.c >&5
configure:7176: $? = 0
configure:7180: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7183: $? = 0
configure:7235: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c conftstm.o >&5
configure:7238: $? = 0
configure:7276: result: ok
configure:7280: checking for objdir
configure:7295: result: .libs
configure:7387: checking for ar
configure:7414: result: ar
configure:7483: checking for ranlib
configure:7499: found /usr/bin/ranlib
configure:7510: result: ranlib
configure:7579: checking for strip
configure:7595: found /usr/bin/strip
configure:7606: result: strip
configure:7892: checking if gcc supports -fno-rtti -fno-exceptions
configure:7910: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7914: $? = 0
configure:7927: result: no
configure:7942: checking for gcc option to produce PIC
configure:8174: result: -fPIC
configure:8182: checking if gcc PIC flag -fPIC works
configure:8200: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:8204: $? = 0
configure:8217: result: yes
configure:8245: checking if gcc static flag -static works
configure:8273: result: yes
configure:8283: checking if gcc supports -c -o file.o
configure:8304: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8308: $? = 0
configure:8330: result: yes
configure:8356: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9337: result: yes
configure:9358: checking whether -lc should be explicitly linked in
configure:9363: gcc -c -g -O2 conftest.c >&5
configure:9366: $? = 0
configure:9381: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9384: $? = 0
configure:9396: result: no
configure:9404: checking dynamic linker characteristics
configure:10018: result: GNU/Linux ld.so
configure:10027: checking how to hardcode library paths into programs
configure:10052: result: immediate
configure:10066: checking whether stripping libraries is possible
configure:10071: result: yes
configure:10873: checking if libtool supports shared libraries
configure:10875: result: yes
configure:10878: checking whether to build shared libraries
configure:10899: result: yes
configure:10902: checking whether to build static libraries
configure:10906: result: yes
configure:10999: creating libtool
configure:20220: checking if we need -no-undefined
configure:20230: result: no
configure:20243: checking if we need -mimpure-text
configure:20255: result: no
configure:20268: checking if we need BUILDING_LIBCURL
configure:20296: result: no
configure:20310: checking whether make sets $(MAKE)
configure:20331: result: yes
configure:20341: checking for inline
configure:20367: gcc -c -g -O2 conftest.c >&5
configure:20373: $? = 0
configure:20391: result: inline
configure:20413: checking for windows.h
configure:20454: gcc -c -g -O2 conftest.c >&5
conftest.c:29:21: windows.h: No such file or directory
conftest.c: In function `main':
conftest.c:38: error: `WINVER' undeclared (first use in this function)
conftest.c:38: error: (Each undeclared identifier is reported only once
conftest.c:38: error: for each function it appears in.)
configure:20460: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WINDOWS_H shall not be defined.
| #else
| int dummy=2*WINVER;
| #endif
|
| ;
| return 0;
| }
|
configure:20480: result: no
configure:20498: checking for winsock.h
configure:20540: gcc -c -g -O2 conftest.c >&5
conftest.c:29:21: windows.h: No such file or directory
conftest.c:30:21: winsock.h: No such file or directory
configure:20546: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #include <winsock.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WINSOCK_H shall not be defined.
| #else
| int dummy=WSACleanup();
| #endif
|
| ;
| return 0;
| }
|
configure:20566: result: no
configure:20579: checking for winsock2.h
configure:20621: gcc -c -g -O2 conftest.c >&5
conftest.c:29:21: windows.h: No such file or directory
conftest.c:30:22: winsock2.h: No such file or directory
conftest.c: In function `main':
conftest.c:39: error: `IPPROTO_ESP' undeclared (first use in this function)
conftest.c:39: error: (Each undeclared identifier is reported only once
conftest.c:39: error: for each function it appears in.)
configure:20627: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #include <winsock2.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WINSOCK2_H shall not be defined.
| #else
| int dummy=2*IPPROTO_ESP;
| #endif
|
| ;
| return 0;
| }
|
configure:20647: result: no
configure:20660: checking for ws2tcpip.h
configure:20703: gcc -c -g -O2 conftest.c >&5
conftest.c:29:21: windows.h: No such file or directory
conftest.c:30:22: winsock2.h: No such file or directory
conftest.c:31:22: ws2tcpip.h: No such file or directory
conftest.c: In function `main':
conftest.c:40: error: `IP_PKTINFO' undeclared (first use in this function)
conftest.c:40: error: (Each undeclared identifier is reported only once
conftest.c:40: error: for each function it appears in.)
configure:20709: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #include <winsock2.h>
| #include <ws2tcpip.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WS2TCPIP_H shall not be defined.
| #else
| int dummy=2*IP_PKTINFO;
| #endif
|
| ;
| return 0;
| }
|
configure:20729: result: no
configure:20743: checking for winldap.h
configure:20788: gcc -c -g -O2 conftest.c >&5
conftest.c:32:21: winldap.h: No such file or directory
conftest.c: In function `main':
conftest.c:41: error: `LDAP' undeclared (first use in this function)
conftest.c:41: error: (Each undeclared identifier is reported only once
conftest.c:41: error: for each function it appears in.)
conftest.c:41: error: `ldp' undeclared (first use in this function)
conftest.c:41: error: `LDAP_PORT' undeclared (first use in this function)
conftest.c:42: error: `ULONG' undeclared (first use in this function)
conftest.c:42: error: syntax error before "res"
configure:20794: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #endif
| #include <winldap.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WINLDAP_H shall not be defined.
| #else
| LDAP *ldp = ldap_init("dummy", LDAP_PORT);
| ULONG res = ldap_unbind(ldp);
| #endif
|
| ;
| return 0;
| }
|
configure:20814: result: no
configure:20827: checking for winber.h
configure:20874: gcc -c -g -O2 conftest.c >&5
conftest.c:32:21: winldap.h: No such file or directory
conftest.c:33:20: winber.h: No such file or directory
conftest.c: In function `main':
conftest.c:42: error: `BERVAL' undeclared (first use in this function)
conftest.c:42: error: (Each undeclared identifier is reported only once
conftest.c:42: error: for each function it appears in.)
conftest.c:42: error: `bvp' undeclared (first use in this function)
conftest.c:42: error: `NULL' undeclared (first use in this function)
conftest.c:43: error: `BerElement' undeclared (first use in this function)
conftest.c:43: error: `bep' undeclared (first use in this function)
configure:20880: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #endif
| #include <winldap.h>
| #include <winber.h>
|
| int
| main ()
| {
|
| #ifdef __CYGWIN__
| HAVE_WINBER_H shall not be defined.
| #else
| BERVAL *bvp = NULL;
| BerElement *bep = ber_init(bvp);
| ber_free(bep, 1);
| #endif
|
| ;
| return 0;
| }
|
configure:20900: result: no
configure:20976: checking whether to support http
configure:20999: result: yes
configure:21004: checking whether to support ftp
configure:21025: result: yes
configure:21030: checking whether to support file
configure:21051: result: yes
configure:21056: checking whether to support ldap
configure:21077: result: yes
configure:21082: checking whether to support ldaps
configure:21121: result: no
configure:21134: checking whether to support dict
configure:21155: result: yes
configure:21160: checking whether to support telnet
configure:21181: result: yes
configure:21186: checking whether to support tftp
configure:21207: result: yes
configure:21214: checking whether to provide built-in manual
configure:21229: result: yes
configure:21238: checking for icc in use
configure:21264: result: no
configure:21270: checking for gethostbyname
configure:21326: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:21332: $? = 0
configure:21349: result: yes
configure:21804: checking for strcasecmp
configure:21860: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:21866: $? = 0
configure:21883: result: yes
configure:22030: checking for connect
configure:22086: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:22092: $? = 0
configure:22109: result: yes
configure:22190: checking whether to use libgcc
configure:22205: result: no
configure:22231: checking for lber.h
configure:22280: gcc -c -g -O2 conftest.c >&5
conftest.c:41:18: lber.h: No such file or directory
conftest.c: In function `main':
conftest.c:47: error: `BerValue' undeclared (first use in this function)
conftest.c:47: error: (Each undeclared identifier is reported only once
conftest.c:47: error: for each function it appears in.)
conftest.c:47: error: `bvp' undeclared (first use in this function)
conftest.c:48: error: `BerElement' undeclared (first use in this function)
conftest.c:48: error: `bep' undeclared (first use in this function)
configure:22286: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #include <lber.h>
|
| int
| main ()
| {
|
| BerValue *bvp = NULL;
| BerElement *bep = ber_init(bvp);
| ber_free(bep, 1);
|
| ;
| return 0;
| }
|
configure:22306: result: no
configure:22398: checking for ldap.h
configure:22449: gcc -c -g -O2 conftest.c >&5
conftest.c:44:18: ldap.h: No such file or directory
conftest.c: In function `main':
conftest.c:50: error: `LDAP' undeclared (first use in this function)
conftest.c:50: error: (Each undeclared identifier is reported only once
conftest.c:50: error: for each function it appears in.)
conftest.c:50: error: `ldp' undeclared (first use in this function)
conftest.c:50: error: `LDAP_PORT' undeclared (first use in this function)
configure:22455: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #include <ldap.h>
|
| int
| main ()
| {
|
| LDAP *ldp = ldap_init("dummy", LDAP_PORT);
| int res = ldap_unbind(ldp);
|
| ;
| return 0;
| }
|
configure:22475: result: no
configure:22488: checking for ldapssl.h
configure:22545: gcc -c -g -O2 conftest.c >&5
conftest.c:50:21: ldapssl.h: No such file or directory
conftest.c: In function `main':
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: (Each undeclared identifier is reported only once
conftest.c:57: error: for each function it appears in.)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAPS_PORT' undeclared (first use in this function)
configure:22551: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
| #include <ldapssl.h>
|
| int
| main ()
| {
|
| char *cert_label = NULL;
| LDAP *ldp = ldap_ssl_init("dummy", LDAPS_PORT, cert_label);
|
| ;
| return 0;
| }
|
configure:22571: result: no
configure:22584: checking for ldap_ssl.h
configure:22637: gcc -c -g -O2 conftest.c >&5
conftest.c:47:22: ldap_ssl.h: No such file or directory
conftest.c: In function `main':
conftest.c:53: error: `LDAP' undeclared (first use in this function)
conftest.c:53: error: (Each undeclared identifier is reported only once
conftest.c:53: error: for each function it appears in.)
conftest.c:53: error: `ldp' undeclared (first use in this function)
conftest.c:53: error: `LDAPS_PORT' undeclared (first use in this function)
configure:22643: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
| #include <ldap_ssl.h>
|
| int
| main ()
| {
|
| LDAP *ldp = ldapssl_init("dummy", LDAPS_PORT, 1);
|
| ;
| return 0;
| }
|
configure:22663: result: no
configure:22773: checking for LDAP libraries
configure:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lldap >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -llber -lldap >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lldap -llber >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lldapssl -lldapx -lldapsdk >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22847: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lldapsdk -lldapx -lldapssl >&5
conftest.c: In function `main':
conftest.c:55: error: `BerValue' undeclared (first use in this function)
conftest.c:55: error: (Each undeclared identifier is reported only once
conftest.c:55: error: for each function it appears in.)
conftest.c:55: error: `bvp' undeclared (first use in this function)
conftest.c:56: error: `BerElement' undeclared (first use in this function)
conftest.c:56: error: `bep' undeclared (first use in this function)
conftest.c:57: error: `LDAP' undeclared (first use in this function)
conftest.c:57: error: `ldp' undeclared (first use in this function)
conftest.c:57: error: `LDAP_PORT' undeclared (first use in this function)
configure:22853: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| /* end confdefs.h. */
|
| #undef inline
| #ifdef HAVE_WINDOWS_H
| #ifndef WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN
| #endif
| #include <windows.h>
| #else
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #endif
| #ifndef NULL
| #define NULL (void *)0
| #endif
| #ifndef LDAP_DEPRECATED
| #define LDAP_DEPRECATED 1
| #endif
| #ifdef NEED_LBER_H
| #include <lber.h>
| #endif
| #ifdef HAVE_LDAP_H
| #include <ldap.h>
| #endif
|
| int
| main ()
| {
|
| 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:22878: result: cannot find LDAP libraries
configure:22899: WARNING: Cannot find libraries for LDAP support: LDAP disabled
configure:23127: checking for timeGetTime in winmm
configure:23154: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lwinmm >&5
conftest.c:26:20: windef.h: No such file or directory
conftest.c:27:39: mmsystem.h: No such file or directory
configure:23160: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| #define CURL_DISABLE_LDAP 1
| /* end confdefs.h. */
| #include <windef.h>
| #include <mmsystem.h>
|
| int
| main ()
| {
| timeGetTime();
| ;
| return 0;
| }
configure:23174: result: no
configure:23185: checking whether to enable ipv6
configure:23231: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:23234: $? = 0
configure:23240: ./conftest
configure:23243: $? = 0
configure:23245: result: yes
configure:23627: checking non-blocking sockets style
configure:23675: gcc -c -g -O2 conftest.c >&5
configure:23681: $? = 0
configure:23959: result: O_NONBLOCK
configure:23972: checking if argv can be written to
configure:23995: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c >&5
configure:23998: $? = 0
configure:24004: ./conftest
configure:24007: $? = 0
configure:24032: result: yes
configure:24090: checking if Kerberos4 support is requested
configure:24900: result: no
configure:24917: checking if SPNEGO support is requested
configure:24944: result: no
configure:24980: checking if GSSAPI support is requested
configure:25435: result: no
configure:25509: checking for pkg-config
configure:25541: result: no
configure:25579: checking for gdi32
configure:25605: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lgdi32 >&5
conftest.c:28:20: windef.h: No such file or directory
conftest.c:29:39: wingdi.h: No such file or directory
configure:25611: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| #define CURL_DISABLE_LDAP 1
| #define HAVE_O_NONBLOCK 1
| #define HAVE_WRITABLE_ARGV 1
| /* end confdefs.h. */
| #include <windef.h>
| #include <wingdi.h>
| int
| main ()
| {
| GdiFlush();
| ;
| return 0;
| }
configure:25624: result: no
configure:25634: checking for CRYPTO_lock in -lcrypto
configure:25669: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lcrypto >&5
configure:25675: $? = 0
configure:25693: result: yes
configure:25785: checking for SSL_connect in -lssl
configure:25820: gcc -o conftest -g -O2 -L/usr/local/ssl/lib conftest.c -lssl -lcrypto >&5
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x38): In function `dlfcn_load':
: undefined reference to `dlopen'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xa0): In function `dlfcn_load':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xc9): In function `dlfcn_load':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x13e): In function `dlfcn_unload':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1f5): In function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x241): In function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x2d5): In function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x321): In function `dlfcn_bind_func':
: undefined reference to `dlerror'
collect2: ld returned 1 exit status
configure:25826: $? = 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 "curl"
| #define VERSION "7.17.1"
| #define OS "i686-pc-linux-gnu"
| #define _FILE_OFFSET_BITS 64
| #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 HAVE_DLFCN_H 1
| #define CURL_DISABLE_LDAPS 1
| #define HAVE_GETHOSTBYNAME 1
| #define CURL_DISABLE_LDAP 1
| #define HAVE_O_NONBLOCK 1
| #define HAVE_WRITABLE_ARGV 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SSL_connect ();
| int
| main ()
| {
| return SSL_connect ();
| ;
| return 0;
| }
configure:25844: result: no
configure:25857: checking for ssl with RSAglue/rsaref libs in use
configure:25862: checking for SSL_connect in -lssl
configure:25921: result: no
configure:25933: result: no
configure:26422: 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=set
ac_cv_env_LDFLAGS_value=-L/usr/local/ssl/lib
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_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_strcasecmp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lber_h=no
ac_cv_header_ldap_h=no
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_types_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_host=i686-pc-linux-gnu
ac_cv_lib_crypto_CRYPTO_lock=yes
ac_cv_lib_ssl_SSL_connect=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKGCONFIG=no
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
curl_cv_ldap_LIBS=unknown
curl_cv_save_LIBS=
curl_cv_writable_argv=yes
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_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  ## ----------------- ##
## Output variables. ##
## ----------------- ##
  ACLOCAL='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run autoconf'
AUTOHEADER='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run autoheader'
AUTOMAKE='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run automake-1.9'
AWK='gawk'
CABUNDLE_FALSE=''
CABUNDLE_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CROSSCOMPILING_FALSE=''
CROSSCOMPILING_TRUE=''
CURL_CA_BUNDLE=''
CURL_DISABLE_DICT=''
CURL_DISABLE_FILE=''
CURL_DISABLE_FTP=''
CURL_DISABLE_HTTP=''
CURL_DISABLE_LDAP='1'
CURL_DISABLE_LDAPS='1'
CURL_DISABLE_TELNET=''
CURL_DISABLE_TFTP=''
CURL_LIBS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
HAVE_ARES=''
HAVE_LIBZ=''
HAVE_LIBZ_FALSE=''
HAVE_LIBZ_TRUE=''
HAVE_PK11_CREATEGENERICOBJECT=''
IDN_ENABLED=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
IPV6_ENABLED=''
KRB4_ENABLED=''
LDFLAGS='-L/usr/local/ssl/lib'
LIBCURL_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} "/home/cmadm/curl-7.17.1/missing" --run makeinfo'
MANOPT=''
MIMPURE_FALSE=''
MIMPURE_TRUE='#'
NO_UNDEFINED_FALSE=''
NO_UNDEFINED_TRUE='#'
NROFF=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='curl'
PACKAGE_BUGREPORT='a suitable curl mailing list => http://curl.haxx.se/mail/'
PACKAGE_NAME='curl'
PACKAGE_STRING='curl -'
PACKAGE_TARNAME='curl'
PACKAGE_VERSION='-'
PATH_SEPARATOR=':'
PERL=''
PKGADD_NAME='cURL - a client that groks URLs'
PKGADD_PKG='HAXXcurl'
PKGADD_VENDOR='curl.haxx.se'
PKGCONFIG='no'
RANDOM_FILE=''
RANLIB='ranlib'
REQUIRE_LIB_DEPS='no'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEST_SERVER_LIBS=''
USE_GNUTLS=''
USE_LIBSSH2=''
USE_MANUAL_FALSE=''
USE_MANUAL_TRUE=''
USE_NSS=''
USE_SSLEAY=''
USE_WINDOWS_SSPI=''
VERSION='7.17.1'
VERSIONNUM='071101'
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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='/home/cmadm/curl-7.17.1/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. ##
## ----------- ##
  #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 "curl"
#define VERSION "7.17.1"
#define OS "i686-pc-linux-gnu"
#define _FILE_OFFSET_BITS 64
#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 HAVE_DLFCN_H 1
#define CURL_DISABLE_LDAPS 1
#define HAVE_GETHOSTBYNAME 1
#define CURL_DISABLE_LDAP 1
#define HAVE_O_NONBLOCK 1
#define HAVE_WRITABLE_ARGV 1
  configure: exit 1

Gary Yang <garyyang6_at_yahoo.com> wrote:
    Hi,
  I am not able to compile curl (curl-7.17.1) with OpenSSL. I installed openssl-0.9.8g at /usr/local/ssl. But, I got the error, "OpenSSL libs and/or directories were not found where specified!". I am tring to install it at RedHat Linux box. Bellow are details. Can someone help?
   
  The envrionment:
  (redbap01)cmadm:> env | grep LD
  LDFLAGS=-L/usr/local/ssl/lib
  LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/lib:/usr/local/lib
   
  ls /usr/local/ssl
  bin/ certs/ include/ lib/ man/ misc/ openssl.cnf private/
   
  (redbap01)cmadm:> pwd
  /home/cmadm/curl-7.17.1
   
  (redbap01)cmadm:> ./configure --with-ssl=/usr/local/ssl
   
  checking if GSSAPI support is requested... no checking for gdi32... no checking for CRYPTO_lock in -lcrypto... yes checking for SSL_connect in -lssl... no checking for ssl with RSAglue/rsaref libs in use... checking for SSL_connect in -lssl... (cached) no no
  configure: error: OpenSSL libs and/or directories were not found where specified!
   
  (redbap01)cmadm:> uname -a
  Linux redbap01 2.6.9-42.EL #1 Wed Jul 12 23:16:43 EDT 2006 i686 athlon
  i386 GNU/Linux
   
   
  Thanks,
   
   
  Gary
  __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

 __________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on 2007-11-03