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.71. Invocation command line was $ ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/bin/apr-1-config ## --------- ## ## Platform. ## ## --------- ## hostname = wordpress uname -m = x86_64 uname -r = 3.10.0-1160.88.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Tue Mar 7 15:41:52 UTC 2023 /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/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /root/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2538: looking for aux files: install-sh config.guess config.sub configure:2551: trying ./build/ configure:2565: ./build/install.sh found configure:2580: ./build/config.guess found configure:2580: ./build/config.sub found configure:2954: checking build system type configure:2969: result: x86_64-pc-linux-gnu configure:2989: checking host system type configure:3003: result: x86_64-pc-linux-gnu configure:3023: checking target system type configure:3037: result: x86_64-pc-linux-gnu configure:3080: checking for a BSD-compatible install configure:3153: result: /usr/bin/install -c configure:3188: checking for working mkdir -p configure:3205: result: yes configure:3300: checking for chosen layout configure:3302: result: apr-util configure:3489: checking for gcc configure:3510: found /usr/bin/gcc configure:3521: result: gcc configure:3874: checking for C compiler version configure:3883: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:3894: $? = 0 configure:3883: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/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 --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:3894: $? = 0 configure:3883: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3894: $? = 4 configure:3883: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3894: $? = 4 configure:3883: gcc -version >&5 gcc: error: unrecognized command line option '-version' gcc: fatal error: no input files compilation terminated. configure:3894: $? = 4 configure:3914: checking whether the C compiler works configure:3936: gcc conftest.c >&5 configure:3940: $? = 0 configure:3990: result: yes configure:3993: checking for C compiler default output file name configure:3995: result: a.out configure:4001: checking for suffix of executables configure:4008: gcc -o conftest conftest.c >&5 configure:4012: $? = 0 configure:4035: result: configure:4057: checking whether we are cross compiling configure:4065: gcc -o conftest conftest.c >&5 configure:4069: $? = 0 configure:4076: ./conftest configure:4080: $? = 0 configure:4095: result: no configure:4100: checking for suffix of object files configure:4123: gcc -c conftest.c >&5 configure:4127: $? = 0 configure:4149: result: o configure:4153: checking whether the compiler supports GNU C configure:4173: gcc -c conftest.c >&5 configure:4173: $? = 0 configure:4183: result: yes configure:4194: checking whether gcc accepts -g configure:4215: gcc -c -g conftest.c >&5 configure:4215: $? = 0 configure:4259: result: yes configure:4279: checking for gcc option to enable C11 features configure:4294: gcc -c -g -O2 conftest.c >&5 conftest.c:61:3: error: #error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance" ^ conftest.c:116:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:165:3: error: #error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance" ^ conftest.c:196:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:196:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:230:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:230:18: error: 'newvar' undeclared (first use in this function) conftest.c:230:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:240:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:240:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4294: $? = 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. */ | | /* Does the compiler advertise C89 conformance? | Do not test the value of __STDC__, because some compilers set it to 0 | while being otherwise adequately conformant. */ | #if !defined __STDC__ | # error "Compiler does not advertise C89 conformance" | #endif | | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ | struct buf { int x; }; | struct buf * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not \xHH hex character constants. | These do not provoke an error unfortunately, instead are silently treated | as an "x". The following induces an error, until -std is added to get | proper ANSI mode. Curiously \x00 != x always comes out true, for an | array size at least. It is necessary to write \x00 == 0 to get something | that is true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), | int, int); | | // Does the compiler advertise C99 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L | # error "Compiler does not advertise C99 conformance" | #endif | | #include | extern int puts (const char *); | extern int printf (const char *, ...); | extern int dprintf (int, const char *, ...); | extern void *malloc (size_t); | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | // dprintf is used instead of fprintf to avoid needing to declare | // FILE and stderr. | #define debug(...) dprintf (2, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | #error "your preprocessor is broken" | #endif | #if BIG_OK | #else | #error "your preprocessor is broken" | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | | | // Does the compiler advertise C11 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L | # error "Compiler does not advertise C11 conformance" | #endif | | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | | int | main (int argc, char **argv) | { | int ok = 0; | | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); | | | // Check bool. | _Bool success = false; | success |= (argc != 0); | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[0] = argv[0][0]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | | _Static_assert ((offsetof (struct anonymous, i) | == offsetof (struct anonymous, w.k)), | "Anonymous union alignment botch"); | v1.i = 2; | v1.w.k = 5; | ok |= v1.i != 5; | | return ok; | } | configure:4294: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:4294: $? = 0 configure:4315: result: -std=gnu11 configure:4582: checking for APR configure:4662: result: yes configure:4929: checking for stdio.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for stdlib.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for string.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for inttypes.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for stdint.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for strings.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for sys/stat.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for sys/types.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4929: checking for unistd.h configure:4929: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:4929: $? = 0 configure:4929: result: yes configure:4954: checking for gcc -std=gnu11 options needed to detect all undeclared functions configure:4976: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:23:8: error: 'strchr' undeclared (first use in this function) (void) strchr; ^ conftest.c:23:8: note: each undeclared identifier is reported only once for each function it appears in configure:4976: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | | int | main (void) | { | (void) strchr; | ; | return 0; | } configure:5003: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:5003: $? = 0 configure:5020: result: none needed configure:6323: checking how to run the C preprocessor configure:6391: result: gcc -std=gnu11 -E configure:6405: gcc -std=gnu11 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c configure:6405: $? = 0 configure:6420: gcc -std=gnu11 -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c conftest.c:19:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:6420: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include configure:6451: checking for grep that handles long lines and -e configure:6515: result: /usr/bin/grep configure:6520: checking for egrep configure:6588: result: /usr/bin/grep -E configure:19421: checking for default DBM configure:19423: result: sdbm (default) configure:20276: checking for pg_config configure:20314: result: no configure:20369: checking for libpq-fe.h configure:20369: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c:47:22: fatal error: libpq-fe.h: No such file or directory #include ^ compilation terminated. configure:20369: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:20369: result: no configure:20489: checking for postgresql/libpq-fe.h configure:20489: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c:47:33: fatal error: postgresql/libpq-fe.h: No such file or directory #include ^ compilation terminated. configure:20489: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:20489: result: no configure:21485: checking for sqlite3.h configure:21485: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:21485: $? = 0 configure:21485: result: yes configure:21489: checking for sqlite3_open in -lsqlite3 configure:21512: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lsqlite3 >&5 configure:21512: $? = 0 configure:21522: result: yes configure:21758: checking for sqlite.h configure:21758: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c:48:20: fatal error: sqlite.h: No such file or directory #include ^ compilation terminated. configure:21758: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:21758: result: no configure:22977: checking for odbc_config configure:23015: result: no configure:23092: checking for sql.h configure:23092: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c:48:17: fatal error: sql.h: No such file or directory #include ^ compilation terminated. configure:23092: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:23092: result: no configure:23142: checking for odbc/sql.h configure:23142: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c:48:22: fatal error: odbc/sql.h: No such file or directory #include ^ compilation terminated. configure:23142: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:23142: result: no configure:23370: checking Expat 1.95.x configure:23391: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lexpat >&5 configure:23391: $? = 0 configure:23402: result: yes configure:23909: checking for iconv.h configure:23909: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:23909: $? = 0 configure:23909: result: yes configure:23931: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:23931: $? = 0 configure:24155: checking for type of inbuf parameter to iconv configure:24181: gcc -std=gnu11 -c -g -O2 -pthread -Werror -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:24181: $? = 0 configure:24200: result: char ** configure:24206: checking for iconv.h configure:24206: result: yes configure:24212: checking for langinfo.h configure:24212: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:24212: $? = 0 configure:24212: result: yes configure:24231: checking for nl_langinfo configure:24231: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:24231: $? = 0 configure:24231: result: yes configure:24249: checking for CODESET in langinfo.h configure:24276: result: yes configure:24301: checking whether APR has DSO support configure:24328: result: yes configure:24411: checking for library containing crypt configure:24441: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 /tmp/cc51ekdo.o: In function `main': /root/apr-util-1.6.3/conftest.c:34: undefined reference to `crypt' collect2: error: ld returned 1 exit status configure:24441: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_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. */ | char crypt (); | int | main (void) | { | return crypt (); | ; | return 0; | } configure:24441: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5 configure:24441: $? = 0 configure:24461: result: -lcrypt configure:24497: checking if system crypt() function is threadsafe configure:24507: result: no configure:24513: checking for crypt_r configure:24513: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5 configure:24513: $? = 0 configure:24513: result: yes configure:24526: checking style of crypt_r configure:24544: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:31:1: error: unknown type name 'CRYPTD' CRYPTD buffer; ^ conftest.c:32: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:27:0: /usr/include/crypt.h:60:14: note: expected 'struct crypt_data * restrict' but argument is of type 'int *' extern char *crypt_r (const char *__key, const char *__salt, ^ configure:24544: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_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 | int | main (void) | { | CRYPTD buffer; | crypt_r("passwd", "hash", &buffer); | ; | return 0; | } configure:24560: gcc -std=gnu11 -c -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 configure:24560: $? = 0 configure:24570: result: struct_crypt_data configure:24585: checking whether the compiler handles weak symbols configure:24608: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5 configure:24608: $? = 0 configure:24608: ./conftest configure:24608: $? = 0 configure:24619: result: yes configure:24628: checking for memset_s support configure:24652: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5 conftest.c: In function 'main': conftest.c:38:5: warning: implicit declaration of function 'memset_s' [-Wimplicit-function-declaration] return memset_s(buf, sizeof buf, 0, sizeof buf) != 0 || *buf != '\0'; ^ /tmp/cc7uVe6H.o: In function `main': /root/apr-util-1.6.3/conftest.c:38: undefined reference to `memset_s' collect2: error: ld returned 1 exit status configure:24652: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_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 | #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:24663: result: no configure:24672: checking for explicit_bzero support configure:24699: gcc -std=gnu11 -o conftest -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lcrypt >&5 conftest.c: In function 'main': conftest.c:40:5: warning: implicit declaration of function 'explicit_bzero' [-Wimplicit-function-declaration] explicit_bzero(buf, sizeof buf); ^ /tmp/cc9GlcIN.o: In function `main': /root/apr-util-1.6.3/conftest.c:40: undefined reference to `explicit_bzero' collect2: error: ld returned 1 exit status configure:24699: $? = 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 HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_SQLITE3_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 | #endif | #ifdef HAVE_STRINGS_H | #include | #endif | | int main(int argc, const char **argv) | { | char buf[1] = {1}; | explicit_bzero(buf, sizeof buf); | return *buf != '\0'; | } configure:24710: result: no configure:24945: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on wordpress config.status:927: creating Makefile config.status:927: creating export_vars.sh config.status:927: creating build/pkg/pkginfo config.status:927: creating apr-util.pc config.status:927: creating apu-1-config config.status:927: creating include/private/apu_select_dbm.h config.status:927: creating include/apr_ldap.h config.status:927: creating include/apu.h config.status:927: creating include/apu_want.h config.status:927: creating test/Makefile config.status:927: creating include/private/apu_config.h config.status:1116: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_undeclared_builtin_options='none needed' 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_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_libpq_fe_h=no ac_cv_header_odbc_sql_h=no ac_cv_header_postgresql_libpq_fe_h=no ac_cv_header_sql_h=no ac_cv_header_sqlite3_h=yes ac_cv_header_sqlite_h=no ac_cv_header_stdint_h=yes ac_cv_header_stdio_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_sqlite3_sqlite3_open=yes ac_cv_mkdir_p=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_CPP='gcc -std=gnu11 -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 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.3' APRUTIL_EXPORT_LIBS='-lexpat' APRUTIL_INCLUDES='' APRUTIL_LDFLAGS='' APRUTIL_LIBNAME='aprutil-${APRUTIL_MAJOR_VERSION}' APRUTIL_LIBS='-lexpat -lcrypt /usr/local/apr/lib/libapr-1.la -lrt -lpthread -ldl' APRUTIL_MAJOR_VERSION='1' APRUTIL_PRIV_INCLUDES='-I/root/apr-util-1.6.3/include -I/root/apr-util-1.6.3/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='${libdir}/apr-util-1' APU_HAVE_MODULES='yes' APU_LTVERSION='-version-info 6:3:6' APU_MODULES=' dbd/apr_dbd_sqlite3.la' CC='gcc -std=gnu11' CFLAGS='-g -O2 -pthread' CPP='gcc -std=gnu11 -E' CPPFLAGS=' -DLINUX -D_REENTRANT -D_GNU_SOURCE' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXTRA_OBJECTS='' GREP='/usr/bin/grep' INCLUDE_OUTPUTS='include /root/apr-util-1.6.3/build-outputs.mk' INCLUDE_RULES='include /root/apr-util-1.6.3/build/rules.mk' 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=' -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='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PGSQL_CONFIG='' PKG_CONFIG='' SHELL='/bin/sh' abs_builddir='/root/apr-util-1.6.3' abs_srcdir='/root/apr-util-1.6.3' ac_ct_CC='gcc' apr_shlibpath_var='LD_LIBRARY_PATH' apu_db_header='db.h' apu_db_version='0' apu_dbd_tests=' 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='0' 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='0' apu_have_oracle='0' apu_have_pgsql='0' apu_have_sdbm='1' apu_have_sqlite2='0' 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}' runstatedir='${localstatedir}/run' 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='/root/apr-util-1.6.3' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_SQLITE3_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