./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
--with-crypto --with-openssl=/usr/local/ssl

<snip>
  adding "-I/usr/local/ssl/include" to CPPFLAGS
  setting LDFLAGS to "-L/usr/local/ssl/lib "
configure: checking for openssl in /usr/local/ssl
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking for EVP_CIPHER_CTX_new in -lcrypto... no
checking whether EVP_PKEY_CTX_new is declared... yes
configure: error: Crypto was requested but no crypto library could be
enabled; specify the location of a crypto library using --with-openssl,
--with-nss, and/or --with-commoncrypto.

see config.log.1

But here's the strange thing:

When I specify --with-openssl=/usr/local/ssl/lib, the configure
completes successfully. see config.log.2

The problem now is that when I configure Apache httpd with this compiled
version of apr-util, Apache's configure uses the path /usr/local/ssl/lib
(as the openssl base path), even though I specified
--with-ssl=/usr/local/ssl on Apache's configure line.

As you can image, this is a slight problem, because
/usr/local/ssl/lib/lib does not exist.

Cheers,
  K. C.

-- 
regards Helmut K. C. Tessarek              KeyID 0xF7832007C11F128D
Key fingerprint = 28A3 1666 4FE8 D72C CFD5 8B23 F783 2007 C11F 128D

/*
   Thou shalt not follow the NULL pointer for chaos and madness
   await thee at its end.
*/
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr 
--with-crypto --with-openssl=/usr/local/ssl

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

hostname = atvie01s
uname -m = x86_64
uname -r = 3.16.3-200.fc20.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Sep 17 22:34:21 UTC 2014

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/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/lib64/ccache
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /root/bin


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

configure:2594: checking build system type
configure:2608: result: x86_64-pc-linux-gnu
configure:2628: checking host system type
configure:2641: result: x86_64-pc-linux-gnu
configure:2661: checking target system type
configure:2674: result: x86_64-pc-linux-gnu
configure:2716: checking for a BSD-compatible install
configure:2784: result: /bin/install -c
configure:2819: checking for working mkdir -p
configure:2835: result: yes
configure:2929: checking for chosen layout
configure:2931: result: apr-util
configure:3103: checking for gcc
configure:3119: found /usr/lib64/ccache/gcc
configure:3130: result: gcc
configure:3359: checking for C compiler version
configure:3368: gcc --version >&5
gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3379: $? = 0
configure:3368: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.3/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id --with-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --enable-java-awt=gtk --disable-dssi 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/cloog-install
 --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) 
configure:3379: $? = 0
configure:3368: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3379: $? = 4
configure:3368: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3379: $? = 4
configure:3399: checking whether the C compiler works
configure:3421: gcc    conftest.c  >&5
configure:3425: $? = 0
configure:3473: result: yes
configure:3476: checking for C compiler default output file name
configure:3478: result: a.out
configure:3484: checking for suffix of executables
configure:3491: gcc -o conftest    conftest.c  >&5
configure:3495: $? = 0
configure:3517: result: 
configure:3539: checking whether we are cross compiling
configure:3547: gcc -o conftest    conftest.c  >&5
configure:3551: $? = 0
configure:3558: ./conftest
configure:3562: $? = 0
configure:3577: result: no
configure:3582: checking for suffix of object files
configure:3604: gcc -c   conftest.c >&5
configure:3608: $? = 0
configure:3629: result: o
configure:3633: checking whether we are using the GNU C compiler
configure:3652: gcc -c   conftest.c >&5
configure:3652: $? = 0
configure:3661: result: yes
configure:3670: checking whether gcc accepts -g
configure:3690: gcc -c -g  conftest.c >&5
configure:3690: $? = 0
configure:3731: result: yes
configure:3748: checking for gcc option to accept ISO C89
configure:3811: gcc  -c -g -O2  conftest.c >&5
configure:3811: $? = 0
configure:3824: result: none needed
configure:4001: checking for APR
configure:4080: result: yes
configure:4347: checking how to run the C preprocessor
configure:4417: result: gcc -E
configure:4437: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:4437: $? = 0
configure:4451: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4480: checking for grep that handles long lines and -e
configure:4538: result: /bin/grep
configure:4543: checking for egrep
configure:4605: result: /bin/grep -E
configure:4610: checking for ANSI C header files
configure:4630: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4630: $? = 0
configure:4703: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  >&5
configure:4703: $? = 0
configure:4703: ./conftest
configure:4703: $? = 0
configure:4714: result: yes
configure:4727: checking for sys/types.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for sys/stat.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for stdlib.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for string.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for memory.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for strings.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for inttypes.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for stdint.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for unistd.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4938: checking for openssl in /usr/local/ssl
configure:4942: checking openssl/x509.h usability
configure:4942: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/include conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking openssl/x509.h presence
configure:4942: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/include conftest.c
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for openssl/x509.h
configure:4942: result: yes
configure:4952: checking for EVP_CIPHER_CTX_new in -lcrypto
configure:4977: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE -I/usr/local/ssl/include -L/usr/local/ssl/lib  conftest.c 
-lcrypto   >&5
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_globallookup':
dso_dlfcn.c:(.text+0x11): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0x24): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x2f): undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.c:(.text+0x354): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x412): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.c:(.text+0x484): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x542): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.c:(.text+0x5a9): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0x60d): undefined reference to `dlclose'
dso_dlfcn.c:(.text+0x645): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_pathbyaddr':
dso_dlfcn.c:(.text+0x6d1): undefined reference to `dladdr'
dso_dlfcn.c:(.text+0x731): undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.c:(.text+0x792): undefined reference to `dlclose'
collect2: error: ld returned 1 exit status
configure:4977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char EVP_CIPHER_CTX_new ();
| int
| main ()
| {
| return EVP_CIPHER_CTX_new ();
|   ;
|   return 0;
| }
configure:4986: result: no
configure:5077: checking whether EVP_PKEY_CTX_new is declared
configure:5077: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/include conftest.c >&5
configure:5077: $? = 0
configure:5077: result: yes
configure:6008: error: Crypto was requested but no crypto library could be 
enabled; specify the location of a crypto library using --with-openssl, 
--with-nss, and/or --with-commoncrypto.

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_have_decl_EVP_PKEY_CTX_new=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_x509_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_host=x86_64-pc-linux-gnu
ac_cv_lib_crypto_EVP_CIPHER_CTX_new=no
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-pc-linux-gnu

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

APRUTIL_DOTTED_VERSION='1.6.1'
APRUTIL_EXPORT_LIBS=''
APRUTIL_INCLUDES=''
APRUTIL_LDFLAGS=''
APRUTIL_LIBNAME=''
APRUTIL_LIBS=''
APRUTIL_MAJOR_VERSION='1'
APRUTIL_PRIV_INCLUDES='-I/ext/apr-util-1.6.1/include 
-I/ext/apr-util-1.6.1/include/private'
APR_BUILD_DIR='/usr/local/apr/build-1'
APR_ICONV_DIR=''
APR_INCLUDES=' -I/usr/local/apr/include/apr-1 '
APR_LIBS=' /usr/local/apr/lib/libapr-1.la -lrt -lcrypt  -lpthread -ldl'
APU_CONFIG_LOCATION='source'
APU_DSO_LIBDIR=''
APU_HAVE_MODULES=''
APU_LTVERSION='-version-info 6:1:6'
APU_MODULES=''
CC='gcc'
CFLAGS='-g -O2 -pthread'
CPP='gcc -E'
CPPFLAGS=' -DLINUX -D_REENTRANT -D_GNU_SOURCE'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_OBJECTS=''
GREP='/bin/grep'
INCLUDE_OUTPUTS=''
INCLUDE_RULES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDADD_crypto_commoncrypto=''
LDADD_crypto_nss=''
LDADD_crypto_openssl=''
LDADD_dbd_mysql=''
LDADD_dbd_odbc=''
LDADD_dbd_oracle=''
LDADD_dbd_pgsql=''
LDADD_dbd_sqlite2=''
LDADD_dbd_sqlite3=''
LDADD_dbm_db=''
LDADD_dbm_gdbm=''
LDADD_dbm_ndbm=''
LDADD_ldap=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
LT_NO_INSTALL='-no-install'
MYSQL_CONFIG=''
OBJEXT='o'
ODBC_CONFIG=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGSQL_CONFIG=''
PKG_CONFIG=''
SHELL='/bin/sh'
abs_builddir='/ext/apr-util-1.6.1'
abs_srcdir='/ext/apr-util-1.6.1'
ac_ct_CC='gcc'
apr_shlibpath_var='LD_LIBRARY_PATH'
apu_db_header=''
apu_db_version=''
apu_dbd_tests=''
apu_has_ldap=''
apu_has_ldap_microsoft=''
apu_has_ldap_mozilla=''
apu_has_ldap_netscape=''
apu_has_ldap_novell=''
apu_has_ldap_openldap=''
apu_has_ldap_other=''
apu_has_ldap_solaris=''
apu_has_ldap_sslinit=''
apu_has_ldap_start_tls_s=''
apu_has_ldap_tivoli=''
apu_has_ldap_zos=''
apu_has_ldapssl_add_trusted_cert=''
apu_has_ldapssl_client_deinit=''
apu_has_ldapssl_client_init=''
apu_has_ldapssl_init=''
apu_has_ldapssl_install_routines=''
apu_have_commoncrypto='0'
apu_have_crypto='0'
apu_have_db=''
apu_have_gdbm=''
apu_have_mysql=''
apu_have_ndbm=''
apu_have_nss='0'
apu_have_odbc=''
apu_have_openssl='0'
apu_have_oracle=''
apu_have_pgsql=''
apu_have_sdbm=''
apu_have_sqlite2=''
apu_have_sqlite3=''
apu_use_db=''
apu_use_gdbm=''
apu_use_ndbm=''
apu_use_sdbm=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_apr_iconv=''
have_iconv=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include/apr-${APRUTIL_MAJOR_VERSION}'
infodir='${datarootdir}/info'
lber_h=''
ldap_h=''
ldap_ssl_h=''
lib_target=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localedir='${datarootdir}/locale'
localstatedir='${prefix}'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/apr-util'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/bin'
sharedstatedir='${prefix}/com'
so_ext=''
sysconfdir='${prefix}/conf'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
top_builddir='/ext/apr-util-1.6.1'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_OPENSSL_X509_H 1
#define HAVE_DECL_EVP_PKEY_CTX_NEW 1

configure: exit 1
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr 
--with-crypto --with-openssl=/usr/local/ssl/lib

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

hostname = atvie01s
uname -m = x86_64
uname -r = 3.16.3-200.fc20.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Sep 17 22:34:21 UTC 2014

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/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/lib64/ccache
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /root/bin


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

configure:2594: checking build system type
configure:2608: result: x86_64-pc-linux-gnu
configure:2628: checking host system type
configure:2641: result: x86_64-pc-linux-gnu
configure:2661: checking target system type
configure:2674: result: x86_64-pc-linux-gnu
configure:2716: checking for a BSD-compatible install
configure:2784: result: /bin/install -c
configure:2819: checking for working mkdir -p
configure:2835: result: yes
configure:2929: checking for chosen layout
configure:2931: result: apr-util
configure:3103: checking for gcc
configure:3119: found /usr/lib64/ccache/gcc
configure:3130: result: gcc
configure:3359: checking for C compiler version
configure:3368: gcc --version >&5
gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3379: $? = 0
configure:3368: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.3/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id --with-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --enable-java-awt=gtk --disable-dssi 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre 
--enable-libgcj-multifile --enable-java-maintainer-mode 
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib 
--with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/cloog-install
 --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) 
configure:3379: $? = 0
configure:3368: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3379: $? = 4
configure:3368: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3379: $? = 4
configure:3399: checking whether the C compiler works
configure:3421: gcc    conftest.c  >&5
configure:3425: $? = 0
configure:3473: result: yes
configure:3476: checking for C compiler default output file name
configure:3478: result: a.out
configure:3484: checking for suffix of executables
configure:3491: gcc -o conftest    conftest.c  >&5
configure:3495: $? = 0
configure:3517: result: 
configure:3539: checking whether we are cross compiling
configure:3547: gcc -o conftest    conftest.c  >&5
configure:3551: $? = 0
configure:3558: ./conftest
configure:3562: $? = 0
configure:3577: result: no
configure:3582: checking for suffix of object files
configure:3604: gcc -c   conftest.c >&5
configure:3608: $? = 0
configure:3629: result: o
configure:3633: checking whether we are using the GNU C compiler
configure:3652: gcc -c   conftest.c >&5
configure:3652: $? = 0
configure:3661: result: yes
configure:3670: checking whether gcc accepts -g
configure:3690: gcc -c -g  conftest.c >&5
configure:3690: $? = 0
configure:3731: result: yes
configure:3748: checking for gcc option to accept ISO C89
configure:3811: gcc  -c -g -O2  conftest.c >&5
configure:3811: $? = 0
configure:3824: result: none needed
configure:4001: checking for APR
configure:4080: result: yes
configure:4347: checking how to run the C preprocessor
configure:4417: result: gcc -E
configure:4437: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:4437: $? = 0
configure:4451: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4451: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4480: checking for grep that handles long lines and -e
configure:4538: result: /bin/grep
configure:4543: checking for egrep
configure:4605: result: /bin/grep -E
configure:4610: checking for ANSI C header files
configure:4630: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4630: $? = 0
configure:4703: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  >&5
configure:4703: $? = 0
configure:4703: ./conftest
configure:4703: $? = 0
configure:4714: result: yes
configure:4727: checking for sys/types.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for sys/stat.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for stdlib.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for string.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for memory.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for strings.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for inttypes.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for stdint.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4727: checking for unistd.h
configure:4727: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:4727: $? = 0
configure:4727: result: yes
configure:4938: checking for openssl in /usr/local/ssl/lib
configure:4942: checking openssl/x509.h usability
configure:4942: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/lib/include conftest.c >&5
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking openssl/x509.h presence
configure:4942: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/lib/include conftest.c
configure:4942: $? = 0
configure:4942: result: yes
configure:4942: checking for openssl/x509.h
configure:4942: result: yes
configure:4952: checking for EVP_CIPHER_CTX_new in -lcrypto
configure:4977: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE -I/usr/local/ssl/lib/include -L/usr/local/ssl/lib/lib  conftest.c 
-lcrypto   >&5
configure:4977: $? = 0
configure:4986: result: yes
configure:4989: checking for SSL_accept in -lssl
configure:5014: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE -I/usr/local/ssl/lib/include -L/usr/local/ssl/lib/lib  conftest.c 
-lssl -lcrypto  >&5
configure:5014: $? = 0
configure:5023: result: yes
configure:5077: checking whether EVP_PKEY_CTX_new is declared
configure:5077: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/lib/include conftest.c >&5
configure:5077: $? = 0
configure:5077: result: yes
configure:5125: checking for const input buffers in OpenSSL
configure:5148: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/local/ssl/lib/include conftest.c >&5
configure:5148: $? = 0
configure:5149: result: yes
configure:18781: checking for default DBM
configure:18783: result: sdbm (default)
configure:19633: checking for pg_config
configure:19651: found /bin/pg_config
configure:19663: result: /bin/pg_config
configure:19721: checking libpq-fe.h usability
configure:19721: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/include conftest.c >&5
configure:19721: $? = 0
configure:19721: result: yes
configure:19721: checking libpq-fe.h presence
configure:19721: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include 
conftest.c
configure:19721: $? = 0
configure:19721: result: yes
configure:19721: checking for libpq-fe.h
configure:19721: result: yes
configure:19727: checking for PQsendQueryPrepared in -lpq
configure:19752: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE -I/usr/include -L/usr/lib64 conftest.c -lpq   >&5
configure:19752: $? = 0
configure:19761: result: yes
configure:20739: checking sqlite3.h usability
configure:20739: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:20739: $? = 0
configure:20739: result: yes
configure:20739: checking sqlite3.h presence
configure:20739: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:20739: $? = 0
configure:20739: result: yes
configure:20739: checking for sqlite3.h
configure:20739: result: yes
configure:20744: checking for sqlite3_open in -lsqlite3
configure:20769: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lsqlite3   >&5
configure:20769: $? = 0
configure:20778: result: yes
configure:21017: checking sqlite.h usability
configure:21017: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:21017: $? = 0
configure:21017: result: yes
configure:21017: checking sqlite.h presence
configure:21017: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:21017: $? = 0
configure:21017: result: yes
configure:21017: checking for sqlite.h
configure:21017: result: yes
configure:21022: checking for sqlite_open in -lsqlite
configure:21047: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lsqlite   >&5
configure:21047: $? = 0
configure:21056: result: yes
configure:22237: checking for odbc_config
configure:22255: found /bin/odbc_config
configure:22267: result: /bin/odbc_config
configure:22347: checking sql.h usability
configure:22347: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/include conftest.c >&5
conftest.c:58:17: fatal error: sql.h: No such file or directory
 #include <sql.h>
                 ^
compilation terminated.
configure:22347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sql.h>
configure:22347: result: no
configure:22347: checking sql.h presence
configure:22347: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include 
conftest.c
conftest.c:25:17: fatal error: sql.h: No such file or directory
 #include <sql.h>
                 ^
compilation terminated.
configure:22347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| /* end confdefs.h.  */
| #include <sql.h>
configure:22347: result: no
configure:22347: checking for sql.h
configure:22347: result: no
configure:22399: checking odbc/sql.h usability
configure:22399: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/include conftest.c >&5
conftest.c:58:22: fatal error: odbc/sql.h: No such file or directory
 #include <odbc/sql.h>
                      ^
compilation terminated.
configure:22399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <odbc/sql.h>
configure:22399: result: no
configure:22399: checking odbc/sql.h presence
configure:22399: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include 
conftest.c
conftest.c:25:22: fatal error: odbc/sql.h: No such file or directory
 #include <odbc/sql.h>
                      ^
compilation terminated.
configure:22399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| /* end confdefs.h.  */
| #include <odbc/sql.h>
configure:22399: result: no
configure:22399: checking for odbc/sql.h
configure:22399: result: no
configure:22628: checking Expat 1.95.x
configure:22648: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  -lexpat >&5
configure:22648: $? = 0
configure:22658: result: yes
configure:23156: checking iconv.h usability
configure:23156: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:23156: $? = 0
configure:23156: result: yes
configure:23156: checking iconv.h presence
configure:23156: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:23156: $? = 0
configure:23156: result: yes
configure:23156: checking for iconv.h
configure:23156: result: yes
configure:23177: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  >&5
configure:23177: $? = 0
configure:23400: checking for type of inbuf parameter to iconv
configure:23423: gcc -c -g -O2 -pthread  -Werror  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE conftest.c >&5
configure:23423: $? = 0
configure:23440: result: char **
configure:23449: checking for iconv.h
configure:23449: result: yes
configure:23449: checking langinfo.h usability
configure:23449: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:23449: $? = 0
configure:23449: result: yes
configure:23449: checking langinfo.h presence
configure:23449: gcc -E  -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:23449: $? = 0
configure:23449: result: yes
configure:23449: checking for langinfo.h
configure:23449: result: yes
configure:23473: checking for nl_langinfo
configure:23473: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  >&5
configure:23473: $? = 0
configure:23473: result: yes
configure:23493: checking for CODESET in langinfo.h
configure:23518: result: yes
configure:23542: checking whether APR has DSO support
configure:23567: result: yes
configure:23652: checking for library containing crypt
configure:23683: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c  >&5
/tmp/ccOTwuwx.o: In function `main':
/ext/apr-util-1.6.1/conftest.c:42: undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure:23683: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_CODESET 1
| #define APU_DSO_BUILD 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char crypt ();
| int
| main ()
| {
| return crypt ();
|   ;
|   return 0;
| }
configure:23683: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lcrypt   >&5
configure:23683: $? = 0
configure:23700: result: -lcrypt
configure:23708: checking if system crypt() function is threadsafe
configure:23718: result: no
configure:23723: checking for crypt_r
configure:23723: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lcrypt  >&5
configure:23723: $? = 0
configure:23723: result: yes
configure:23737: checking style of crypt_r
configure:23754: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:1: error: unknown type name 'CRYPTD'
 CRYPTD buffer;
 ^
conftest.c:37:3: warning: passing argument 3 of 'crypt_r' from incompatible 
pointer type [enabled by default]
   crypt_r("passwd", "hash", &buffer);
   ^
In file included from conftest.c:32:0:
/usr/include/crypt.h:59:14: note: expected 'struct crypt_data * __restrict__' 
but argument is of type 'int *'
 extern char *crypt_r (const char *__key, const char *__salt,
              ^
configure:23754: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_CODESET 1
| #define APU_DSO_BUILD 1
| #define HAVE_CRYPT_R 1
| /* end confdefs.h.  */
| #include <crypt.h>
| int
| main ()
| {
| CRYPTD buffer;
|   crypt_r("passwd", "hash", &buffer);
|   ;
|   return 0;
| }
configure:23769: gcc -c -g -O2 -pthread  -DLINUX -D_REENTRANT -D_GNU_SOURCE 
conftest.c >&5
configure:23769: $? = 0
configure:23778: result: struct_crypt_data
configure:23793: checking whether the compiler handles weak symbols
configure:23814: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lcrypt  >&5
configure:23814: $? = 0
configure:23814: ./conftest
configure:23814: $? = 0
configure:23824: result: yes
configure:23833: checking for memset_s support
configure:23855: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lcrypt  >&5
/tmp/ccNhV1db.o: In function `main':
/ext/apr-util-1.6.1/conftest.c:43: undefined reference to `memset_s'
collect2: error: ld returned 1 exit status
configure:23855: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_CODESET 1
| #define APU_DSO_BUILD 1
| #define HAVE_CRYPT_R 1
| #define CRYPT_R_STRUCT_CRYPT_DATA 1
| #define HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_STRING_H
| #define __STDC_WANT_LIB_EXT1__ 1
| #include <string.h>
| #endif
| 
| int main(int argc, const char **argv)
| {
|     char buf[1] = {1};
|     return memset_s(buf, sizeof buf, 0, sizeof buf) != 0 || *buf != '\0';
| }
configure:23865: result: no
configure:23874: checking for explicit_bzero support
configure:23899: gcc -o conftest -g -O2 -pthread  -DLINUX -D_REENTRANT 
-D_GNU_SOURCE  conftest.c -lcrypt  >&5
/tmp/ccvNTZOm.o: In function `main':
/ext/apr-util-1.6.1/conftest.c:45: undefined reference to `explicit_bzero'
collect2: error: ld returned 1 exit status
configure:23899: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_OPENSSL_X509_H 1
| #define HAVE_DECL_EVP_PKEY_CTX_NEW 1
| #define CRYPTO_OPENSSL_CONST_BUFFERS 1
| #define HAVE_LIBPQ_FE_H 1
| #define HAVE_SQLITE3_H 1
| #define HAVE_SQLITE_H 1
| #define HAVE_EXPAT_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_CODESET 1
| #define APU_DSO_BUILD 1
| #define HAVE_CRYPT_R 1
| #define CRYPT_R_STRUCT_CRYPT_DATA 1
| #define HAVE_WEAK_SYMBOLS 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_STRING_H
| #include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| #include <strings.h>
| #endif
| 
| int main(int argc, const char **argv)
| {
|     char buf[1] = {1};
|     explicit_bzero(buf, sizeof buf);
|     return *buf != '\0';
| }
configure:23909: result: no
configure:24146: creating ./config.status

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

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

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

on atvie01s

config.status:938: creating Makefile
config.status:938: creating export_vars.sh
config.status:938: creating build/pkg/pkginfo
config.status:938: creating apr-util.pc
config.status:938: creating apu-1-config
config.status:938: creating include/private/apu_select_dbm.h
config.status:938: creating include/apr_ldap.h
config.status:938: creating include/apu.h
config.status:938: creating include/apu_want.h
config.status:938: creating test/Makefile
config.status:938: creating include/private/apu_config.h
config.status:1113: include/private/apu_config.h is unchanged
config.status:1127: executing default commands

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_define_CODESET=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_crypt_r=yes
ac_cv_func_nl_langinfo=yes
ac_cv_have_decl_EVP_PKEY_CTX_new=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_odbc_sql_h=no
ac_cv_header_openssl_x509_h=yes
ac_cv_header_sql_h=no
ac_cv_header_sqlite3_h=yes
ac_cv_header_sqlite_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_host=x86_64-pc-linux-gnu
ac_cv_lib_crypto_EVP_CIPHER_CTX_new=yes
ac_cv_lib_pq_PQsendQueryPrepared=yes
ac_cv_lib_sqlite3_sqlite3_open=yes
ac_cv_lib_sqlite_sqlite_open=yes
ac_cv_lib_ssl_SSL_accept=yes
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ODBC_CONFIG=/bin/odbc_config
ac_cv_path_PGSQL_CONFIG=/bin/pg_config
ac_cv_path_install='/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_search_crypt=-lcrypt
ac_cv_target=x86_64-pc-linux-gnu
apr_cv_crypt_r_style=struct_crypt_data
apu_cv_aprdso=yes
apu_cv_expat_system=yes
apu_cv_explicit_bzero=no
apu_cv_memset_s=no
apu_cv_weak_symbols=yes

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

APRUTIL_DOTTED_VERSION='1.6.1'
APRUTIL_EXPORT_LIBS='-lexpat'
APRUTIL_INCLUDES='-I/usr/local/ssl/lib/include'
APRUTIL_LDFLAGS='-L/usr/local/ssl/lib/lib'
APRUTIL_LIBNAME='aprutil-${APRUTIL_MAJOR_VERSION}'
APRUTIL_LIBS='-lexpat /usr/local/apr/lib/libapr-1.la -lrt -lcrypt -lpthread 
-ldl'
APRUTIL_MAJOR_VERSION='1'
APRUTIL_PRIV_INCLUDES='-I/ext/apr-util-1.6.1/include 
-I/ext/apr-util-1.6.1/include/private -I/usr/include'
APR_BUILD_DIR='/usr/local/apr/build-1'
APR_ICONV_DIR=''
APR_INCLUDES=' -I/usr/local/apr/include/apr-1 '
APR_LIBS=' /usr/local/apr/lib/libapr-1.la -lrt -lcrypt  -lpthread -ldl'
APU_CONFIG_LOCATION='source'
APU_DSO_LIBDIR='${libdir}/apr-util-1'
APU_HAVE_MODULES='yes'
APU_LTVERSION='-version-info 6:1:6'
APU_MODULES='  crypto/apr_crypto_openssl.la dbd/apr_dbd_pgsql.la 
dbd/apr_dbd_sqlite2.la dbd/apr_dbd_sqlite3.la'
CC='gcc'
CFLAGS='-g -O2 -pthread'
CPP='gcc -E'
CPPFLAGS=' -DLINUX -D_REENTRANT -D_GNU_SOURCE'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_OBJECTS=''
GREP='/bin/grep'
INCLUDE_OUTPUTS='include /ext/apr-util-1.6.1/build-outputs.mk'
INCLUDE_RULES='include /ext/apr-util-1.6.1/build/rules.mk'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDADD_crypto_commoncrypto=''
LDADD_crypto_nss=''
LDADD_crypto_openssl='-L/usr/local/ssl/lib/lib  -lssl -lcrypto'
LDADD_dbd_mysql=''
LDADD_dbd_odbc=''
LDADD_dbd_oracle=''
LDADD_dbd_pgsql='-L/usr/lib64 -lpq '
LDADD_dbd_sqlite2=' -lsqlite'
LDADD_dbd_sqlite3=' -lsqlite3'
LDADD_dbm_db=''
LDADD_dbm_gdbm=''
LDADD_dbm_ndbm=''
LDADD_ldap=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lcrypt '
LTLIBOBJS=''
LT_NO_INSTALL='-no-install'
MYSQL_CONFIG=''
OBJEXT='o'
ODBC_CONFIG='/bin/odbc_config'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PGSQL_CONFIG='/bin/pg_config'
PKG_CONFIG=''
SHELL='/bin/sh'
abs_builddir='/ext/apr-util-1.6.1'
abs_srcdir='/ext/apr-util-1.6.1'
ac_ct_CC='gcc'
apr_shlibpath_var='LD_LIBRARY_PATH'
apu_db_header='db.h'
apu_db_version='0'
apu_dbd_tests=' pgsql sqlite2 sqlite3'
apu_has_ldap='0'
apu_has_ldap_microsoft='0'
apu_has_ldap_mozilla='0'
apu_has_ldap_netscape='0'
apu_has_ldap_novell='0'
apu_has_ldap_openldap='0'
apu_has_ldap_other='0'
apu_has_ldap_solaris='0'
apu_has_ldap_sslinit='0'
apu_has_ldap_start_tls_s='0'
apu_has_ldap_tivoli='0'
apu_has_ldap_zos='0'
apu_has_ldapssl_add_trusted_cert='0'
apu_has_ldapssl_client_deinit='0'
apu_has_ldapssl_client_init='0'
apu_has_ldapssl_init='0'
apu_has_ldapssl_install_routines='0'
apu_have_commoncrypto='0'
apu_have_crypto='1'
apu_have_db='0'
apu_have_gdbm='0'
apu_have_mysql='0'
apu_have_ndbm='0'
apu_have_nss='0'
apu_have_odbc='0'
apu_have_openssl='1'
apu_have_oracle='0'
apu_have_pgsql='1'
apu_have_sdbm='1'
apu_have_sqlite2='1'
apu_have_sqlite3='1'
apu_use_db='0'
apu_use_gdbm='0'
apu_use_ndbm='0'
apu_use_sdbm='1'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_apr_iconv='0'
have_iconv='1'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include/apr-${APRUTIL_MAJOR_VERSION}'
infodir='${datarootdir}/info'
lber_h=''
ldap_h=''
ldap_ssl_h=''
lib_target='-rpath $(libdir) $(OBJECTS)'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localedir='${datarootdir}/locale'
localstatedir='${prefix}'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/apr-util'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/bin'
sharedstatedir='${prefix}/com'
so_ext='lo'
sysconfdir='${prefix}/conf'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
top_builddir='/ext/apr-util-1.6.1'

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_OPENSSL_X509_H 1
#define HAVE_DECL_EVP_PKEY_CTX_NEW 1
#define CRYPTO_OPENSSL_CONST_BUFFERS 1
#define HAVE_LIBPQ_FE_H 1
#define HAVE_SQLITE3_H 1
#define HAVE_SQLITE_H 1
#define HAVE_EXPAT_H 1
#define HAVE_ICONV_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_NL_LANGINFO 1
#define HAVE_CODESET 1
#define APU_DSO_BUILD 1
#define HAVE_CRYPT_R 1
#define CRYPT_R_STRUCT_CRYPT_DATA 1
#define HAVE_WEAK_SYMBOLS 1
#define APU_DSO_LIBDIR "/usr/local/apr-util/lib/apr-util-1"

configure: exit 0

Reply via email to