Project

General

Profile

Bug #3171 » config.log

dani254, 2022-09-05 10:02

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

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

$ ./configure --host=powerpc-linux --build=i386-gnu-linux --prefix=/usr --libdir=/lib/lighttpd --sysconfdir=/etc/lighttpd --with-pam --disable-lfs --without-pcre --without-pcre2 --without-bzip2 --without-zlib --with-openssl=/tmp/NMS/powerpc/eldk-5.5.3

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

hostname = schmitt
uname -m = x86_64
uname -r = 5.14.21-150400.24.18-default
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Thu Aug 4 14:17:48 UTC 2022 (e9f7bfc)

/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: /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux
PATH: /opt/repo/git_repo
PATH: /opt/ENTWICKLUNG/ELDKs/tools
PATH: /home/dani/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin


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

configure:2506: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
|
| ac_config_site_64bit_host=NONE
|
| case "$host" in
| "" )
| # User did not specify host target.
| # The native platform x86_64 is a bi-arch platform.
| # Try to detect cross-compilation to inferior architecture.
|
| # We are trying to guess 32-bit target compilation. It's not as easy as
| # it sounds, as there is possible several intermediate combinations.
| ac_config_site_cross_to_32bit_host=NONE
|
| # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
| # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| case "$CFLAGS $CXXFLAGS $CC $CXX" in
| *-m32*)
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| # Running with linux32:
| # (Changes detected platform, but not the toolchain target.)
| case "`/bin/uname -i`" in
| x86_64 | ppc64 | s390x | aarch64 )
| ;;
| * )
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| ac_config_site_64bit_host=YES
| fi
|
| ;;
| *x86_64* | *ppc64* | *s390x* | *aarch64* )
| ac_config_site_64bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_64bit_host" = xYES; then
| libdir='${exec_prefix}/lib64'
| fi
| fi
|
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
|
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| libexecdir='${exec_prefix}/lib'
| fi
|
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| ac_site_file1=$prefix/share/config.site
| ac_site_file2=$prefix/etc/config.site
| else
| ac_site_file1=$ac_default_prefix/share/config.site
| ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| test "x$ac_site_file" = xNONE && continue
| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| sed 's/^/| /' "$ac_site_file" >&5
| . "$ac_site_file" \
| || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| fi
| done
configure:2640: checking build system type
configure:2654: result: i386-gnu-linux-gnu
configure:2674: checking host system type
configure:2687: result: powerpc-unknown-linux-gnu
configure:2724: checking for a BSD-compatible install
configure:2792: result: /usr/bin/install -c
configure:2803: checking whether build environment is sane
configure:2858: result: yes
configure:2917: checking for powerpc-linux-strip
configure:2933: found /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-strip
configure:2944: result: powerpc-linux-strip
configure:3009: checking for a thread-safe mkdir -p
configure:3048: result: /usr/bin/mkdir -p
configure:3055: checking for gawk
configure:3071: found /usr/bin/gawk
configure:3082: result: gawk
configure:3093: checking whether make sets $(MAKE)
configure:3115: result: yes
configure:3144: checking whether make supports nested variables
configure:3161: result: yes
configure:3250: checking whether UID '1004' is supported by ustar format
configure:3253: result: yes
configure:3260: checking whether GID '100' is supported by ustar format
configure:3263: result: yes
configure:3271: checking how to create a ustar tar archive
configure:3282: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3285: $? = 0
configure:3325: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3328: $? = 0
configure:3332: tar -xf - <conftest.tar
configure:3335: $? = 0
configure:3337: cat conftest.dir/file
GrepMe
configure:3340: $? = 0
configure:3353: result: gnutar
configure:3416: checking for powerpc-linux-gcc
configure:3432: found /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-gcc
configure:3443: result: powerpc-linux-gcc
configure:3712: checking for C compiler version
configure:3721: powerpc-linux-gcc --version >&5
powerpc-linux-gcc (GCC) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3732: $? = 0
configure:3721: powerpc-linux-gcc -v >&5
Using built-in specs.
COLLECT_GCC=powerpc-linux-gcc
COLLECT_LTO_WRAPPER=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/lto-wrapper
Target: powerpc-linux
Configured with: /opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/work-shared/gcc-4.8.1-r0/gcc-4.8.1/configure --build=x86_64-linux --host=i686-eldk-linux --target=powerpc-linux --prefix=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr --exec_prefix=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr --bindir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux --sbindir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux --libexecdir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux --datadir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/share --sysconfdir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/etc --sharedstatedir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/com --localstatedir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/var --libdir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/lib/powerpc-linux --includedir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/include --oldincludedir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/include --infodir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/share/info --mandir=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/sysroots/i686-nativesdk-eldk-linux --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=powerpc-linux- --without-local-prefix --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/opt/eldk-5.5.3/powerpc/sysroots/powerpc-linux/usr/include/c++ --with-build-time-tools=/opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/sysroots/x86_64-linux/usr/powerpc-linux/bin --with-sysroot=/opt/eldk-5.5.3/powerpc/sysroots/powerpc-linux --with-build-sysroot=/opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/sysroots/generic-powerpc --enable-targets=powerpc64 --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/sysroots/i686-nativesdk-eldk-linux --with-mpc=/opt/eldk/build/eldk-rel-v5.5.3-2014-11-13-ba6000e-powerpc/tmp/sysroots/i686-nativesdk-eldk-linux --enable-nls --enable-__cxa_atexit --with-long-double-128
Thread model: posix
gcc version 4.8.1 (GCC)
configure:3732: $? = 0
configure:3721: powerpc-linux-gcc -V >&5
powerpc-linux-gcc: error: unrecognized command line option '-V'
powerpc-linux-gcc: fatal error: no input files
compilation terminated.
configure:3732: $? = 1
configure:3721: powerpc-linux-gcc -qversion >&5
powerpc-linux-gcc: error: unrecognized command line option '-qversion'
powerpc-linux-gcc: fatal error: no input files
compilation terminated.
configure:3732: $? = 1
configure:3752: checking whether the C compiler works
configure:3774: powerpc-linux-gcc -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
configure:3778: $? = 0
configure:3826: result: yes
configure:3829: checking for C compiler default output file name
configure:3831: result: a.out
configure:3837: checking for suffix of executables
configure:3844: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
configure:3848: $? = 0
configure:3870: result:
configure:3892: checking whether we are cross compiling
configure:3930: result: yes
configure:3935: checking for suffix of object files
configure:3957: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:3961: $? = 0
configure:3982: result: o
configure:3986: checking whether we are using the GNU C compiler
configure:4005: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:4005: $? = 0
configure:4014: result: yes
configure:4023: checking whether powerpc-linux-gcc accepts -g
configure:4043: powerpc-linux-gcc -c -g conftest.c >&5
configure:4043: $? = 0
configure:4084: result: yes
configure:4101: checking for powerpc-linux-gcc option to accept ISO C89
configure:4164: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:4164: $? = 0
configure:4177: result: none needed
configure:4202: checking whether powerpc-linux-gcc understands -c and -o together
configure:4224: powerpc-linux-gcc -c conftest.c -o conftest2.o
configure:4227: $? = 0
configure:4224: powerpc-linux-gcc -c conftest.c -o conftest2.o
configure:4227: $? = 0
configure:4239: result: yes
configure:4267: checking for style of include used by make
configure:4295: result: GNU
configure:4321: checking dependency style of powerpc-linux-gcc
configure:4432: result: gcc3
configure:4447: checking for powerpc-linux-gcc option to accept ISO C99
configure:4596: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:4596: $? = 0
configure:4609: result: none needed
configure:4629: checking how to run the C preprocessor
configure:4660: powerpc-linux-gcc -E conftest.c
configure:4660: $? = 0
configure:4674: powerpc-linux-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4699: result: powerpc-linux-gcc -E
configure:4719: powerpc-linux-gcc -E conftest.c
configure:4719: $? = 0
configure:4733: powerpc-linux-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:4733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4793: checking for i386-gnu-linux-gnu-gcc
configure:4823: result: no
configure:4833: checking for gcc
configure:4849: found /usr/bin/gcc
configure:4860: result: gcc
configure:5089: checking for C compiler version
configure:5098: gcc --version >&5
gcc (SUSE Linux) 7.5.0
Copyright (C) 2017 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:5109: $? = 0
configure:5098: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=hsa:nvptx-none
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp --disable-libvtv --disable-libcc1 --disable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-7 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 7.5.0 (SUSE Linux)
configure:5109: $? = 0
configure:5098: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5109: $? = 1
configure:5098: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5109: $? = 1
configure:5113: checking whether we are using the GNU C compiler
configure:5132: gcc -c conftest.c >&5
configure:5132: $? = 0
configure:5141: result: yes
configure:5150: checking whether gcc accepts -g
configure:5170: gcc -c -g conftest.c >&5
configure:5170: $? = 0
configure:5211: result: yes
configure:5228: checking for gcc option to accept ISO C89
configure:5291: gcc -c -g -O2 conftest.c >&5
configure:5291: $? = 0
configure:5304: result: none needed
configure:5329: checking whether gcc understands -c and -o together
configure:5351: gcc -c conftest.c -o conftest2.
configure:5354: $? = 0
configure:5351: gcc -c conftest.c -o conftest2.
configure:5354: $? = 0
configure:5366: result: yes
configure:5385: checking dependency style of gcc
configure:5496: result: gcc3
configure:5532: checking whether the C compiler works
configure:5554: gcc -g -O2 conftest.c >&5
configure:5558: $? = 0
configure:5606: result: yes
configure:5609: checking for C compiler default output file name
configure:5611: result: a.out
configure:5617: checking for suffix of executables
configure:5624: gcc -o conftest -g -O2 conftest.c >&5
configure:5628: $? = 0
configure:5650: result:
configure:5672: checking whether we are cross compiling
configure:5680: gcc -o conftest -g -O2 conftest.c >&5
configure:5684: $? = 0
configure:5691: ./conftest
configure:5695: $? = 0
configure:5710: result: no
configure:5716: checking for suffix of object files
configure:5738: gcc -c -g -O2 conftest.c >&5
configure:5742: $? = 0
configure:5763: result: o
configure:5773: checking how to run the C preprocessor
configure:5804: gcc -E conftest.c
configure:5804: $? = 0
configure:5818: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5818: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5843: result: gcc -E
configure:5863: gcc -E conftest.c
configure:5863: $? = 0
configure:5877: gcc -E conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5915: checking for a sed that does not truncate output
configure:5979: result: /usr/bin/sed
configure:5997: checking for grep that handles long lines and -e
configure:6055: result: /usr/bin/grep
configure:6060: checking for egrep
configure:6122: result: /usr/bin/grep -E
configure:6127: checking for fgrep
configure:6189: result: /usr/bin/grep -F
configure:6216: checking how to print strings
configure:6243: result: printf
configure:6276: checking for ld used by powerpc-linux-gcc
configure:6343: result: /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld
configure:6350: checking if the linker (/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld) is GNU ld
configure:6365: result: yes
configure:6383: checking how to run the C preprocessor
configure:6453: result: powerpc-linux-gcc -E
configure:6473: powerpc-linux-gcc -E conftest.c
configure:6473: $? = 0
configure:6487: powerpc-linux-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6487: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6515: checking whether make sets $(MAKE)
configure:6537: result: yes
configure:6549: checking for ANSI C header files
configure:6569: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6569: $? = 0
configure:6653: result: yes
configure:6666: checking for sys/types.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for sys/stat.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for stdlib.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for string.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for memory.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for strings.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for inttypes.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for stdint.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6666: checking for unistd.h
configure:6666: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6666: $? = 0
configure:6666: result: yes
configure:6679: checking minix/config.h usability
configure:6679: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:6679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 <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 <minix/config.h>
configure:6679: result: no
configure:6679: checking minix/config.h presence
configure:6679: powerpc-linux-gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:6679: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 <minix/config.h>
configure:6679: result: no
configure:6679: checking for minix/config.h
configure:6679: result: no
configure:6700: checking whether it is safe to define __EXTENSIONS__
configure:6718: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6718: $? = 0
configure:6725: result: yes
configure:6744: checking for powerpc-linux-ar
configure:6760: found /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-ar
configure:6771: result: powerpc-linux-ar
configure:6841: checking the archiver (powerpc-linux-ar) interface
configure:6857: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6857: $? = 0
configure:6859: powerpc-linux-ar cru libconftest.a conftest.o >&5
configure:6862: $? = 0
configure:6890: result: ar
configure:6910: checking for inline
configure:6926: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6926: $? = 0
configure:6934: result: inline
configure:6952: checking for C/C++ restrict keyword
configure:6977: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:6977: $? = 0
configure:6985: result: __restrict
configure:7065: checking for BSD- or MS-compatible name lister (nm)
configure:7119: result: /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B
configure:7249: checking the name lister (/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B) interface
configure:7256: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:7259: /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B "conftest.o"
configure:7262: output
00000000 S some_variable
configure:7269: result: BSD nm
configure:7272: checking whether ln -s works
configure:7276: result: yes
configure:7284: checking the maximum length of command line arguments
configure:7415: result: 1572864
configure:7463: checking how to convert i386-gnu-linux-gnu file names to powerpc-unknown-linux-gnu format
configure:7503: result: func_convert_file_noop
configure:7510: checking how to convert i386-gnu-linux-gnu file names to toolchain format
configure:7530: result: func_convert_file_noop
configure:7537: checking for /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld option to reload object files
configure:7544: result: -r
configure:7578: checking for powerpc-linux-objdump
configure:7594: found /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-objdump
configure:7605: result: powerpc-linux-objdump
configure:7677: checking how to recognize dependent libraries
configure:7877: result: pass_all
configure:7922: checking for powerpc-linux-dlltool
configure:7952: result: no
configure:7962: checking for dlltool
configure:7992: result: no
configure:8022: checking how to associate runtime and link libraries
configure:8049: result: printf %s\n
configure:8065: checking for powerpc-linux-ar
configure:8092: result: powerpc-linux-ar
configure:8173: checking for archiver @FILE support
configure:8190: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:8190: $? = 0
configure:8193: powerpc-linux-ar cru libconftest.a @conftest.lst >&5
configure:8196: $? = 0
configure:8201: powerpc-linux-ar cru libconftest.a @conftest.lst >&5
powerpc-linux-ar: conftest.o: No such file or directory
configure:8204: $? = 1
configure:8216: result: @
configure:8234: checking for powerpc-linux-strip
configure:8261: result: powerpc-linux-strip
configure:8333: checking for powerpc-linux-ranlib
configure:8349: found /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-ranlib
configure:8360: result: powerpc-linux-ranlib
configure:8502: checking command to parse /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B output from powerpc-linux-gcc object
configure:8655: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:8658: $? = 0
configure:8662: /opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8665: $? = 0
configure:8731: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c conftstm.o >&5
configure:8734: $? = 0
configure:8772: result: ok
configure:8819: checking for sysroot
configure:8849: result: no
configure:8856: checking for a working dd
configure:8894: result: /usr/bin/dd
configure:8898: checking how to truncate binary pipes
configure:8913: result: /usr/bin/dd bs=4096 count=1
configure:9049: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:9052: $? = 0
configure:9202: checking for powerpc-linux-mt
configure:9232: result: no
configure:9242: checking for mt
configure:9258: found /usr/bin/mt
configure:9269: result: mt
configure:9281: WARNING: using cross tools not prefixed with host triplet
configure:9292: checking if mt is a manifest tool
configure:9298: mt '-?'
configure:9306: result: no
configure:9980: checking for dlfcn.h
configure:9980: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:9980: $? = 0
configure:9980: result: yes
configure:10233: checking for objdir
configure:10248: result: .libs
configure:10512: checking if powerpc-linux-gcc supports -fno-rtti -fno-exceptions
configure:10530: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10534: $? = 0
configure:10547: result: no
configure:10905: checking for powerpc-linux-gcc option to produce PIC
configure:10912: result: -fPIC -DPIC
configure:10920: checking if powerpc-linux-gcc PIC flag -fPIC -DPIC works
configure:10938: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -fPIC -DPIC -DPIC conftest.c >&5
configure:10942: $? = 0
configure:10955: result: yes
configure:10984: checking if powerpc-linux-gcc static flag -static works
configure:11012: result: no
configure:11027: checking if powerpc-linux-gcc supports -c -o file.o
configure:11048: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -o out/conftest2.o conftest.c >&5
configure:11052: $? = 0
configure:11074: result: yes
configure:11082: checking if powerpc-linux-gcc supports -c -o file.o
configure:11129: result: yes
configure:11162: checking whether the powerpc-linux-gcc linker (/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld) supports shared libraries
configure:12421: result: yes
configure:12458: checking whether -lc should be explicitly linked in
configure:12466: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 conftest.c >&5
configure:12469: $? = 0
configure:12484: powerpc-linux-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:12487: $? = 0
configure:12501: result: no
configure:12661: checking dynamic linker characteristics
configure:13242: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -Wl,-rpath -Wl,/foo conftest.c >&5
configure:13242: $? = 0
configure:13479: result: GNU/Linux ld.so
configure:13601: checking how to hardcode library paths into programs
configure:13626: result: immediate
configure:13728: checking for shl_load
configure:13728: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
/tmp/cceS3Dgq.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:13728: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13728: result: no
configure:13732: checking for shl_load in -ldld
configure:13757: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c -ldld >&5
/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:13757: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:13766: result: no
configure:13771: checking for dlopen
configure:13771: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
/tmp/cccsi6Qy.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:13771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* 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 dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:13771: result: no
configure:13775: checking for dlopen in -ldl
configure:13800: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c -ldl >&5
configure:13800: $? = 0
configure:13809: result: yes
configure:13928: checking whether a program can dlopen itself
configure:14029: result: cross
configure:14174: checking whether stripping libraries is possible
configure:14179: result: yes
configure:14214: checking if libtool supports shared libraries
configure:14216: result: yes
configure:14219: checking whether to build shared libraries
configure:14244: result: yes
configure:14247: checking whether to build static libraries
configure:14251: result: no
configure:14292: checking for sys/wait.h that is POSIX.1 compatible
configure:14318: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14318: $? = 0
configure:14325: result: yes
configure:14355: checking getopt.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking getopt.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for getopt.h
configure:14355: result: yes
configure:14355: checking for inttypes.h
configure:14355: result: yes
configure:14355: checking poll.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking poll.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for poll.h
configure:14355: result: yes
configure:14355: checking pwd.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking pwd.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for pwd.h
configure:14355: result: yes
configure:14355: checking for stdlib.h
configure:14355: result: yes
configure:14355: checking for stdint.h
configure:14355: result: yes
configure:14355: checking for strings.h
configure:14355: result: yes
configure:14355: checking sys/inotify.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/inotify.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/inotify.h
configure:14355: result: yes
configure:14355: checking sys/loadavg.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c:71:25: fatal error: sys/loadavg.h: No such file or directory
#include <sys/loadavg.h>
^
compilation terminated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_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 <sys/loadavg.h>
configure:14355: result: no
configure:14355: checking sys/loadavg.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
conftest.c:38:25: fatal error: sys/loadavg.h: No such file or directory
#include <sys/loadavg.h>
^
compilation terminated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| /* end confdefs.h. */
| #include <sys/loadavg.h>
configure:14355: result: no
configure:14355: checking for sys/loadavg.h
configure:14355: result: no
configure:14355: checking sys/poll.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/poll.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/poll.h
configure:14355: result: yes
configure:14355: checking sys/prctl.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/prctl.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/prctl.h
configure:14355: result: yes
configure:14355: checking sys/procctl.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c:73:25: fatal error: sys/procctl.h: No such file or directory
#include <sys/procctl.h>
^
compilation terminated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_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 <sys/procctl.h>
configure:14355: result: no
configure:14355: checking sys/procctl.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
conftest.c:40:25: fatal error: sys/procctl.h: No such file or directory
#include <sys/procctl.h>
^
compilation terminated.
configure:14355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| /* end confdefs.h. */
| #include <sys/procctl.h>
configure:14355: result: no
configure:14355: checking for sys/procctl.h
configure:14355: result: no
configure:14355: checking sys/sendfile.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/sendfile.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/sendfile.h
configure:14355: result: yes
configure:14355: checking sys/time.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/time.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/time.h
configure:14355: result: yes
configure:14355: checking sys/uio.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/uio.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/uio.h
configure:14355: result: yes
configure:14355: checking sys/un.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking sys/un.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for sys/un.h
configure:14355: result: yes
configure:14355: checking syslog.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking syslog.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for syslog.h
configure:14355: result: yes
configure:14355: checking uuid/uuid.h usability
configure:14355: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking uuid/uuid.h presence
configure:14355: powerpc-linux-gcc -E -D_REENTRANT conftest.c
configure:14355: $? = 0
configure:14355: result: yes
configure:14355: checking for uuid/uuid.h
configure:14355: result: yes
configure:14366: checking for an ANSI C-conforming const
configure:14432: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14432: $? = 0
configure:14439: result: yes
configure:14447: checking for inline
configure:14471: result: inline
configure:14489: checking for off_t
configure:14489: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14489: $? = 0
configure:14489: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:20: error: expected expression before ')' token
if (sizeof ((off_t)))
^
configure:14489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_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
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:14489: result: yes
configure:14500: checking for pid_t
configure:14500: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14500: $? = 0
configure:14500: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:14500: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_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
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:14500: result: yes
configure:14511: checking for size_t
configure:14511: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14511: $? = 0
configure:14511: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c: In function 'main':
conftest.c:82:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:14511: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:14511: result: yes
configure:14523: checking for struct tm.tm_gmtoff
configure:14523: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14523: $? = 0
configure:14523: result: yes
configure:14532: checking for socklen_t
configure:14532: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:14532: $? = 0
configure:14532: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:14532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
|
|
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:14532: result: yes
configure:14548: checking for library containing socket
configure:14579: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
configure:14579: $? = 0
configure:14596: result: none required
configure:14604: checking for library containing gethostbyname
configure:14635: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
configure:14635: $? = 0
configure:14652: result: none required
configure:14661: checking for library containing clock_gettime
configure:14692: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
configure:14692: $? = 0
configure:14709: result: none required
configure:14720: checking for library containing elftc_copyfile
configure:14751: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
/tmp/ccb85o7G.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `elftc_copyfile'
collect2: error: ld returned 1 exit status
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 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 elftc_copyfile ();
| int
| main ()
| {
| return elftc_copyfile ();
| ;
| return 0;
| }
configure:14751: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c -lelftc >&5
/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld: cannot find -lelftc
collect2: error: ld returned 1 exit status
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 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 elftc_copyfile ();
| int
| main ()
| {
| return elftc_copyfile ();
| ;
| return 0;
| }
configure:14768: result: no
configure:14802: checking for library containing dlopen
configure:14833: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c >&5
/tmp/ccFPeyXI.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:14833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:14833: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c -ldl >&5
configure:14833: $? = 0
configure:14850: result: -ldl
configure:14858: checking for dlfcn.h
configure:14858: result: yes
configure:14892: checking for powerpc-linux-pkg-config
configure:14925: result: no
configure:14935: checking for pkg-config
configure:14953: found /usr/bin/pkg-config
configure:14965: result: /usr/bin/pkg-config
configure:14990: checking pkg-config is at least version 0.9.0
configure:14993: result: yes
configure:15002: ----------------------------------------
configure:15004: checking for libev support
configure:15015: result: no
configure:15236: ----------------------------------------
configure:15238: checking for MySQL support
configure:15249: result: no
configure:15688: ----------------------------------------
configure:15690: checking for PgSQL support
configure:15701: result: no
configure:15906: ----------------------------------------
configure:15908: checking for LibDBI support
configure:15919: result: no
configure:16008: ----------------------------------------
configure:16010: checking for LibSASL support
configure:16021: result: no
configure:16111: ----------------------------------------
configure:16113: checking for LDAP support
configure:16124: result: no
configure:16268: ----------------------------------------
configure:16270: checking for PAM support
configure:16281: result: yes
configure:16285: checking for pam_start in -lpam
configure:16310: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs conftest.c -lpam >&5
configure:16310: $? = 0
configure:16319: result: yes
configure:16324: checking security/pam_appl.h usability
configure:16324: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT conftest.c >&5
configure:16324: $? = 0
configure:16324: result: yes
configure:16324: checking security/pam_appl.h presence
configure:16324: powerpc-linux-gcc -E -D_REENTRANT conftest.c
conftest.c:51:31: fatal error: security/pam_appl.h: No such file or directory
#include <security/pam_appl.h>
^
compilation terminated.
configure:16324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <security/pam_appl.h>
configure:16324: result: no
configure:16324: WARNING: security/pam_appl.h: accepted by the compiler, rejected by the preprocessor!
configure:16324: WARNING: security/pam_appl.h: proceeding with the compiler's result
configure:16324: checking for security/pam_appl.h
configure:16324: result: yes
configure:16360: ----------------------------------------
configure:16362: checking for extended attributes support
configure:16373: result: no
configure:16504: ----------------------------------------
configure:16506: checking for valgrind
configure:16517: result: no
configure:16539: ----------------------------------------
configure:16541: checking for libunwind
configure:16552: result: no
configure:16636: ----------------------------------------
configure:16638: checking for kerberos5
configure:16649: result: no
configure:16659: checking custom include directory for kerberos5
configure:16673: result: no
configure:16679: checking custom lib directory for kerberos5
configure:16693: result: no
configure:16781: ----------------------------------------
configure:16783: checking for OpenSSL
configure:16794: result: /tmp/NMS/powerpc/eldk-5.5.3
configure:16812: checking custom include directory for openssl
configure:16826: result: no
configure:16832: checking custom lib directory for openssl
configure:16846: result: no
configure:16864: checking openssl/ssl.h usability
configure:16864: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:16864: $? = 0
configure:16864: result: yes
configure:16864: checking openssl/ssl.h presence
configure:16864: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:16864: $? = 0
configure:16864: result: yes
configure:16864: checking for openssl/ssl.h
configure:16864: result: yes
configure:16878: checking for RAND_bytes in -lcrypto
configure:16903: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c -lcrypto >&5
configure:16903: $? = 0
configure:16912: result: yes
configure:16921: checking for SSL_new in -lssl
configure:16947: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c -lssl -lcrypto -ldl
>&5
configure:16947: $? = 0
configure:16956: result: yes
configure:16974: ----------------------------------------
configure:16976: checking for wolfSSL
configure:16987: result: no
configure:17173: ----------------------------------------
configure:17175: checking for mbedTLS
configure:17196: result: no
configure:17356: ----------------------------------------
configure:17358: checking for Nettle
configure:17369: result: no
configure:17441: ----------------------------------------
configure:17443: checking for GnuTLS
configure:17460: result: no
configure:17583: ----------------------------------------
configure:17585: checking for NSS
configure:17602: result: no
configure:17822: ----------------------------------------
configure:17824: checking for perl regular expressions support
configure:17835: result: no
configure:17838: ----------------------------------------
configure:17840: checking for perl regular expressions support
configure:17851: result: no
configure:18103: ----------------------------------------
configure:18105: checking for zlib support
configure:18116: result: no
configure:18192: ----------------------------------------
configure:18194: checking for zstd support
configure:18205: result: no
configure:18281: ----------------------------------------
configure:18283: checking for bzip2 support
configure:18294: result: no
configure:18371: ----------------------------------------
configure:18373: checking for brotli support
configure:18384: result: no
configure:18479: ----------------------------------------
configure:18481: checking for libdeflate support
configure:18492: result: no
configure:18566: ----------------------------------------
configure:18568: checking for FAM
configure:18579: result: no
configure:18773: ----------------------------------------
configure:18775: checking for properties in mod_webdav
configure:18786: result: no
configure:19008: ----------------------------------------
configure:19010: checking for locks in mod_webdav
configure:19021: result: no
configure:19120: ----------------------------------------
configure:19122: checking for xxhash support
configure:19133: result: no
configure:19342: ----------------------------------------
configure:19344: checking for maxminddb
configure:19355: result: no
configure:19439: ----------------------------------------
configure:19441: checking if lua-support is requested
configure:19452: result: no
configure:19637: ----------------------------------------
configure:19643: checking for library containing crypt_r
configure:19674: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/ccpJTzI1.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
configure:19674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 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_r ();
| int
| main ()
| {
| return crypt_r ();
| ;
| return 0;
| }
configure:19674: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c -lcrypt >&5
configure:19674: $? = 0
configure:19691: result: -lcrypt
configure:19702: checking crypt.h usability
configure:19702: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:19702: $? = 0
configure:19702: result: yes
configure:19702: checking crypt.h presence
configure:19702: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:19702: $? = 0
configure:19702: result: yes
configure:19702: checking for crypt.h
configure:19702: result: yes
configure:19796: checking crypt_r/crypt support
configure:19798: result: crypt_r
configure:19885: ----------------------------------------
configure:19927: checking for arc4random_buf
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/cczOctC6.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `arc4random_buf'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h. */
| /* Define arc4random_buf to an innocuous variant, in case <limits.h> declares arc4random_buf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define arc4random_buf innocuous_arc4random_buf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char arc4random_buf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef arc4random_buf
|
| /* 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 arc4random_buf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
| choke me
| #endif
|
| int
| main ()
| {
| return arc4random_buf ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for chroot
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for clock_gettime
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for copy_file_range
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/cc5GVvji.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `copy_file_range'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
| /* Define copy_file_range to an innocuous variant, in case <limits.h> declares copy_file_range.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define copy_file_range innocuous_copy_file_range
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char copy_file_range (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef copy_file_range
|
| /* 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 copy_file_range ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_copy_file_range || defined __stub___copy_file_range
| choke me
| #endif
|
| int
| main ()
| {
| return copy_file_range ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for explicit_bzero
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/ccZ27uRj.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `explicit_bzero'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define explicit_bzero innocuous_explicit_bzero
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char explicit_bzero (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef explicit_bzero
|
| /* 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 explicit_bzero ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
| choke me
| #endif
|
| int
| main ()
| {
| return explicit_bzero ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for explicit_memset
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/cc5hPo5p.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `explicit_memset'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
| /* Define explicit_memset to an innocuous variant, in case <limits.h> declares explicit_memset.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define explicit_memset innocuous_explicit_memset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char explicit_memset (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef explicit_memset
|
| /* 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 explicit_memset ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_explicit_memset || defined __stub___explicit_memset
| choke me
| #endif
|
| int
| main ()
| {
| return explicit_memset ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for fork
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for getloadavg
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for getuid
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for gmtime_r
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for inet_aton
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for inet_pton
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for issetugid
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/cco3Q7bJ.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `issetugid'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| /* end confdefs.h. */
| /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define issetugid innocuous_issetugid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char issetugid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef issetugid
|
| /* 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 issetugid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_issetugid || defined __stub___issetugid
| choke me
| #endif
|
| int
| main ()
| {
| return issetugid ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for jrand48
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for localtime_r
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for lstat
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for madvise
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for mempcpy
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for memset_s
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/cc4kuHMc.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `memset_s'
collect2: error: ld returned 1 exit status
configure:19927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| /* end confdefs.h. */
| /* Define memset_s to an innocuous variant, in case <limits.h> declares memset_s.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memset_s innocuous_memset_s
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memset_s (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memset_s
|
| /* 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 memset_s ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_memset_s || defined __stub___memset_s
| choke me
| #endif
|
| int
| main ()
| {
| return memset_s ();
| ;
| return 0;
| }
configure:19927: result: no
configure:19927: checking for mkostemp
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for pipe2
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for poll
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for pread
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for pwrite
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for sendfile
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for sendfile64
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for splice
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for srandom
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for strerror_r
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19927: checking for timegm
configure:19927: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19927: $? = 0
configure:19927: result: yes
configure:19938: checking linux/random.h usability
configure:19938: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:19938: $? = 0
configure:19938: result: yes
configure:19938: checking linux/random.h presence
configure:19938: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:19938: $? = 0
configure:19938: result: yes
configure:19938: checking for linux/random.h
configure:19938: result: yes
configure:19945: checking for getrandom
configure:19945: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
/tmp/ccWJbdWC.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `getrandom'
collect2: error: ld returned 1 exit status
configure:19945: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_SENDFILE 1
| #define HAVE_SENDFILE64 1
| #define HAVE_SPLICE 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_LINUX_RANDOM_H 1
| /* end confdefs.h. */
| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getrandom innocuous_getrandom
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getrandom (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getrandom
|
| /* 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 getrandom ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getrandom || defined __stub___getrandom
| choke me
| #endif
|
| int
| main ()
| {
| return getrandom ();
| ;
| return 0;
| }
configure:19945: result: no
configure:19960: checking malloc.h usability
configure:19960: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:19960: $? = 0
configure:19960: result: yes
configure:19960: checking malloc.h presence
configure:19960: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:19960: $? = 0
configure:19960: result: yes
configure:19960: checking for malloc.h
configure:19960: result: yes
configure:19968: checking for malloc_trim
configure:19968: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19968: $? = 0
configure:19968: result: yes
configure:19968: checking for mallopt
configure:19968: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19968: $? = 0
configure:19968: result: yes
configure:19983: checking signal.h usability
configure:19983: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:19983: $? = 0
configure:19983: result: yes
configure:19983: checking signal.h presence
configure:19983: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:19983: $? = 0
configure:19983: result: yes
configure:19983: checking for signal.h
configure:19983: result: yes
configure:19991: checking for signal
configure:19991: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19991: $? = 0
configure:19991: result: yes
configure:19991: checking for sigaction
configure:19991: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:19991: $? = 0
configure:19991: result: yes
configure:20006: checking sys/epoll.h usability
configure:20006: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:20006: $? = 0
configure:20006: result: yes
configure:20006: checking sys/epoll.h presence
configure:20006: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:20006: $? = 0
configure:20006: result: yes
configure:20006: checking for sys/epoll.h
configure:20006: result: yes
configure:20013: checking for epoll_ctl
configure:20013: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20013: $? = 0
configure:20013: result: yes
configure:20028: checking sys/event.h usability
configure:20028: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
conftest.c:124:23: fatal error: sys/event.h: No such file or directory
#include <sys/event.h>
^
compilation terminated.
configure:20028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_SENDFILE 1
| #define HAVE_SENDFILE64 1
| #define HAVE_SPLICE 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_LINUX_RANDOM_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_TRIM 1
| #define HAVE_MALLOPT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 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 <sys/event.h>
configure:20028: result: no
configure:20028: checking sys/event.h presence
configure:20028: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
conftest.c:91:23: fatal error: sys/event.h: No such file or directory
#include <sys/event.h>
^
compilation terminated.
configure:20028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_SENDFILE 1
| #define HAVE_SENDFILE64 1
| #define HAVE_SPLICE 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_LINUX_RANDOM_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_TRIM 1
| #define HAVE_MALLOPT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| /* end confdefs.h. */
| #include <sys/event.h>
configure:20028: result: no
configure:20028: checking for sys/event.h
configure:20028: result: no
configure:20050: checking sys/mman.h usability
configure:20050: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:20050: $? = 0
configure:20050: result: yes
configure:20050: checking sys/mman.h presence
configure:20050: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:20050: $? = 0
configure:20050: result: yes
configure:20050: checking for sys/mman.h
configure:20050: result: yes
configure:20057: checking for mmap
configure:20057: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20057: $? = 0
configure:20057: result: yes
configure:20072: checking sys/random.h usability
configure:20072: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
conftest.c:126:24: fatal error: sys/random.h: No such file or directory
#include <sys/random.h>
^
compilation terminated.
configure:20072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_SENDFILE 1
| #define HAVE_SENDFILE64 1
| #define HAVE_SPLICE 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_LINUX_RANDOM_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_TRIM 1
| #define HAVE_MALLOPT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 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 <sys/random.h>
configure:20072: result: no
configure:20072: checking sys/random.h presence
configure:20072: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
conftest.c:93:24: fatal error: sys/random.h: No such file or directory
#include <sys/random.h>
^
compilation terminated.
configure:20072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "lighttpd"
| #define PACKAGE_TARNAME "lighttpd"
| #define PACKAGE_VERSION "1.4.66"
| #define PACKAGE_STRING "lighttpd 1.4.66"
| #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
| #define PACKAGE_URL "https://www.lighttpd.net/"
| #define PACKAGE "lighttpd"
| #define VERSION "1.4.66"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define restrict __restrict
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_INOTIFY_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SENDFILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UUID_UUID_H 1
| #define HAVE_STRUCT_TM_GMTOFF 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBDL 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_PAM 1
| #define HAVE_SECURITY_PAM_APPL_H 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBSSL 1
| #define HAVE_CRYPT_R 1
| #define HAVE_CRYPT_H 1
| #define HAVE_CHROOT 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_FORK 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETUID 1
| #define HAVE_GMTIME_R 1
| #define HAVE_INET_ATON 1
| #define HAVE_INET_PTON 1
| #define HAVE_JRAND48 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_PIPE2 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define HAVE_SENDFILE 1
| #define HAVE_SENDFILE64 1
| #define HAVE_SPLICE 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRERROR_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_LINUX_RANDOM_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_TRIM 1
| #define HAVE_MALLOPT 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SIGNAL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <sys/random.h>
configure:20072: result: no
configure:20072: checking for sys/random.h
configure:20072: result: no
configure:20094: checking sys/resource.h usability
configure:20094: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:20094: $? = 0
configure:20094: result: yes
configure:20094: checking sys/resource.h presence
configure:20094: powerpc-linux-gcc -E -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c
configure:20094: $? = 0
configure:20094: result: yes
configure:20094: checking for sys/resource.h
configure:20094: result: yes
configure:20101: checking for getrlimit
configure:20101: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20101: $? = 0
configure:20101: result: yes
configure:20116: checking for sys/uio.h
configure:20116: result: yes
configure:20124: checking for preadv
configure:20124: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20124: $? = 0
configure:20124: result: yes
configure:20124: checking for pwritev
configure:20124: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20124: $? = 0
configure:20124: result: yes
configure:20124: checking for writev
configure:20124: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20124: $? = 0
configure:20124: result: yes
configure:20229: ----------------------------------------
configure:20231: checking if weak symbols are supported
configure:20247: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20247: $? = 0
configure:20249: result: yes
configure:20263: ----------------------------------------
configure:20265: checking for Large File System support
configure:20281: result: no
configure:20488: ----------------------------------------
configure:20490: checking if sendfile works
configure:20533: ----------------------------------------
configure:20551: checking for IPv6 support
configure:20574: powerpc-linux-gcc -o conftest -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include -L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib conftest.c >&5
configure:20574: $? = 0
configure:20584: result: yes
configure:20598: ----------------------------------------
configure:20600: checking use mmap if available
configure:20616: result: false
configure:20626: ----------------------------------------
configure:20629: checking if powerpc-linux-gcc supports -pipe -Wall -W -Wshadow -pedantic
configure:20650: powerpc-linux-gcc -c -I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -pipe -Wall -W -Wshadow -pedantic -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include conftest.c >&5
configure:20650: $? = 0
configure:20651: result: yes
configure:20935: checking that generated files are newer than configure
configure:20941: result: done
configure:21032: creating ./config.status

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

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

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

on schmitt

config.status:1275: creating distribute.sh
config.status:1275: creating doc/config/conf.d/Makefile
config.status:1275: creating doc/config/Makefile
config.status:1275: creating doc/config/vhosts.d/Makefile
config.status:1275: creating doc/Makefile
config.status:1275: creating doc/outdated/Makefile
config.status:1275: creating doc/scripts/Makefile
config.status:1275: creating doc/systemd/Makefile
config.status:1275: creating Makefile
config.status:1275: creating src/Makefile
config.status:1275: creating tests/docroot/Makefile
config.status:1275: creating tests/Makefile
config.status:1275: creating config.h
config.status:1504: executing depfiles commands
config.status:1504: executing libtool commands

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

ac_cv_build=i386-gnu-linux-gnu
ac_cv_build_objext=o
ac_cv_build_prog_CPP='gcc -E'
ac_cv_build_prog_cc_c89=
ac_cv_build_prog_cc_g=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_BROTLI_CFLAGS_set=
ac_cv_env_BROTLI_CFLAGS_value=
ac_cv_env_BROTLI_LIBS_set=
ac_cv_env_BROTLI_LIBS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FAM_CFLAGS_set=
ac_cv_env_FAM_CFLAGS_value=
ac_cv_env_FAM_LIBS_set=
ac_cv_env_FAM_LIBS_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs
ac_cv_env_LIBEV_CFLAGS_set=
ac_cv_env_LIBEV_CFLAGS_value=
ac_cv_env_LIBEV_LIBS_set=
ac_cv_env_LIBEV_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBUNWIND_CFLAGS_set=
ac_cv_env_LIBUNWIND_CFLAGS_value=
ac_cv_env_LIBUNWIND_LIBS_set=
ac_cv_env_LIBUNWIND_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_LUA_CFLAGS_set=
ac_cv_env_LUA_CFLAGS_value=
ac_cv_env_LUA_LIBS_set=
ac_cv_env_LUA_LIBS_value=
ac_cv_env_MYSQL_CFLAGS_set=
ac_cv_env_MYSQL_CFLAGS_value=
ac_cv_env_MYSQL_LIBS_set=
ac_cv_env_MYSQL_LIBS_value=
ac_cv_env_NSPR_CFLAGS_set=
ac_cv_env_NSPR_CFLAGS_value=
ac_cv_env_NSPR_LIBS_set=
ac_cv_env_NSPR_LIBS_value=
ac_cv_env_NSS_CFLAGS_set=
ac_cv_env_NSS_CFLAGS_value=
ac_cv_env_NSS_LIBS_set=
ac_cv_env_NSS_LIBS_value=
ac_cv_env_PCRE2_CFLAGS_set=
ac_cv_env_PCRE2_CFLAGS_value=
ac_cv_env_PCRE2_LIBS_set=
ac_cv_env_PCRE2_LIBS_value=
ac_cv_env_PGSQL_CFLAGS_set=
ac_cv_env_PGSQL_CFLAGS_value=
ac_cv_env_PGSQL_LIBS_set=
ac_cv_env_PGSQL_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SQLITE_CFLAGS_set=
ac_cv_env_SQLITE_CFLAGS_value=
ac_cv_env_SQLITE_LIBS_set=
ac_cv_env_SQLITE_LIBS_value=
ac_cv_env_WOLFSSL_CFLAGS_set=
ac_cv_env_WOLFSSL_CFLAGS_value=
ac_cv_env_WOLFSSL_LIBS_set=
ac_cv_env_WOLFSSL_LIBS_value=
ac_cv_env_XML_CFLAGS_set=
ac_cv_env_XML_CFLAGS_value=
ac_cv_env_XML_LIBS_set=
ac_cv_env_XML_LIBS_value=
ac_cv_env_XXHASH_CFLAGS_set=
ac_cv_env_XXHASH_CFLAGS_value=
ac_cv_env_XXHASH_LIBS_set=
ac_cv_env_XXHASH_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-gnu-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=powerpc-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_arc4random_buf=no
ac_cv_func_chroot=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_copy_file_range=no
ac_cv_func_dlopen=no
ac_cv_func_epoll_ctl=yes
ac_cv_func_explicit_bzero=no
ac_cv_func_explicit_memset=no
ac_cv_func_fork=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getrandom=no
ac_cv_func_getrlimit=yes
ac_cv_func_getuid=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_pton=yes
ac_cv_func_issetugid=no
ac_cv_func_jrand48=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_madvise=yes
ac_cv_func_malloc_trim=yes
ac_cv_func_mallopt=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memset_s=no
ac_cv_func_mkostemp=yes
ac_cv_func_mmap=yes
ac_cv_func_pipe2=yes
ac_cv_func_poll=yes
ac_cv_func_pread=yes
ac_cv_func_preadv=yes
ac_cv_func_pwrite=yes
ac_cv_func_pwritev=yes
ac_cv_func_sendfile64=yes
ac_cv_func_sendfile=yes
ac_cv_func_shl_load=no
ac_cv_func_sigaction=yes
ac_cv_func_signal=yes
ac_cv_func_splice=yes
ac_cv_func_srandom=yes
ac_cv_func_strerror_r=yes
ac_cv_func_timegm=yes
ac_cv_func_writev=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_random_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_signal_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_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_inotify_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_procctl_h=no
ac_cv_header_sys_random_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_sendfile_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_uuid_uuid_h=yes
ac_cv_host=powerpc-unknown-linux-gnu
ac_cv_ipv6_support=yes
ac_cv_lib_crypto_RAND_bytes=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_pam_pam_start=yes
ac_cv_lib_ssl_SSL_new=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=powerpc-linux-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=powerpc-linux-gcc
ac_cv_prog_CPP='powerpc-linux-gcc -E'
ac_cv_prog_OBJDUMP=powerpc-linux-objdump
ac_cv_prog_RANLIB=powerpc-linux-ranlib
ac_cv_prog_STRIP=powerpc-linux-strip
ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_crypt_r=-lcrypt
ac_cv_search_dlopen=-ldl
ac_cv_search_elftc_copyfile=no
ac_cv_search_gethostbyname='none required'
ac_cv_search_socket='none required'
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_build_CC_dependencies_compiler_type=gcc3
am_cv_build_prog_cc_c_o=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_ustar=gnutar
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=cross
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld
lt_cv_path_NM='/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'

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

ACLOCAL='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='powerpc-linux-ar'
ATTR_LIB=''
AUTOCONF='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/missing autoconf'
AUTOHEADER='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/missing autoheader'
AUTOMAKE='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/missing automake-1.15'
AWK='gawk'
BROTLI_CFLAGS=''
BROTLI_LIBS=''
BUILD_EXEEXT=''
BUILD_OBJEXT='o'
BUILD_WITH_DBI_FALSE=''
BUILD_WITH_DBI_TRUE='#'
BUILD_WITH_GNUTLS_FALSE=''
BUILD_WITH_GNUTLS_TRUE='#'
BUILD_WITH_KRB5_FALSE=''
BUILD_WITH_KRB5_TRUE='#'
BUILD_WITH_LDAP_FALSE=''
BUILD_WITH_LDAP_TRUE='#'
BUILD_WITH_LUA_FALSE=''
BUILD_WITH_LUA_TRUE='#'
BUILD_WITH_MAXMINDDB_FALSE=''
BUILD_WITH_MAXMINDDB_TRUE='#'
BUILD_WITH_MBEDTLS_FALSE=''
BUILD_WITH_MBEDTLS_TRUE='#'
BUILD_WITH_MYSQL_FALSE=''
BUILD_WITH_MYSQL_TRUE='#'
BUILD_WITH_NSS_FALSE=''
BUILD_WITH_NSS_TRUE='#'
BUILD_WITH_OPENSSL_FALSE='#'
BUILD_WITH_OPENSSL_TRUE=''
BUILD_WITH_PAM_FALSE='#'
BUILD_WITH_PAM_TRUE=''
BUILD_WITH_PGSQL_FALSE=''
BUILD_WITH_PGSQL_TRUE='#'
BUILD_WITH_SASL_FALSE=''
BUILD_WITH_SASL_TRUE='#'
BUILD_WITH_WOLFSSL_FALSE=''
BUILD_WITH_WOLFSSL_TRUE='#'
BZ_LIB=''
CC='powerpc-linux-gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-I/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/include -std=c99 -pipe -Wall -W -Wshadow -pedantic'
CFLAGS_FOR_BUILD='-g -O2'
CPP='powerpc-linux-gcc -E'
CPPFLAGS=' -D_REENTRANT -I/tmp/NMS/powerpc/eldk-5.5.3/include'
CPPFLAGS_FOR_BUILD=''
CPP_FOR_BUILD='gcc -E'
CRYPTO_LIB='-lcrypto'
CRYPT_LIB='-lcrypt '
CYGPATH_W='echo'
DBI_CFLAGS=''
DBI_LIBS=''
DEFLATE_LIBS=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DL_LIB='-ldl '
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELFTC_LIB=''
EXEEXT=''
FAM_CFLAGS=''
FAM_LIBS=''
FGREP='/usr/bin/grep -F'
GNUTLS_CFLAGS=''
GNUTLS_LIBS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KRB5_LIB=''
LBER_LIB=''
LD='/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/libexec/powerpc-linux/gcc/powerpc-linux/4.8.1/ld'
LDAP_LIB=''
LDFLAGS='-L/home/dani/repo/SPEED-NMS/../eldk-5.5.3/externals/linux-pam/libpam/.libs -L/tmp/NMS/powerpc/eldk-5.5.3/lib'
LDFLAGS_FOR_BUILD=''
LIBEV_CFLAGS=''
LIBEV_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUNWIND_CFLAGS=''
LIBUNWIND_LIBS=''
LIGHTTPD_STATIC_FALSE=''
LIGHTTPD_STATIC_TRUE='#'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
LUA_CFLAGS=''
LUA_LIBS=''
MAKEINFO='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/missing makeinfo'
MANIFEST_TOOL=':'
MAXMINDDB_LIB=''
MKDIR_P='/usr/bin/mkdir -p'
MTLS_LIBS=''
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LIBS=''
NM='/opt/eldk-5.5.3/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux/powerpc-linux-nm -B'
NMEDIT=''
NO_RDYNAMIC_FALSE=''
NO_RDYNAMIC_TRUE='#'
NSPR_CFLAGS=''
NSPR_LIBS=''
NSS_CFLAGS=''
NSS_LIBS=''
OBJDUMP='powerpc-linux-objdump'
OBJEXT='o'
OPENSSL_CFLAGS=' -I/tmp/NMS/powerpc/eldk-5.5.3/include'
OPENSSL_LIBS=' -L/tmp/NMS/powerpc/eldk-5.5.3/lib -lssl -lcrypto'
OTOOL64=''
OTOOL=''
PACKAGE='lighttpd'
PACKAGE_BUGREPORT='https://redmine.lighttpd.net/projects/lighttpd/boards/2'
PACKAGE_NAME='lighttpd'
PACKAGE_STRING='lighttpd 1.4.66'
PACKAGE_TARNAME='lighttpd'
PACKAGE_URL='https://www.lighttpd.net/'
PACKAGE_VERSION='1.4.66'
PAM_LIB='-lpam'
PATH_SEPARATOR=':'
PCRE2CONFIG=''
PCRE2_CFLAGS=''
PCRE2_LIBS=''
PCRECONFIG=''
PCRE_LIB=''
PGSQL_CFLAGS=''
PGSQL_CONFIG=''
PGSQL_LIBS=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='powerpc-linux-ranlib'
SASL_CFLAGS=''
SASL_LIBS=''
SED='/usr/bin/sed'
SENDFILE_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
SQLITE_CFLAGS=''
SQLITE_LIBS=''
STRIP='powerpc-linux-strip'
UUID_LIBS=''
VERSION='1.4.66'
WOLFSSL_CFLAGS=''
WOLFSSL_LIBS=''
XML_CFLAGS=''
XML_LIBS=''
XXHASH_CFLAGS=''
XXHASH_LIBS=''
ZSTD_LIB=''
Z_LIB=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CC_FOR_BUILD='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i386-gnu-linux-gnu'
build_alias='i386-gnu-linux'
build_cpu='i386'
build_os='linux-gnu'
build_vendor='gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='powerpc-unknown-linux-gnu'
host_alias='powerpc-linux'
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/dani/repo/eldk-5.5.3/externals/lighttpd/install-sh'
libdir='/lib/lighttpd'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc/lighttpd'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "lighttpd"
#define PACKAGE_TARNAME "lighttpd"
#define PACKAGE_VERSION "1.4.66"
#define PACKAGE_STRING "lighttpd 1.4.66"
#define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
#define PACKAGE_URL "https://www.lighttpd.net/"
#define PACKAGE "lighttpd"
#define VERSION "1.4.66"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define restrict __restrict
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_SYS_WAIT_H 1
#define HAVE_GETOPT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_INOTIFY_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_SYS_SENDFILE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UUID_UUID_H 1
#define HAVE_STRUCT_TM_GMTOFF 1
#define HAVE_SOCKLEN_T 1
#define HAVE_DLFCN_H 1
#define HAVE_LIBDL 1
#define HAVE_DLFCN_H 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_PAM 1
#define HAVE_SECURITY_PAM_APPL_H 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_LIBSSL 1
#define HAVE_CRYPT_R 1
#define HAVE_CRYPT_H 1
#define HAVE_CHROOT 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_FORK 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETUID 1
#define HAVE_GMTIME_R 1
#define HAVE_INET_ATON 1
#define HAVE_INET_PTON 1
#define HAVE_JRAND48 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LSTAT 1
#define HAVE_MADVISE 1
#define HAVE_MEMPCPY 1
#define HAVE_MKOSTEMP 1
#define HAVE_PIPE2 1
#define HAVE_POLL 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 1
#define HAVE_SENDFILE 1
#define HAVE_SENDFILE64 1
#define HAVE_SPLICE 1
#define HAVE_SRANDOM 1
#define HAVE_STRERROR_R 1
#define HAVE_TIMEGM 1
#define HAVE_LINUX_RANDOM_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_TRIM 1
#define HAVE_MALLOPT 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGNAL 1
#define HAVE_SIGACTION 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_EPOLL_CTL 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_MMAP 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_GETRLIMIT 1
#define HAVE_SYS_UIO_H 1
#define HAVE_PREADV 1
#define HAVE_PWRITEV 1
#define HAVE_WRITEV 1
#define HAVE_WEAK_SYMBOLS 1
#define HAVE_IPV6 1
#define LIGHTTPD_VERSION_ID 0x10442

configure: exit 0
(4-4/9)