Jeff Trawick wrote:
When I build HEAD of httpd v2.0 like below, ./configure bombs out claiming a lack of random number support in APR. Can anyone else confirm this or is it just me?
checking whether to enable mod_auth_digest... checking dependencies
You need APR random support to use mod_auth_digest.
Look at APR configure options --with-egd and --with-devrandom.
checking whether to enable mod_auth_digest... configure: error: mod_auth_digest has been requested but can not be built due to prerequisite failures
I am trying to build under Yellowdog Linux v2.3.
what is the setting of APR_HAS_RANDOM in whichever apr.h the Apache build is using?
#define APR_HAS_RANDOM 1
what is put in config.log related to the mod_auth_digest checking right before the failure?
This appears buried inside the config.log file:
configure:6356: checking whether to enable mod_auth_digest configure:6437: result: no
Note that this code was changed to use an APR macro to check for APR_HAS_RANDOM recently (2 weeks ago), and the APR macro itself was changed in the same timeframe, so updating httpd-2.0 without updating apr wouldn't be too cool. Hopefully the info asked for above will yield some clues.
Looks like auth_digest is not supposed to be included, but it gets included anyway.
I have attached the config.log file - does any of this make sense?
Regards,
Graham
--
-----------------------------------------
[EMAIL PROTECTED] "There's a moon
over Bourbon Street
tonight..."
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = jessica
uname -m = ppc
uname -r = 2.4.20-rc2
uname -s = Linux
uname -v = #1 Thu Nov 21 00:07:09 SAST 2002
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = ppc
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/local/bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /opt/j2sdk1.3.1/bin
PATH: /home/minfrin/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1582: checking for chosen layout
configure:1584: result: Apache
configure:2377: checking for working mkdir -p
configure:2393: result: yes
configure:2410: checking build system type
configure:2428: result: powerpc-unknown-linux-gnu
configure:2436: checking host system type
configure:2450: result: powerpc-unknown-linux-gnu
configure:2458: checking target system type
configure:2472: result: powerpc-unknown-linux-gnu
configure:2501: checking for APR
configure:2561: result: reconfig
configure:2776: checking for APR-util
configure:2837: result: reconfig
configure:3312: checking for rm
configure:3330: found /bin/rm
configure:3342: result: /bin/rm
configure:3353: checking for gawk
configure:3369: found /bin/gawk
configure:3379: result: gawk
configure:3435: checking for gcc
configure:3451: found /usr/bin/gcc
configure:3461: result: gcc
configure:3705: checking for C compiler version
configure:3708: gcc --version </dev/null >&5
2.95.4
configure:3711: $? = 0
configure:3713: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/ppc-yellowdog-linux/2.95.4/specs
gcc version 2.95.4 20010319 (prerelease/franzo/20011204)
configure:3716: $? = 0
configure:3718: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3721: $? = 1
configure:3745: checking for C compiler default output
configure:3748: gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3751: $? = 0
configure:3797: result: a.out
configure:3802: checking whether the C compiler works
configure:3808: ./a.out
configure:3811: $? = 0
configure:3828: result: yes
configure:3835: checking whether we are cross compiling
configure:3837: result: no
configure:3840: checking for suffix of executables
configure:3842: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3845: $? = 0
configure:3870: result:
configure:3876: checking for suffix of object files
configure:3898: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3901: $? = 0
configure:3923: result: o
configure:3927: checking whether we are using the GNU C compiler
configure:3952: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:3955: $? = 0
configure:3958: test -s conftest.o
configure:3961: $? = 0
configure:3974: result: yes
configure:3980: checking whether gcc accepts -g
configure:4002: gcc -c -g -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4005: $? = 0
configure:4008: test -s conftest.o
configure:4011: $? = 0
configure:4022: result: yes
configure:4039: checking for gcc option to accept ANSI C
configure:4100: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4103: $? = 0
configure:4106: test -s conftest.o
configure:4109: $? = 0
configure:4127: result: none needed
configure:4145: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
conftest.c:2: parse error before `me'
configure:4148: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:4262: checking how to run the C preprocessor
configure:4298: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:4304: $? = 0
configure:4336: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:4335: ac_nonexistent.h: No such file or directory
configure:4342: $? = 1
configure: failed program was:
| #line 4327 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4380: result: gcc -E
configure:4405: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:4411: $? = 0
configure:4443: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:4442: ac_nonexistent.h: No such file or directory
configure:4449: $? = 1
configure: failed program was:
| #line 4434 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4503: checking for a BSD-compatible install
configure:4557: result: /usr/bin/install -c
configure:4568: checking whether ln -s works
configure:4572: result: yes
configure:4620: checking for ranlib
configure:4636: found /usr/bin/ranlib
configure:4647: result: ranlib
configure:4662: checking for egrep
configure:4672: result: grep -E
configure:4678: checking for AIX
configure:4701: result: no
configure:4707: checking for library containing strerror
configure:4738: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4741: $? = 0
configure:4744: test -s conftest
configure:4747: $? = 0
configure:4806: result: none required
configure:4813: checking for ANSI C header files
configure:4839: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4842: $? = 0
configure:4845: test -s conftest.o
configure:4848: $? = 0
configure:4937: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:4940: $? = 0
configure:4942: ./conftest
configure:4945: $? = 0
configure:4960: result: yes
configure:4984: checking for sys/types.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for sys/stat.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for stdlib.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for string.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for memory.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for strings.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for inttypes.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for stdint.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:4984: checking for unistd.h
configure:5001: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5004: $? = 0
configure:5007: test -s conftest.o
configure:5010: $? = 0
configure:5021: result: yes
configure:5043: checking minix/config.h usability
configure:5056: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5097: minix/config.h: No such file or directory
configure:5059: $? = 1
configure: failed program was:
| #line 5045 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5075: result: no
configure:5079: checking minix/config.h presence
configure:5090: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5099: minix/config.h: No such file or directory
configure:5096: $? = 1
configure: failed program was:
| #line 5081 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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:5115: result: no
configure:5151: checking for minix/config.h
configure:5158: result: no
configure:5192: checking for ANSI C header files
configure:5339: result: yes
configure:5372: checking for string.h
configure:5377: result: yes
configure:5381: checking limits.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5397: $? = 0
configure:5400: test -s conftest.o
configure:5403: $? = 0
configure:5413: result: yes
configure:5417: checking limits.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5434: $? = 0
configure:5453: result: yes
configure:5489: checking for limits.h
configure:5496: result: yes
configure:5372: checking for unistd.h
configure:5377: result: yes
configure:5381: checking sys/socket.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5397: $? = 0
configure:5400: test -s conftest.o
configure:5403: $? = 0
configure:5413: result: yes
configure:5417: checking sys/socket.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5434: $? = 0
configure:5453: result: yes
configure:5489: checking for sys/socket.h
configure:5496: result: yes
configure:5381: checking pwd.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5397: $? = 0
configure:5400: test -s conftest.o
configure:5403: $? = 0
configure:5413: result: yes
configure:5417: checking pwd.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5434: $? = 0
configure:5453: result: yes
configure:5489: checking for pwd.h
configure:5496: result: yes
configure:5381: checking grp.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5397: $? = 0
configure:5400: test -s conftest.o
configure:5403: $? = 0
configure:5413: result: yes
configure:5417: checking grp.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5434: $? = 0
configure:5453: result: yes
configure:5489: checking for grp.h
configure:5496: result: yes
configure:5372: checking for strings.h
configure:5377: result: yes
configure:5381: checking sys/processor.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5443: sys/processor.h: No such file or directory
configure:5397: $? = 1
configure: failed program was:
| #line 5383 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/processor.h>
configure:5413: result: no
configure:5417: checking sys/processor.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5445: sys/processor.h: No such file or directory
configure:5434: $? = 1
configure: failed program was:
| #line 5419 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h. */
| #include <sys/processor.h>
configure:5453: result: no
configure:5489: checking for sys/processor.h
configure:5496: result: no
configure:5381: checking sys/sem.h usability
configure:5394: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5397: $? = 0
configure:5400: test -s conftest.o
configure:5403: $? = 0
configure:5413: result: yes
configure:5417: checking sys/sem.h presence
configure:5428: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:5434: $? = 0
configure:5453: result: yes
configure:5489: checking for sys/sem.h
configure:5496: result: yes
configure:5509: checking for sys/wait.h that is POSIX.1 compatible
configure:5541: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5544: $? = 0
configure:5547: test -s conftest.o
configure:5550: $? = 0
configure:5561: result: yes
configure:5573: checking for an ANSI C-conforming const
configure:5641: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5644: $? = 0
configure:5647: test -s conftest.o
configure:5650: $? = 0
configure:5661: result: yes
configure:5711: checking for getpwnam
configure:5761: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5764: $? = 0
configure:5767: test -s conftest
configure:5770: $? = 0
configure:5781: result: yes
configure:5711: checking for getgrnam
configure:5761: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5764: $? = 0
configure:5767: test -s conftest
configure:5770: $? = 0
configure:5781: result: yes
configure:5711: checking for initgroups
configure:5761: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5764: $? = 0
configure:5767: test -s conftest
configure:5770: $? = 0
configure:5781: result: yes
configure:5711: checking for bindprocessor
configure:5761: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
/tmp/ccObCz7L.o: In function `main':
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/configure:5779: undefined
reference to `bindprocessor'
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/configure:5779: undefined
reference to `bindprocessor'
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/configure:5779: undefined
reference to `bindprocessor'
collect2: ld returned 1 exit status
configure:5764: $? = 1
configure: failed program was:
| #line 5716 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bindprocessor (); 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
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char bindprocessor ();
| /* 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_bindprocessor) || defined (__stub___bindprocessor)
| choke me
| #else
| char (*f) () = bindprocessor;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != bindprocessor;
| ;
| return 0;
| }
configure:5781: result: no
configure:5711: checking for timegm
configure:5761: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5764: $? = 0
configure:5767: test -s conftest
configure:5770: $? = 0
configure:5781: result: yes
configure:5792: checking for tm_gmtoff in struct tm
configure:5815: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:5818: $? = 0
configure:5821: test -s conftest.o
configure:5824: $? = 0
configure:5835: result: yes
configure:5912: /include/apr.h: No such file or directory
configure:6011: checking whether to enable mod_access
configure:6049: result: yes (default)
configure:6097: checking whether to enable mod_auth
configure:6135: result: yes (default)
configure:6183: checking whether to enable mod_auth_anon
configure:6221: result: no
configure:6269: checking whether to enable mod_auth_dbm
configure:6307: result: no
configure:6356: checking whether to enable mod_auth_digest
configure:6437: result: no
configure:6533: checking whether to enable mod_isapi
configure:6571: result: no
configure:6667: checking whether to enable mod_file_cache
configure:6705: result: no
configure:6801: checking whether to enable mod_echo
configure:6839: result: no
configure:7024: checking whether to enable mod_charset_lite
configure:7062: result: no
configure:7114: checking whether to enable mod_cache
configure:7152: result: no
configure:7200: checking whether to enable mod_disk_cache
configure:7238: result: no
configure:7286: checking whether to enable mod_mem_cache
configure:7324: result: no
configure:7372: checking whether to enable mod_example
configure:7410: result: no
configure:7458: checking whether to enable mod_case_filter
configure:7496: result: no
configure:7544: checking whether to enable mod_case_filter_in
configure:7582: result: no
configure:7632: checking whether to enable mod_ldap
configure:7670: result: no
configure:7720: checking whether to enable mod_auth_ldap
configure:7758: result: no
configure:7832: checking whether to enable mod_ext_filter
configure:7870: result: no
configure:7918: checking whether to enable mod_include
configure:7956: result: yes (default)
configure:8027: checking whether to enable mod_deflate
configure:8397: result: no
configure:8471: checking whether to enable mod_log_config
configure:8509: result: yes (default)
configure:8558: checking whether to enable mod_logio
configure:8596: result: no
configure:8670: checking whether to enable mod_env
configure:8708: result: yes (default)
configure:8756: checking whether to enable mod_mime_magic
configure:8794: result: no
configure:8842: checking whether to enable mod_cern_meta
configure:8880: result: no
configure:8928: checking whether to enable mod_expires
configure:8966: result: no
configure:9014: checking whether to enable mod_headers
configure:9052: result: no
configure:9101: checking whether to enable mod_usertrack
configure:9379: result: no
configure:9428: checking whether to enable mod_unique_id
configure:9466: result: no
configure:9514: checking whether to enable mod_setenvif
configure:9552: result: yes (default)
configure:9656: checking whether to enable mod_proxy
configure:9694: result: no
configure:9757: checking whether to enable mod_proxy_connect
configure:9795: result: no
configure:9843: checking whether to enable mod_proxy_ftp
configure:9881: result: no
configure:9929: checking whether to enable mod_proxy_http
configure:9967: result: no
configure:10041: checking whether to enable mod_ssl
configure:10490: result: no
configure:10564: checking whether to enable mod_optional_hook_export
configure:10602: result: no
configure:10650: checking whether to enable mod_optional_hook_import
configure:10688: result: no
configure:10736: checking whether to enable mod_optional_fn_import
configure:10774: result: no
configure:10822: checking whether to enable mod_optional_fn_export
configure:10860: result: no
configure:10908: checking whether to enable mod_bucketeer
configure:10946: result: no
configure:11032: checking for target platform
configure:11057: result: unix
configure:11089: checking for rlim_t
configure:11116: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11119: $? = 0
configure:11122: test -s conftest.o
configure:11125: $? = 0
configure:11140: result: yes
configure:11168: checking sys/time.h usability
configure:11181: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11184: $? = 0
configure:11187: test -s conftest.o
configure:11190: $? = 0
configure:11200: result: yes
configure:11204: checking sys/time.h presence
configure:11215: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:11221: $? = 0
configure:11240: result: yes
configure:11276: checking for sys/time.h
configure:11283: result: yes
configure:11168: checking sys/resource.h usability
configure:11181: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11184: $? = 0
configure:11187: test -s conftest.o
configure:11190: $? = 0
configure:11200: result: yes
configure:11204: checking sys/resource.h presence
configure:11215: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:11221: $? = 0
configure:11240: result: yes
configure:11276: checking for sys/resource.h
configure:11283: result: yes
configure:11159: checking for sys/sem.h
configure:11164: result: yes
configure:11168: checking sys/ipc.h usability
configure:11181: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11184: $? = 0
configure:11187: test -s conftest.o
configure:11190: $? = 0
configure:11200: result: yes
configure:11204: checking sys/ipc.h presence
configure:11215: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:11221: $? = 0
configure:11240: result: yes
configure:11276: checking for sys/ipc.h
configure:11283: result: yes
configure:11302: checking for setsid
configure:11352: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11355: $? = 0
configure:11358: test -s conftest
configure:11361: $? = 0
configure:11372: result: yes
configure:11302: checking for killpg
configure:11352: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11355: $? = 0
configure:11358: test -s conftest
configure:11361: $? = 0
configure:11372: result: yes
configure:11401: checking bstring.h usability
configure:11414: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11476: bstring.h: No such file or directory
configure:11417: $? = 1
configure: failed program was:
| #line 11403 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bstring.h>
configure:11433: result: no
configure:11437: checking bstring.h presence
configure:11448: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:11478: bstring.h: No such file or directory
configure:11454: $? = 1
configure: failed program was:
| #line 11439 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETGRNAM 1
| #define HAVE_INITGROUPS 1
| #define HAVE_TIMEGM 1
| #define HAVE_GMTOFF 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SETSID 1
| #define HAVE_KILLPG 1
| /* end confdefs.h. */
| #include <bstring.h>
configure:11473: result: no
configure:11509: checking for bstring.h
configure:11516: result: no
configure:11392: checking for unistd.h
configure:11397: result: yes
configure:11536: checking for syslog
configure:11586: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11589: $? = 0
configure:11592: test -s conftest
configure:11595: $? = 0
configure:11606: result: yes
configure:11631: checking sys/times.h usability
configure:11644: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11647: $? = 0
configure:11650: test -s conftest.o
configure:11653: $? = 0
configure:11663: result: yes
configure:11667: checking sys/times.h presence
configure:11678: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c
configure:11684: $? = 0
configure:11703: result: yes
configure:11739: checking for sys/times.h
configure:11746: result: yes
configure:11763: checking for times
configure:11813: gcc -o conftest -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:11816: $? = 0
configure:11819: test -s conftest
configure:11822: $? = 0
configure:11833: result: yes
configure:11844: checking which MPM to use
configure:11860: result: prefork
configure:12535: checking whether to enable mod_http
configure:12573: result: yes
configure:12621: checking whether to enable mod_mime
configure:12659: result: yes (default)
configure:12721: checking for extra modules
configure:12766: result: no extra modules
configure:12790: checking whether to enable mod_dav
configure:12828: result: no
configure:12929: checking whether to enable mod_status
configure:12967: result: yes (default)
configure:13015: checking whether to enable mod_autoindex
configure:13053: result: yes (default)
configure:13101: checking whether to enable mod_asis
configure:13139: result: yes (default)
configure:13187: checking whether to enable mod_info
configure:13225: result: no
configure:13273: checking whether to enable mod_suexec
configure:13325: result: no
configure:13575: checking whether to enable mod_cgi
configure:13613: result: yes (default)
configure:13661: checking whether to enable mod_cgid
configure:13699: result: no
configure:14243: checking whether to enable mod_dav_fs
configure:14281: result: no
configure:14355: checking whether to enable mod_vhost_alias
configure:14393: result: no
configure:14441: checking whether to enable mod_negotiation
configure:14479: result: yes (default)
configure:14527: checking whether to enable mod_dir
configure:14565: result: yes (default)
configure:14613: checking whether to enable mod_imap
configure:14651: result: yes (default)
configure:14699: checking whether to enable mod_actions
configure:14737: result: yes (default)
configure:14785: checking whether to enable mod_speling
configure:14823: result: no
configure:14871: checking whether to enable mod_userdir
configure:14909: result: yes (default)
configure:14957: checking whether to enable mod_alias
configure:14995: result: yes (default)
configure:15044: checking whether to enable mod_rewrite
configure:15082: result: no
configure:15183: /include/apr.h: No such file or directory
configure:15177: checking whether to enable mod_so
configure:15215: result: no
configure:15579: checking whether byte ordering is bigendian
configure:15607: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:15610: $? = 0
configure:15613: test -s conftest.o
configure:15616: $? = 0
configure:15641: gcc -c -g -O2 -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c >&5
configure:15644: $? = 0
configure:15647: test -s conftest.o
configure:15650: $? = 0
configure:15764: result: yes
configure:16353: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on jessica
config.status:825: creating docs/conf/httpd-std.conf
config.status:825: creating include/ap_config_layout.h
config.status:825: creating support/apxs
config.status:825: creating support/apachectl
config.status:825: creating support/dbmmanage
config.status:825: creating support/envvars-std
config.status:825: creating support/log_server_status
config.status:825: creating support/logresolve.pl
config.status:825: creating support/phf_abuse_log.cgi
config.status:825: creating support/split-logfile
config.status:825: creating httpd.spec
config.status:825: creating build/rules.mk
config.status:929: creating include/ap_config_auto.h
config.status:1218: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-unknown-linux-gnu
ac_cv_build_alias=powerpc-unknown-linux-gnu
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_define_APR_HAS_DSO=no
ac_cv_define_APR_HAVE_IPV6=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_bindprocessor=no
ac_cv_func_getgrnam=yes
ac_cv_func_getpwnam=yes
ac_cv_func_initgroups=yes
ac_cv_func_killpg=yes
ac_cv_func_setsid=yes
ac_cv_func_syslog=yes
ac_cv_func_timegm=yes
ac_cv_func_times=yes
ac_cv_header_bstring_h=no
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pwd_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_ipc_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-unknown-linux-gnu
ac_cv_host_alias=powerpc-unknown-linux-gnu
ac_cv_mkdir_p=yes
ac_cv_objext=o
ac_cv_path_RM=/bin/rm
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep=$'grep -E'
ac_cv_search_strerror=$'none required'
ac_cv_struct_tm_gmtoff=yes
ac_cv_target=powerpc-unknown-linux-gnu
ac_cv_target_alias=powerpc-unknown-linux-gnu
ac_cv_type_rlim_t=yes
apache_cv_mpm=prefork
## ----------------- ##
## Output variables. ##
## ----------------- ##
--apr-la-file print the path to the .la file, if available
--apr-lib-target print the libtool target information
--apr-libtool print the path to APR's libtool
--apr-so-ext print the extensions of shared objects on this platform
--apu-la-file print the path to the .la file, if available
--bindir print location where binaries are installed
--bindir print location where binaries are installed
--cflags print C compiler flags
--cppflags print cpp flags
--help print this help
--help print this help
--includes print include information
--includes print include information
--ldflags print linker flags
--ldflags print linker flags
--libs print additional libraries to link against
--libs print library information
--link-ld print link switch(es) for linking to APR
--link-ld print link switch(es) for linking to APR-util
--link-libtool print the libtool inputs for linking to APR
--link-libtool print the libtool inputs for linking to APR-util
--old-expat indicate if APR-util was built against an old expat
--prefix[=DIR] change prefix to DIR
--prefix[=DIR] change prefix to DIR
--shlib-path-var print the name of the shared library path env var
--srcdir print APR source directory
--srcdir print APR-util source directory
--version print APR-util's version as a dotted triple
--version print the APR's version as a dotted triple
APR_LIBS="`apr-config --link-ld --libs`"
APR_LIBS="`apr-config --link-libtool --libs`"
APU_LIBS="`apu-config --link-ld --libs`"
APU_LIBS="`apu-config --link-libtool --libs`"
APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`'
APR_BINDIR='/usr/local/apache2/bin'
APR_INCLUDEDIR='Usage: apr-config [OPTION]
APU_BINDIR='/usr/local/apache2/bin'
APU_INCLUDEDIR='Usage: apu-config [OPTION]
AP_BUILD_SRCLIB_DIRS='apr apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util apr'
AP_LIBS='/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/pcre/libpcre.la
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr-util/libaprutil-0.la
-lgdbm -ldb-4.0 -lexpat
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr/libapr-0.la -lm
-lcrypt -lnsl -ldl'
AP_SIG_GRACEFUL='SIGUSR1'
AP_SIG_GRACEFUL_SHORT='USR1'
AP_SIG_GRACEFUL_STRING=''
AWK='gawk'
An application should use the results of --cflags, --cppflags, --includes,
An application should use the results of --includes, and --ldflags in
BUILTIN_LIBS=' modules/aaa/mod_access.la modules/aaa/mod_auth.la
modules/filters/mod_include.la modules/loggers/mod_log_config.la
modules/metadata/mod_env.la modules/metadata/mod_setenvif.la
modules/http/mod_http.la modules/http/mod_mime.la
modules/generators/mod_status.la modules/generators/mod_autoindex.la
modules/generators/mod_asis.la modules/generators/mod_cgi.la
modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la
modules/mappers/mod_imap.la modules/mappers/mod_actions.la
modules/mappers/mod_userdir.la modules/mappers/mod_alias.la'
CC='gcc'
CFLAGS=''
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='gcc -E'
CPPFLAGS=''
CXX=''
CXXFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DSO_MODULES=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_CFLAGS=' -g -O2 -pthread'
EXTRA_CPPFLAGS=' -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE'
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES='
-I/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr/include
-I/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr-util/include -I.
-I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)
-I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/filters
-I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include
-I$(top_srcdir)/modules/dav/main'
EXTRA_LDFLAGS=' '
EXTRA_LIBS=''
HTTPD_LDFLAGS=''
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROG_FLAGS=''
INSTALL_SCRIPT='${INSTALL}'
Known values for OPTION are:
Known values for OPTION are:
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='/bin/sh
/home/minfrin/src/apache/sandbox/proxy/httpd-2.0/srclib/apr/libtool $(LTFLAGS)'
LN_S='ln -s'
LTCFLAGS='-prefer-non-pic -static'
LTFLAGS='--silent'
LTLIBOBJS=''
LT_LDFLAGS='-export-dynamic'
MK_IMPLIB=''
MODULE_CLEANDIRS=' arch/win32 cache echo experimental proxy ssl test dav/main
dav/fs'
MODULE_DIRS=' aaa filters loggers metadata http generators mappers'
MPM_LIB='server/mpm/prefork/libprefork.la'
MPM_NAME='prefork'
MPM_SUBDIR_NAME='prefork'
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS='-DAP_HAVE_DESIGNATED_INITIALIZER'
NOTEST_CXXFLAGS=''
NOTEST_LDFLAGS=''
NOTEST_LIBS=''
OBJEXT='o'
OS='unix'
OS_DIR='unix'
OS_SPECIFIC_VARS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PORT='80'
POST_SHARED_CMDS='echo ""'
PRE_SHARED_CMDS='echo ""'
RANLIB='ranlib'
RM='/bin/rm'
SHELL='/bin/sh'
SHLIBPATH_VAR='LD_LIBRARY_PATH'
SHLTCFLAGS='-prefer-pic'
SH_LDFLAGS=''
SH_LIBS=''
SH_LIBTOOL='$(LIBTOOL)'
UTIL_LDFLAGS=''
When linking with libtool, an application should do something like:
When linking with libtool, an application should do something like:
ab_LTFLAGS=''
abs_srcdir='/home/minfrin/src/apache/sandbox/proxy/httpd-2.0'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
and --ldflags in their build process.'
ap_make_delimiter=' '
ap_make_include='include'
bindir='${exec_prefix}/bin'
build='powerpc-unknown-linux-gnu'
build_alias=''
build_cpu='powerpc'
build_os='linux-gnu'
build_vendor='unknown'
cgidir='${datadir}/cgi-bin'
checkgid_LTFLAGS=''
datadir='${prefix}'
errordir='${datadir}/error'
exec_prefix='${prefix}'
exp_bindir='/usr/local/apache2/bin'
exp_cgidir='/usr/local/apache2/cgi-bin'
exp_datadir='/usr/local/apache2'
exp_errordir='/usr/local/apache2/error'
exp_exec_prefix='/usr/local/apache2'
exp_htdocsdir='/usr/local/apache2/htdocs'
exp_iconsdir='/usr/local/apache2/icons'
exp_includedir='/usr/local/apache2/include'
exp_installbuilddir='/usr/local/apache2/build'
exp_libdir='/usr/local/apache2/lib'
exp_libexecdir='/usr/local/apache2/modules'
exp_localstatedir='/usr/local/apache2'
exp_logfiledir='/usr/local/apache2/logs'
exp_mandir='/usr/local/apache2/man'
exp_manualdir='/usr/local/apache2/manual'
exp_proxycachedir='/usr/local/apache2/proxy'
exp_runtimedir='/usr/local/apache2/logs'
exp_sbindir='/usr/local/apache2/bin'
exp_sysconfdir='/usr/local/apache2/conf'
host='powerpc-unknown-linux-gnu'
host_alias=''
host_cpu='powerpc'
host_os='linux-gnu'
host_vendor='unknown'
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/htdocs'
htpasswd_LTFLAGS=''
iconsdir='${datadir}/icons'
includedir='${prefix}/include'
infodir='${prefix}/info'
installbuilddir='${datadir}/build'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localstatedir='${prefix}'
logfiledir='${localstatedir}/logs'
logresolve_LTFLAGS=''
mandir='${prefix}/man'
manualdir='${datadir}/manual'
nonssl_listen_stmt_1=''
nonssl_listen_stmt_2='Listen @@Port@@'
oldincludedir='/usr/include'
or when linking directly:
or when linking directly:
other_targets=''
perlbin='/usr/bin/perl'
prefix='/usr/local/apache2'
progname='httpd'
program_transform_name='s,x,x,'
proxycachedir='${localstatedir}/proxy'
rel_bindir='bin'
rel_cgidir='cgi-bin'
rel_datadir=''
rel_errordir='error'
rel_exec_prefix=''
rel_htdocsdir='htdocs'
rel_iconsdir='icons'
rel_includedir='include'
rel_installbuilddir='build'
rel_libdir='lib'
rel_libexecdir='modules'
rel_localstatedir=''
rel_logfiledir='logs'
rel_mandir='man'
rel_manualdir='manual'
rel_proxycachedir='proxy'
rel_runtimedir='logs'
rel_sbindir='bin'
rel_sysconfdir='conf'
rotatelogs_LTFLAGS=''
runtimedir='${localstatedir}/logs'
sbindir='${exec_prefix}/bin'
shared_build=''
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/conf'
target='powerpc-unknown-linux-gnu'
target_alias=''
target_cpu='powerpc'
target_os='linux-gnu'
target_vendor='unknown'
their build process.'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define APACHE_MPM_DIR "server/mpm/prefork"
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_SHORT USR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_TYPES_CONFIG_FILE "conf/mime.types"
#define AP_USING_AUTOCONF 1
#define HAVE_GETGRNAM 1
#define HAVE_GETPWNAM 1
#define HAVE_GMTOFF 1
#define HAVE_GRP_H 1
#define HAVE_INITGROUPS 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILLPG 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PWD_H 1
#define HAVE_SETSID 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TIMEGM 1
#define HAVE_TIMES 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HTTPD_ROOT "/usr/local/apache2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SERVER_CONFIG_FILE "conf/httpd.conf"
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define WORDS_BIGENDIAN 1
configure: exit 0
