Build of pam_ldap with musl toolchain

The build took 00h 01m 14s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
3,925 ansic
3,134 sh
290 perl
7,349 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: pam_ldap 186-5 (Wed Apr 5 02:17:34 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/pam_ldap/src/pam_ldap-186/missing: Unknown `--run' option
# Try `/tmp/pam_ldap/src/pam_ldap-186/missing --help' for more information
# configure: WARNING: `missing' script is too old or missing
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking security/pam_appl.h usability... no
# checking security/pam_appl.h presence... no
# checking for security/pam_appl.h... no
# checking security/pam_misc.h usability... no
# checking security/pam_misc.h presence... no
# checking for security/pam_misc.h... no
# checking security/pam_modules.h usability... no
# checking security/pam_modules.h presence... no
# checking for security/pam_modules.h... no
# checking pam/pam_appl.h usability... no
# checking pam/pam_appl.h presence... no
# checking for pam/pam_appl.h... no
# checking pam/pam_misc.h usability... no
# checking pam/pam_misc.h presence... no
# checking for pam/pam_misc.h... no
# checking pam/pam_modules.h usability... no
# checking pam/pam_modules.h presence... no
# checking for pam/pam_modules.h... no
# checking des.h usability... no
# checking des.h presence... no
# checking for des.h... no
# checking crypt.h usability... yes
# checking crypt.h presence... yes
# checking for crypt.h... yes
# checking lber.h usability... no
# checking lber.h presence... no
# checking for lber.h... no
# checking ldap.h usability... no
# checking ldap.h presence... no
# checking for ldap.h... no
# configure: error: could not locate
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/pam_ldap/src/pam_ldap-186/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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --libdir=/usr/lib --with-ldap-conf-file=/etc/pam_ldap.conf --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 02de705fb8a7
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1345: checking build system type
# configure:1363: result: x86_64-unknown-linux-gnu
# configure:1371: checking host system type
# configure:1385: result: x86_64-unknown-linux-gnu
# configure:1393: checking target system type
# configure:1407: result: x86_64-unknown-linux-gnu
# configure:1437: checking for a BSD-compatible install
# configure:1492: result: /usr/bin/install -c
# configure:1503: checking whether build environment is sane
# configure:1546: result: yes
# configure:1570: WARNING: `missing' script is too old or missing
# configure:1611: checking for gawk
# configure:1627: found /usr/sbin/gawk
# configure:1637: result: gawk
# configure:1647: checking whether make sets $(MAKE)
# configure:1667: result: yes
# configure:1743: checking for x86_64-unknown-linux-strip
# configure:1772: result: no
# configure:1781: checking for strip
# configure:1797: found /sysroot/bin/strip
# configure:1808: result: strip
# configure:1846: checking for x86_64-unknown-linux-gcc
# configure:1872: result: clang
# configure:2154: checking for C compiler version
# configure:2157: clang --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2160: $? = 0
# configure:2162: clang -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2165: $? = 0
# configure:2167: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2170: $? = 1
# configure:2193: checking for C compiler default output file name
# configure:2196: clang conftest.c >&5
# configure:2199: $? = 0
# configure:2245: result: a.out
# configure:2250: checking whether the C compiler works
# configure:2256: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2259: $? = 127
# configure:2276: result: yes
# configure:2283: checking whether we are cross compiling
# configure:2285: result: yes
# configure:2288: checking for suffix of executables
# configure:2290: clang -o conftest conftest.c >&5
# configure:2293: $? = 0
# configure:2318: result:
# configure:2324: checking for suffix of object files
# configure:2345: clang -c conftest.c >&5
# configure:2348: $? = 0
# configure:2370: result: o
# configure:2374: checking whether we are using the GNU C compiler
# configure:2398: clang -c conftest.c >&5
# configure:2404: $? = 0
# configure:2408: test -z
# || test ! -s conftest.err
# configure:2411: $? = 0
# configure:2414: test -s conftest.o
# configure:2417: $? = 0
# configure:2430: result: yes
# configure:2436: checking whether clang accepts -g
# configure:2457: clang -c -g conftest.c >&5
# configure:2463: $? = 0
# configure:2467: test -z
# || test ! -s conftest.err
# configure:2470: $? = 0
# configure:2473: test -s conftest.o
# configure:2476: $? = 0
# configure:2487: result: yes
# configure:2504: checking for clang option to accept ANSI C
# configure:2574: clang -c conftest.c >&5
# configure:2580: $? = 0
# configure:2584: test -z
# || test ! -s conftest.err
# configure:2587: $? = 0
# configure:2590: test -s conftest.o
# configure:2593: $? = 0
# configure:2611: result: none needed
# configure:2629: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2635: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2779: checking for style of include used by make
# configure:2807: result: GNU
# configure:2835: checking dependency style of clang
# configure:2925: result: gcc3
# configure:2947: checking how to run the C preprocessor
# configure:2982: clang -E conftest.c
# configure:2988: $? = 0
# configure:3020: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3026: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | /* end confdefs.h. */
# | #include
# configure:3065: result: clang -E
# configure:3089: clang -E conftest.c
# configure:3095: $? = 0
# configure:3127: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3133: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | /* end confdefs.h. */
# | #include
# configure:3189: checking for a BSD-compatible install
# configure:3244: result: /usr/bin/install -c
# configure:3377: checking for egrep
# configure:3387: result: grep -E
# configure:3392: checking for ANSI C header files
# configure:3417: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3423: $? = 0
# configure:3427: test -z
# || test ! -s conftest.err
# configure:3430: $? = 0
# configure:3433: test -s conftest.o
# configure:3436: $? = 0
# configure:3548: result: yes
# configure:3572: checking for sys/types.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for sys/stat.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for stdlib.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for string.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for memory.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for strings.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for inttypes.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for stdint.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3572: checking for unistd.h
# configure:3588: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3594: $? = 0
# configure:3598: test -z
# || test ! -s conftest.err
# configure:3601: $? = 0
# configure:3604: test -s conftest.o
# configure:3607: $? = 0
# configure:3618: result: yes
# configure:3646: checking security/pam_appl.h usability
# configure:3658: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'security/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:3664: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3687: result: no
# configure:3691: checking security/pam_appl.h presence
# configure:3701: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'security/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:3707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3727: result: no
# configure:3762: checking for security/pam_appl.h
# configure:3769: result: no
# configure:3646: checking security/pam_misc.h usability
# configure:3658: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'security/pam_misc.h' file not found
# #include
# ^
# 1 error generated.
# configure:3664: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3687: result: no
# configure:3691: checking security/pam_misc.h presence
# configure:3701: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'security/pam_misc.h' file not found
# #include
# ^
# 1 error generated.
# configure:3707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3727: result: no
# configure:3762: checking for security/pam_misc.h
# configure:3769: result: no
# configure:3646: checking security/pam_modules.h usability
# configure:3658: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'security/pam_modules.h' file not found
# #include
# ^
# 1 error generated.
# configure:3664: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3687: result: no
# configure:3691: checking security/pam_modules.h presence
# configure:3701: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'security/pam_modules.h' file not found
# #include
# ^
# 1 error generated.
# configure:3707: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3727: result: no
# configure:3762: checking for security/pam_modules.h
# configure:3769: result: no
# configure:3798: checking pam/pam_appl.h usability
# configure:3810: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:3816: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3839: result: no
# configure:3843: checking pam/pam_appl.h presence
# configure:3853: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'pam/pam_appl.h' file not found
# #include
# ^
# 1 error generated.
# configure:3859: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3879: result: no
# configure:3914: checking for pam/pam_appl.h
# configure:3921: result: no
# configure:3798: checking pam/pam_misc.h usability
# configure:3810: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'pam/pam_misc.h' file not found
# #include
# ^
# 1 error generated.
# configure:3816: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3839: result: no
# configure:3843: checking pam/pam_misc.h presence
# configure:3853: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'pam/pam_misc.h' file not found
# #include
# ^
# 1 error generated.
# configure:3859: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3879: result: no
# configure:3914: checking for pam/pam_misc.h
# configure:3921: result: no
# configure:3798: checking pam/pam_modules.h usability
# configure:3810: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'pam/pam_modules.h' file not found
# #include
# ^
# 1 error generated.
# configure:3816: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3839: result: no
# configure:3843: checking pam/pam_modules.h presence
# configure:3853: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'pam/pam_modules.h' file not found
# #include
# ^
# 1 error generated.
# configure:3859: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:3879: result: no
# configure:3914: checking for pam/pam_modules.h
# configure:3921: result: no
# configure:3949: checking des.h usability
# configure:3961: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:56:10: fatal error: 'des.h' file not found
# #include
# ^
# 1 error generated.
# configure:3967: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3990: result: no
# configure:3994: checking des.h presence
# configure:4004: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:22:10: fatal error: 'des.h' file not found
# #include
# ^
# 1 error generated.
# configure:4010: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4030: result: no
# configure:4065: checking for des.h
# configure:4072: result: no
# configure:3949: checking crypt.h usability
# configure:3961: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# configure:3967: $? = 0
# configure:3971: test -z
# || test ! -s conftest.err
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3990: result: yes
# configure:3994: checking crypt.h presence
# configure:4004: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# configure:4010: $? = 0
# configure:4030: result: yes
# configure:4065: checking for crypt.h
# configure:4072: result: yes
# configure:4099: checking lber.h usability
# configure:4111: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:57:10: fatal error: 'lber.h' file not found
# #include
# ^
# 1 error generated.
# configure:4117: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #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_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4140: result: no
# configure:4144: checking lber.h presence
# configure:4154: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:23:10: fatal error: 'lber.h' file not found
# #include
# ^
# 1 error generated.
# configure:4160: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #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_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# configure:4180: result: no
# configure:4215: checking for lber.h
# configure:4222: result: no
# configure:4249: checking ldap.h usability
# configure:4261: clang -c -Wall -fPIC -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c >&5
# conftest.c:57:10: fatal error: 'ldap.h' file not found
# #include
# ^
# 1 error generated.
# configure:4267: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #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_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4290: result: no
# configure:4294: checking ldap.h presence
# configure:4304: clang -E -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT conftest.c
# conftest.c:23:10: fatal error: 'ldap.h' file not found
# #include
# ^
# 1 error generated.
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pam_ldap"
# | #define VERSION "185"
# | #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# | #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_CRYPT_H 1
# | /* end confdefs.h. */
# | #include
# configure:4330: result: no
# configure:4365: checking for ldap.h
# configure:4372: result: no
# configure:4382: error: could not locate
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=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=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_header_crypt_h=yes
# ac_cv_header_des_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_lber_h=no
# ac_cv_header_ldap_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_pam_pam_appl_h=no
# ac_cv_header_pam_pam_misc_h=no
# ac_cv_header_pam_pam_modules_h=no
# ac_cv_header_security_pam_appl_h=no
# ac_cv_header_security_pam_misc_h=no
# ac_cv_header_security_pam_modules_h=no
# 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_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='tar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -fPIC'
# CPP='clang -E'
# CPPFLAGS=' -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT'
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# EXTENSION_1_FALSE=''
# EXTENSION_1_TRUE='#'
# EXTENSION_SO_FALSE='#'
# EXTENSION_SO_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='makeinfo'
# OBJEXT='o'
# PACKAGE='pam_ldap'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NATIVE_LINKER_FALSE=''
# USE_NATIVE_LINKER_TRUE='#'
# VERSION='185'
# ac_ct_CC=''
# ac_ct_STRIP='strip'
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='NONE'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/pam_ldap/src/pam_ldap-186/install-sh'
# libdir='/usr/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pam_ldap_so_LD=''
# pam_ldap_so_LDFLAGS='-shared -Wl,-Bdynamic -Wl,--version-script,$(srcdir)/exports.linux'
# prefix='NONE'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_CRYPT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "pam_ldap"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PAM_LDAP_PATH_CONF "/etc/pam_ldap.conf"
# #define STDC_HEADERS 1
# #define VERSION "185"
#
# configure: exit 1