ports/www/apache2 problems with 6.0-CURRENT

Vincent Poy vincepoy at gmail.com
Tue Nov 23 03:38:07 PST 2004


On Thu, 18 Nov 2004 17:08:16 +0100, Clement Laforet <clement at freebsd.org> wrote:

> On Wed, 17 Nov 2004 14:50:23 -0800
> Vincent Poy <vincepoy at gmail.com> wrote:
>
> > I'm having the following problems with ports/www/apache2 in FreeBSD 6.0-CURRENT:
> >
> > 1) If I tried to compile with the following:
> >
> > make WITH_AUTH_MODULES=yes WITH_DAV_MODULES=yes
> > WITHOUT_EXPERIMENTAL_MODULES=yes WITH_LDAP_MODULES=yes
> > WITH_MISC_MODULES=yes WITH_PROXY_MODULES=yes WITH_SSL_MODULES=yes
> > WITH_SUEXEC_MODULES=yes WITH_THREADS_MODULES=yes
> ...
> > mod_mem_cache.c:49:2: #error This module does not currently compile
> > unless you have a thread-capable APR. Sorry!
> ...
>
> Please define WITH_THREADS.
>
> > Not compiling with the EXPERIMENTAL modules would compile fine but
> > when I start apache, I would get the following error:
> >
> > root at bigbang [2:36pm][/usr/ports/www/apache2] >> apachectl start
> > Syntax error on line 245 of /usr/local/etc/apache2/httpd.conf:
> > Cannot load /usr/local/libexec/apache2/mod_deflate.so into server:
> > /usr/local/libexec/apache2/mod_deflate.so: Undefined symbol "deflate"
> >
> > This is with the default httpd.conf that the port copies.  Any ideas
> > how to fix this as /usr/include/zlib.h (v1.2.1) after searching on
> > Google and Yahoo is what's needed for the deflate to work but zlib.h
> > is part of the FreeBSD world build.
>
> I can't reproduce the problem. Can you send me your config.log please ?

The WITH_THREADS fixed the EXPERIMENTAL modules build.  Attached is my
config.log.

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

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

  $ ./configure --prefix=/usr/local --enable-layout=FreeBSD --with-perl=/usr/local/bin/perl5.8.5 --with-port=80 --with-expat=/usr/local --with-iconv=/usr/local --libdir=/usr/local/lib/apache2 --includedir=/usr/local/include/apache2 --enable-v4-mapped --with-ldap --with-ldap-lib=/usr/local/lib --with-ldap-include=/usr/local/include --with-dbm=sdbm --enable-threads --enable-nonportable-atomics --with-ssl=/usr --enable-so --with-suexec-caller=www --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 --with-suexec-userdir=public_html --with-suexec-docroot=/usr/local/www/data --with-suexec-safepath=/usr/local/bin:/usr/local/bin:/usr/bin:/bin --with-suexec-logfile=/var/log/httpd-suexec.log --with-suexec-bin=/usr/local/sbin/suexec --enable-mods-shared=access auth auth_anon auth_dbm auth_digest dav dav_fs bucketeer case_filter case_filter_in ext_filter charset_lite  optional_hook_export optional_hook_import  optional_fn_import optional_fn_export  cache file_cache disk_cache mem_cache ldap auth_ldap actions alias asis autoindex cache cern_meta  cgi charset_lite deflate dir disk_cache env expires  file_cache headers imap include info log_config logio mime  mime_magic negotiation rewrite setenvif speling status  unique_id userdir usertrack vhost_alias proxy proxy_connect proxy_ftp proxy_http ssl suexec cgid suexec --with-mpm=prefork i386-portbld-freebsd6.0 --prefix=/usr/local i386-portbld-freebsd6.0

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

hostname = bigbang.DNALOGIC.NET
uname -m = i386
uname -r = 6.0-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 6.0-CURRENT #0: Fri Nov  5 03:37:55 PST 2004     vince at bigbang.DNALOGIC.NET:/usr/obj/usr/src/sys/BIGBANG 

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/libexec/autoconf259
PATH: /usr/local/libexec/libtool15
PATH: .
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/X11R6/bin


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

configure:1617: checking for chosen layout
configure:1619: result: FreeBSD
configure:2412: checking for working mkdir -p
configure:2428: result: yes
configure:2445: checking build system type
configure:2463: result: i386-portbld-freebsd6.0
configure:2471: checking host system type
configure:2485: result: i386-portbld-freebsd6.0
configure:2493: checking target system type
configure:2507: result: i386-portbld-freebsd6.0
configure:2536: checking for APR
configure:2596: result: reconfig
configure:2836: checking for APR-util
configure:2897: result: reconfig
configure:3085: checking for i386-portbld-freebsd6.0-gcc
configure:3111: result: cc
configure:3393: checking for C compiler version
configure:3396: cc --version </dev/null >&5
cc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 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:3399: $? = 0
configure:3401: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728
configure:3404: $? = 0
configure:3406: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:3409: $? = 1
configure:3432: checking for C compiler default output file name
configure:3435: cc -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:3438: $? = 0
configure:3484: result: a.out
configure:3489: checking whether the C compiler works
configure:3495: ./a.out
configure:3498: $? = 0
configure:3515: result: yes
configure:3522: checking whether we are cross compiling
configure:3524: result: no
configure:3527: checking for suffix of executables
configure:3529: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:3532: $? = 0
configure:3557: result: 
configure:3563: checking for suffix of object files
configure:3584: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:3587: $? = 0
configure:3609: result: o
configure:3613: checking whether we are using the GNU C compiler
configure:3637: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:3643: $? = 0
configure:3647: test -z 
			 || test ! -s conftest.err
configure:3650: $? = 0
configure:3653: test -s conftest.o
configure:3656: $? = 0
configure:3669: result: yes
configure:3675: checking whether cc accepts -g
configure:3696: cc -c -g  -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:3702: $? = 0
configure:3706: test -z 
			 || test ! -s conftest.err
configure:3709: $? = 0
configure:3712: test -s conftest.o
configure:3715: $? = 0
configure:3726: result: yes
configure:3743: checking for cc option to accept ANSI C
configure:3813: cc  -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:3819: $? = 0
configure:3823: test -z 
			 || test ! -s conftest.err
configure:3826: $? = 0
configure:3829: test -s conftest.o
configure:3832: $? = 0
configure:3850: result: none needed
configure:3868: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3874: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4012: checking how to run the C preprocessor
configure:4130: result: cc -E
configure:4154: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:4160: $? = 0
configure:4192: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4198: $? = 1
configure: failed program was:
| /* 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:4578: checking for rm
configure:4596: found /bin/rm
configure:4608: result: /bin/rm
configure:4619: checking for gawk
configure:4635: found /usr/local/bin/gawk
configure:4645: result: gawk
configure:4668: checking for a BSD-compatible install
configure:4723: result: /usr/bin/install -c -o root -g wheel
configure:4734: checking whether ln -s works
configure:4738: result: yes
configure:4748: checking for i386-portbld-freebsd6.0-ranlib
configure:4777: result: no
configure:4786: checking for ranlib
configure:4802: found /usr/bin/ranlib
configure:4813: result: ranlib
configure:4828: checking for egrep
configure:4838: result: grep -E
configure:4844: checking for AIX
configure:4866: result: no
configure:4872: checking for library containing strerror
configure:4902: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:4908: $? = 0
configure:4912: test -z 
			 || test ! -s conftest.err
configure:4915: $? = 0
configure:4918: test -s conftest
configure:4921: $? = 0
configure:4991: result: none required
configure:4998: checking for ANSI C header files
configure:5023: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5029: $? = 0
configure:5033: test -z 
			 || test ! -s conftest.err
configure:5036: $? = 0
configure:5039: test -s conftest.o
configure:5042: $? = 0
configure:5131: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:5134: $? = 0
configure:5136: ./conftest
configure:5139: $? = 0
configure:5154: result: yes
configure:5178: checking for sys/types.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for sys/stat.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for stdlib.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for string.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for memory.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for strings.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for inttypes.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for stdint.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5178: checking for unistd.h
configure:5194: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5200: $? = 0
configure:5204: test -z 
			 || test ! -s conftest.err
configure:5207: $? = 0
configure:5210: test -s conftest.o
configure:5213: $? = 0
configure:5224: result: yes
configure:5246: checking minix/config.h usability
configure:5258: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:5264: $? = 1
configure: failed program was:
| /* 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:5287: result: no
configure:5291: checking minix/config.h presence
configure:5301: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:5307: $? = 1
configure: failed program was:
| /* 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:5327: result: no
configure:5362: checking for minix/config.h
configure:5369: result: no
configure:5403: checking for ANSI C header files
configure:5559: result: yes
configure:5594: checking for string.h
configure:5599: result: yes
configure:5603: checking limits.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5621: $? = 0
configure:5625: test -z 
			 || test ! -s conftest.err
configure:5628: $? = 0
configure:5631: test -s conftest.o
configure:5634: $? = 0
configure:5644: result: yes
configure:5648: checking limits.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:5664: $? = 0
configure:5684: result: yes
configure:5719: checking for limits.h
configure:5726: result: yes
configure:5594: checking for unistd.h
configure:5599: result: yes
configure:5603: checking sys/socket.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5621: $? = 0
configure:5625: test -z 
			 || test ! -s conftest.err
configure:5628: $? = 0
configure:5631: test -s conftest.o
configure:5634: $? = 0
configure:5644: result: yes
configure:5648: checking sys/socket.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:5664: $? = 0
configure:5684: result: yes
configure:5719: checking for sys/socket.h
configure:5726: result: yes
configure:5603: checking pwd.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5621: $? = 0
configure:5625: test -z 
			 || test ! -s conftest.err
configure:5628: $? = 0
configure:5631: test -s conftest.o
configure:5634: $? = 0
configure:5644: result: yes
configure:5648: checking pwd.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:5664: $? = 0
configure:5684: result: yes
configure:5719: checking for pwd.h
configure:5726: result: yes
configure:5603: checking grp.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5621: $? = 0
configure:5625: test -z 
			 || test ! -s conftest.err
configure:5628: $? = 0
configure:5631: test -s conftest.o
configure:5634: $? = 0
configure:5644: result: yes
configure:5648: checking grp.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:5664: $? = 0
configure:5684: result: yes
configure:5719: checking for grp.h
configure:5726: result: yes
configure:5594: checking for strings.h
configure:5599: result: yes
configure:5603: checking sys/prctl.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:61:23: sys/prctl.h: No such file or directory
configure:5621: $? = 1
configure: failed program was:
| /* 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/prctl.h>
configure:5644: result: no
configure:5648: checking sys/prctl.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:27:23: sys/prctl.h: No such file or directory
configure:5664: $? = 1
configure: failed program was:
| /* 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/prctl.h>
configure:5684: result: no
configure:5719: checking for sys/prctl.h
configure:5726: result: no
configure:5603: checking sys/processor.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:61:27: sys/processor.h: No such file or directory
configure:5621: $? = 1
configure: failed program was:
| /* 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:5644: result: no
configure:5648: checking sys/processor.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:27:27: sys/processor.h: No such file or directory
configure:5664: $? = 1
configure: failed program was:
| /* 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:5684: result: no
configure:5719: checking for sys/processor.h
configure:5726: result: no
configure:5603: checking sys/sem.h usability
configure:5615: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5621: $? = 0
configure:5625: test -z 
			 || test ! -s conftest.err
configure:5628: $? = 0
configure:5631: test -s conftest.o
configure:5634: $? = 0
configure:5644: result: yes
configure:5648: checking sys/sem.h presence
configure:5658: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:5664: $? = 0
configure:5684: result: yes
configure:5719: checking for sys/sem.h
configure:5726: result: yes
configure:5739: checking for sys/wait.h that is POSIX.1 compatible
configure:5770: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5776: $? = 0
configure:5780: test -z 
			 || test ! -s conftest.err
configure:5783: $? = 0
configure:5786: test -s conftest.o
configure:5789: $? = 0
configure:5800: result: yes
configure:5812: checking for an ANSI C-conforming const
configure:5879: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:5885: $? = 0
configure:5889: test -z 
			 || test ! -s conftest.err
configure:5892: $? = 0
configure:5895: test -s conftest.o
configure:5898: $? = 0
configure:5909: result: yes
configure:5961: checking for getpwnam
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:6024: $? = 0
configure:6028: test -z 
			 || test ! -s conftest.err
configure:6031: $? = 0
configure:6034: test -s conftest
configure:6037: $? = 0
configure:6049: result: yes
configure:5961: checking for getgrnam
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:6024: $? = 0
configure:6028: test -z 
			 || test ! -s conftest.err
configure:6031: $? = 0
configure:6034: test -s conftest
configure:6037: $? = 0
configure:6049: result: yes
configure:5961: checking for initgroups
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:6024: $? = 0
configure:6028: test -z 
			 || test ! -s conftest.err
configure:6031: $? = 0
configure:6034: test -s conftest
configure:6037: $? = 0
configure:6049: result: yes
configure:5961: checking for bindprocessor
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
/var/tmp//ccbw9dVC.o(.text+0x14): In function `main':
: undefined reference to `bindprocessor'
/var/tmp//ccbw9dVC.o(.data+0x0): undefined reference to `bindprocessor'
configure:6024: $? = 1
configure: failed program was:
| /* 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.  */
| /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define bindprocessor innocuous_bindprocessor
| 
| /* 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
| 
| #undef bindprocessor
| 
| /* 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:6049: result: no
configure:5961: checking for prctl
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
/var/tmp//ccV3Iweu.o(.text+0x14): In function `main':
: undefined reference to `prctl'
/var/tmp//ccV3Iweu.o(.data+0x0): undefined reference to `prctl'
configure:6024: $? = 1
configure: failed program was:
| /* 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.  */
| /* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define prctl innocuous_prctl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char prctl (); 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 prctl
| 
| /* 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 prctl ();
| /* 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_prctl) || defined (__stub___prctl)
| choke me
| #else
| char (*f) () = prctl;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != prctl;
|   ;
|   return 0;
| }
configure:6049: result: no
configure:5961: checking for timegm
configure:6018: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:6024: $? = 0
configure:6028: test -z 
			 || test ! -s conftest.err
configure:6031: $? = 0
configure:6034: test -s conftest
configure:6037: $? = 0
configure:6049: result: yes
configure:6060: checking for tm_gmtoff in struct tm
configure:6082: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:6088: $? = 0
configure:6092: test -z 
			 || test ! -s conftest.err
configure:6095: $? = 0
configure:6098: test -s conftest.o
configure:6101: $? = 0
configure:6112: result: yes
configure:6301: checking whether to enable mod_access
configure:6339: result: shared
configure:6387: checking whether to enable mod_auth
configure:6425: result: shared
configure:6473: checking whether to enable mod_auth_anon
configure:6511: result: shared
configure:6559: checking whether to enable mod_auth_dbm
configure:6597: result: shared
configure:6646: checking whether to enable mod_auth_digest
configure:6682: result: checking dependencies
configure:6717: checking whether to enable mod_auth_digest
configure:6729: result: shared
configure:6825: checking whether to enable mod_isapi
configure:6863: result: no
configure:6959: checking whether to enable mod_file_cache
configure:6997: result: shared
configure:7093: checking whether to enable mod_echo
configure:7131: result: no
configure:7316: checking whether to enable mod_charset_lite
configure:7354: result: shared
configure:7406: checking whether to enable mod_cache
configure:7444: result: shared
configure:7492: checking whether to enable mod_disk_cache
configure:7530: result: shared
configure:7578: checking whether to enable mod_mem_cache
configure:7616: result: shared
configure:7664: checking whether to enable mod_example
configure:7702: result: no
configure:7750: checking whether to enable mod_case_filter
configure:7788: result: shared
configure:7836: checking whether to enable mod_case_filter_in
configure:7874: result: shared
configure:7924: checking whether to enable mod_ldap
configure:7962: result: shared
configure:8012: checking whether to enable mod_auth_ldap
configure:8050: result: shared
configure:8124: checking whether to enable mod_ext_filter
configure:8162: result: shared
configure:8210: checking whether to enable mod_include
configure:8248: result: shared
configure:8319: checking whether to enable mod_deflate
configure:8355: result: checking dependencies
configure:8369: checking for zlib location
configure:8390: result: /usr
configure:8488: checking for zlib library
configure:8506: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz >&5
configure:8512: $? = 0
configure:8516: test -z 
			 || test ! -s conftest.err
configure:8519: $? = 0
configure:8522: test -s conftest
configure:8525: $? = 0
configure:8527: result: found
configure:8543: checking zutil.h usability
configure:8555: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:69:19: zutil.h: No such file or directory
configure:8561: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 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 <zutil.h>
configure:8584: result: no
configure:8588: checking zutil.h presence
configure:8598: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:35:19: zutil.h: No such file or directory
configure:8604: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| /* end confdefs.h.  */
| #include <zutil.h>
configure:8624: result: no
configure:8659: checking for zutil.h
configure:8666: result: no
configure:8695: checking whether to enable mod_deflate
configure:8707: result: shared
configure:8781: checking whether to enable mod_log_config
configure:8819: result: shared
configure:8868: checking whether to enable mod_log_forensic
configure:8906: result: no
configure:8980: checking whether to enable mod_logio
configure:9018: result: shared
configure:9092: checking whether to enable mod_env
configure:9130: result: shared
configure:9178: checking whether to enable mod_mime_magic
configure:9216: result: shared
configure:9264: checking whether to enable mod_cern_meta
configure:9302: result: shared
configure:9350: checking whether to enable mod_expires
configure:9388: result: shared
configure:9436: checking whether to enable mod_headers
configure:9474: result: shared
configure:9523: checking whether to enable mod_usertrack
configure:9559: result: checking dependencies
configure:9576: checking sys/times.h usability
configure:9588: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:9594: $? = 0
configure:9598: test -z 
			 || test ! -s conftest.err
configure:9601: $? = 0
configure:9604: test -s conftest.o
configure:9607: $? = 0
configure:9617: result: yes
configure:9621: checking sys/times.h presence
configure:9631: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:9637: $? = 0
configure:9657: result: yes
configure:9692: checking for sys/times.h
configure:9699: result: yes
configure:9716: checking for times
configure:9773: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz >&5
configure:9779: $? = 0
configure:9783: test -z 
			 || test ! -s conftest.err
configure:9786: $? = 0
configure:9789: test -s conftest
configure:9792: $? = 0
configure:9804: result: yes
configure:9815: checking whether to enable mod_usertrack
configure:9827: result: shared
configure:9876: checking whether to enable mod_unique_id
configure:9914: result: shared
configure:9962: checking whether to enable mod_setenvif
configure:10000: result: shared
configure:10104: checking whether to enable mod_proxy
configure:10142: result: shared
configure:10205: checking whether to enable mod_proxy_connect
configure:10243: result: shared
configure:10291: checking whether to enable mod_proxy_ftp
configure:10329: result: shared
configure:10377: checking whether to enable mod_proxy_http
configure:10415: result: shared
configure:10489: checking whether to enable mod_ssl
configure:10525: result: checking dependencies
configure:10530: checking for SSL/TLS toolkit base
configure:10581: result: /usr
configure:10584: checking for SSL/TLS toolkit version
configure:10586: result: OpenSSL 0.9.7d 17 Mar 2004
configure:10604: checking for SSL/TLS toolkit includes
configure:10622: result: /usr/include
configure:10625: checking for SSL/TLS toolkit libraries
configure:10640: result: /usr/lib
configure:10808: checking for SSL_set_state
configure:10865: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lssl -lcrypto >&5
/var/tmp//ccUv0R9M.o(.text+0x14): In function `main':
: undefined reference to `SSL_set_state'
/var/tmp//ccUv0R9M.o(.data+0x0): undefined reference to `SSL_set_state'
configure:10871: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| /* Define SSL_set_state to an innocuous variant, in case <limits.h> declares SSL_set_state.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define SSL_set_state innocuous_SSL_set_state
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char SSL_set_state (); 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 SSL_set_state
| 
| /* 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 SSL_set_state ();
| /* 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_SSL_set_state) || defined (__stub___SSL_set_state)
| choke me
| #else
| char (*f) () = SSL_set_state;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != SSL_set_state;
|   ;
|   return 0;
| }
configure:10896: result: no
configure:10910: checking for SSL_set_cert_store
configure:10967: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lssl -lcrypto >&5
/var/tmp//ccTs5M2A.o(.text+0x14): In function `main':
: undefined reference to `SSL_set_cert_store'
/var/tmp//ccTs5M2A.o(.data+0x0): undefined reference to `SSL_set_cert_store'
configure:10973: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| /* Define SSL_set_cert_store to an innocuous variant, in case <limits.h> declares SSL_set_cert_store.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define SSL_set_cert_store innocuous_SSL_set_cert_store
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char SSL_set_cert_store (); 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 SSL_set_cert_store
| 
| /* 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 SSL_set_cert_store ();
| /* 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_SSL_set_cert_store) || defined (__stub___SSL_set_cert_store)
| choke me
| #else
| char (*f) () = SSL_set_cert_store;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != SSL_set_cert_store;
|   ;
|   return 0;
| }
configure:10998: result: no
configure:11009: checking whether to enable mod_ssl
configure:11021: result: shared
configure:11095: checking whether to enable mod_optional_hook_export
configure:11133: result: shared
configure:11181: checking whether to enable mod_optional_hook_import
configure:11219: result: shared
configure:11267: checking whether to enable mod_optional_fn_import
configure:11305: result: shared
configure:11353: checking whether to enable mod_optional_fn_export
configure:11391: result: shared
configure:11439: checking whether to enable mod_bucketeer
configure:11477: result: shared
configure:11563: checking for target platform
configure:11588: result: unix
configure:11620: checking for rlim_t
configure:11646: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:11652: $? = 0
configure:11656: test -z 
			 || test ! -s conftest.err
configure:11659: $? = 0
configure:11662: test -s conftest.o
configure:11665: $? = 0
configure:11680: result: yes
configure:11708: checking sys/time.h usability
configure:11720: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:11726: $? = 0
configure:11730: test -z 
			 || test ! -s conftest.err
configure:11733: $? = 0
configure:11736: test -s conftest.o
configure:11739: $? = 0
configure:11749: result: yes
configure:11753: checking sys/time.h presence
configure:11763: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:11769: $? = 0
configure:11789: result: yes
configure:11824: checking for sys/time.h
configure:11831: result: yes
configure:11708: checking sys/resource.h usability
configure:11720: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:11726: $? = 0
configure:11730: test -z 
			 || test ! -s conftest.err
configure:11733: $? = 0
configure:11736: test -s conftest.o
configure:11739: $? = 0
configure:11749: result: yes
configure:11753: checking sys/resource.h presence
configure:11763: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:11769: $? = 0
configure:11789: result: yes
configure:11824: checking for sys/resource.h
configure:11831: result: yes
configure:11699: checking for sys/sem.h
configure:11704: result: yes
configure:11708: checking sys/ipc.h usability
configure:11720: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:11726: $? = 0
configure:11730: test -z 
			 || test ! -s conftest.err
configure:11733: $? = 0
configure:11736: test -s conftest.o
configure:11739: $? = 0
configure:11749: result: yes
configure:11753: checking sys/ipc.h presence
configure:11763: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
configure:11769: $? = 0
configure:11789: result: yes
configure:11824: checking for sys/ipc.h
configure:11831: result: yes
configure:11850: checking for setsid
configure:11907: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lssl -lcrypto >&5
configure:11913: $? = 0
configure:11917: test -z 
			 || test ! -s conftest.err
configure:11920: $? = 0
configure:11923: test -s conftest
configure:11926: $? = 0
configure:11938: result: yes
configure:11850: checking for killpg
configure:11907: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lssl -lcrypto >&5
configure:11913: $? = 0
configure:11917: test -z 
			 || test ! -s conftest.err
configure:11920: $? = 0
configure:11923: test -s conftest
configure:11926: $? = 0
configure:11938: result: yes
configure:11967: checking bstring.h usability
configure:11979: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c:77:21: bstring.h: No such file or directory
configure:11985: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 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:12008: result: no
configure:12012: checking bstring.h presence
configure:12022: cc -E  -D_REENTRANT -D_THREAD_SAFE conftest.c
conftest.c:43:21: bstring.h: No such file or directory
configure:12028: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 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:12048: result: no
configure:12083: checking for bstring.h
configure:12090: result: no
configure:11958: checking for unistd.h
configure:11963: result: yes
configure:12110: checking for syslog
configure:12167: cc -o conftest -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lssl -lcrypto >&5
configure:12173: $? = 0
configure:12177: test -z 
			 || test ! -s conftest.err
configure:12180: $? = 0
configure:12183: test -s conftest
configure:12186: $? = 0
configure:12198: result: yes
configure:12214: checking for sys/times.h
configure:12219: result: yes
configure:12363: checking for times
configure:12451: result: yes
configure:12462: checking which MPM to use
configure:12478: result: prefork
configure:13155: checking whether to enable mod_http
configure:13193: result: yes
configure:13241: checking whether to enable mod_mime
configure:13279: result: shared
configure:13341: checking for extra modules
configure:13386: result: no extra modules
configure:13410: checking whether to enable mod_dav
configure:13448: result: shared
configure:13549: checking whether to enable mod_status
configure:13587: result: shared
configure:13635: checking whether to enable mod_autoindex
configure:13673: result: shared
configure:13721: checking whether to enable mod_asis
configure:13759: result: shared
configure:13807: checking whether to enable mod_info
configure:13845: result: shared
configure:13893: checking whether to enable mod_suexec
configure:13929: result: checking dependencies
configure:13933: checking whether to enable mod_suexec
configure:13945: result: shared
configure:14195: checking whether to enable mod_cgi
configure:14233: result: shared
configure:14281: checking whether to enable mod_cgid
configure:14319: result: shared
configure:14935: checking whether to enable mod_dav_fs
configure:14973: result: shared
configure:15047: checking whether to enable mod_vhost_alias
configure:15085: result: shared
configure:15133: checking whether to enable mod_negotiation
configure:15171: result: shared
configure:15219: checking whether to enable mod_dir
configure:15257: result: shared
configure:15305: checking whether to enable mod_imap
configure:15343: result: shared
configure:15391: checking whether to enable mod_actions
configure:15429: result: shared
configure:15477: checking whether to enable mod_speling
configure:15515: result: shared
configure:15563: checking whether to enable mod_userdir
configure:15601: result: shared
configure:15649: checking whether to enable mod_alias
configure:15687: result: shared
configure:15736: checking whether to enable mod_rewrite
configure:15774: result: shared
configure:15887: checking whether to enable mod_so
configure:15925: result: yes
configure:16297: checking whether byte ordering is bigendian
configure:16324: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
configure:16330: $? = 0
configure:16334: test -z 
			 || test ! -s conftest.err
configure:16337: $? = 0
configure:16340: test -s conftest.o
configure:16343: $? = 0
configure:16367: cc -c -O2 -fno-strict-aliasing -pipe   -D_REENTRANT -D_THREAD_SAFE conftest.c >&5
conftest.c: In function `main':
conftest.c:68: error: syntax error before "big"
configure:16373: $? = 1
configure: failed program was:
| /* 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 AP_ENABLE_V4_MAPPED 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 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
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_TIMES 1
| #define SUEXEC_BIN "/usr/local/sbin/suexec"
| #define AP_HTTPD_USER "www"
| #define AP_USERDIR_SUFFIX "public_html"
| #define AP_DOC_ROOT "/usr/local/www/data"
| #define AP_UID_MIN 1000
| #define AP_GID_MIN 1000
| #define AP_LOG_EXEC "/var/log/httpd-suexec.log"
| #define AP_SAFE_PATH "/usr/local/bin:/usr/local/bin:/usr/bin:/bin"
| #define AP_USING_AUTOCONF 1
| #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
| #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
| #define AP_SIG_GRACEFUL SIGUSR1
| #define AP_SIG_GRACEFUL_STRING "SIGUSR1"
| #define AP_SIG_GRACEFUL_SHORT USR1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:16508: result: no
configure:17112: creating ./config.status

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

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

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

on bigbang.DNALOGIC.NET

config.status:17970: creating docs/conf/httpd-std.conf
config.status:17970: creating docs/conf/ssl-std.conf
config.status:17970: creating include/ap_config_layout.h
config.status:17970: creating support/apxs
config.status:17970: creating support/apachectl
config.status:17970: creating support/dbmmanage
config.status:17970: creating support/envvars-std
config.status:17970: creating support/log_server_status
config.status:17970: creating support/logresolve.pl
config.status:17970: creating support/phf_abuse_log.cgi
config.status:17970: creating support/split-logfile
config.status:17970: creating build/rules.mk
config.status:18073: creating include/ap_config_auto.h
config.status:18375: executing default commands

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

ac_cv_func_SSL_set_cert_store=no
ac_cv_c_bigendian=no
ac_cv_header_sys_times_h=yes
ac_cv_header_grp_h=yes
ac_cv_func_initgroups=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_sys_prctl_h=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=set
ac_cv_func_killpg=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_func_timegm=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_header_zutil_h=no
ac_cv_func_SSL_set_state=no
lt_cv_sys_max_cmd_len=65536
ac_cv_define_APR_HAVE_IPV6=yes
ac_cv_header_sys_wait_h=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_header_minix_config_h=no
ac_cv_mkdir_p=yes
apache_cv_mpm=prefork
ac_cv_env_host_alias_set=set
ac_cv_c_const=yes
ac_cv_func_setsid=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_define_APR_HAS_RANDOM=yes
ac_cv_prog_CC=cc
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
ac_cv_header_sys_processor_h=no
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib'
ac_cv_env_target_alias_set=set
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-portbld-freebsd6.0
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe '
ac_cv_env_CC_set=set
ac_cv_func_getgrnam=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_build_alias=i386-portbld-freebsd6.0
ac_cv_env_CPPFLAGS_value=
ac_cv_func_times=yes
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_target_alias=i386-portbld-freebsd6.0
ap_cv_zlib=/usr
ac_cv_func_bindprocessor=no
ac_cv_header_sys_socket_h=yes
ac_cv_host=i386-portbld-freebsd6.0
ac_cv_env_host_alias_value=i386-portbld-freebsd6.0
ac_cv_struct_tm_gmtoff=yes
ac_cv_func_prctl=no
ac_cv_path_RM=/bin/rm
ac_cv_define_APR_HAS_DSO=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_build=i386-portbld-freebsd6.0
ac_cv_env_build_alias_value=i386-portbld-freebsd6.0
ac_cv_type_rlim_t=yes
ac_cv_target=i386-portbld-freebsd6.0
ac_cv_env_target_alias_value=i386-portbld-freebsd6.0
ac_cv_env_CC_value=cc
ac_cv_func_getpwnam=yes
ac_cv_search_strerror='none required'
ac_cv_env_CPP_set=
ac_cv_func_syslog=yes
apr_cv_pthreads_lib=-lpthread
ap_cv_ssltk=/usr
ac_cv_objext=o
apr_cv_pthreads_cflags=

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

APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`'
APR_BINDIR='/usr/local/lib/apache2'
APR_INCLUDEDIR='/usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr/include'
APU_BINDIR='/usr/local/lib/apache2'
APU_INCLUDEDIR='/usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr-util/include'
AP_BUILD_SRCLIB_DIRS='apr  apr-util'
AP_CLEAN_SRCLIB_DIRS='apr-util  apr'
AP_LIBS='/usr/ports/www/apache2/work/httpd-2.0.52/srclib/pcre/libpcre.la   /usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr-util/libaprutil-0.la -lldap -llber -lexpat -liconv  /usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr/libapr-0.la -lm -lcrypt  -lpthread'
AP_SIG_GRACEFUL='SIGUSR1'
AP_SIG_GRACEFUL_SHORT='USR1'
AP_SIG_GRACEFUL_STRING=''
AWK='gawk'
BUILTIN_LIBS=' modules/http/mod_http.la modules/mappers/mod_so.la'
CC='cc'
CFLAGS='-O2 -fno-strict-aliasing -pipe '
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='cc -E'
CPPFLAGS=''
CXX='c++'
CXXFLAGS='-O2 -fno-strict-aliasing -pipe'
DEFS='-DHAVE_CONFIG_H'
DSO_MODULES=' access auth auth_anon auth_dbm auth_digest file_cache charset_lite cache disk_cache mem_cache case_filter case_filter_in ldap auth_ldap ext_filter include deflate log_config logio env mime_magic cern_meta expires headers usertrack unique_id setenvif proxy proxy_connect proxy_ftp proxy_http ssl optional_hook_export optional_hook_import optional_fn_import optional_fn_export bucketeer mime dav status autoindex asis info suexec cgi cgid dav_fs vhost_alias negotiation dir imap actions speling userdir alias rewrite'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_CFLAGS=''
EXTRA_CPPFLAGS=' -D_REENTRANT -D_THREAD_SAFE'
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES=' -I/usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr/include  -I/usr/ports/www/apache2/work/httpd-2.0.52/srclib/apr-util/include -I/usr/local/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/generators -I/usr/include/openssl -I$(top_srcdir)/modules/dav/main'
EXTRA_LDFLAGS='-rpath=/usr/lib:/usr/local/lib -L/usr/local/lib'
EXTRA_LIBS='-lz -lssl -lcrypto'
HTTPD_LDFLAGS=''
INCLUDES=''
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_PROG_FLAGS=''
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
LDFLAGS=' -rpath=/usr/lib:/usr/local/lib'
LIBOBJS=''
LIBS=''
LIBTOOL='/usr/ports/www/apache2/work/httpd-2.0.52/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 echo'
MODULE_DIRS=' aaa cache experimental filters loggers metadata proxy ssl test http dav/main generators dav/fs 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=''
ab_LTFLAGS=''
abs_srcdir='/usr/ports/www/apache2/work/httpd-2.0.52'
ac_ct_CC=''
ac_ct_RANLIB='ranlib'
ap_make_delimiter=' '
ap_make_include='include'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd6.0'
build_alias='i386-portbld-freebsd6.0'
build_cpu='i386'
build_os='freebsd6.0'
build_vendor='portbld'
cgidir='${datadir}/cgi-bin'
checkgid_LTFLAGS=''
datadir='${prefix}/www'
errordir='${datadir}/error'
exec_prefix='${prefix}'
exp_bindir='/usr/local/bin'
exp_cgidir='/usr/local/www/cgi-bin'
exp_datadir='/usr/local/www'
exp_errordir='/usr/local/www/error'
exp_exec_prefix='/usr/local'
exp_htdocsdir='/usr/local/www/data'
exp_iconsdir='/usr/local/www/icons'
exp_includedir='/usr/local/include/apache2'
exp_installbuilddir='/usr/local/share/apache2/build'
exp_libdir='/usr/local/lib/apache2'
exp_libexecdir='/usr/local/libexec/apache2'
exp_localstatedir='/var'
exp_logfiledir='/var/log'
exp_mandir='/usr/local/man'
exp_manualdir='/usr/local/share/doc/apache2'
exp_proxycachedir='/usr/local/www/proxy'
exp_runtimedir='/var/run'
exp_sbindir='/usr/local/sbin'
exp_sysconfdir='/usr/local/etc/apache2'
host='i386-portbld-freebsd6.0'
host_alias='i386-portbld-freebsd6.0'
host_cpu='i386'
host_os='freebsd6.0'
host_vendor='portbld'
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/data'
htpasswd_LTFLAGS=''
iconsdir='${datadir}/icons'
includedir='/usr/local/include/apache2'
infodir='${prefix}/info'
installbuilddir='${prefix}/share/apache2/build'
libdir='/usr/local/lib/apache2'
libexecdir='${exec_prefix}/libexec/apache2'
localstatedir='/var'
logfiledir='${localstatedir}/log'
logresolve_LTFLAGS=''
mandir='${prefix}/man'
manualdir='${prefix}/share/doc/apache2'
nonssl_listen_stmt_1=''
nonssl_listen_stmt_2='Listen @@Port@@'
oldincludedir='/usr/include'
other_targets='suexec'
perlbin='/usr/bin/perl'
prefix='/usr/local'
progname='httpd'
program_transform_name='s,x,x,'
proxycachedir='${datadir}/proxy'
rel_bindir='bin'
rel_cgidir='www/cgi-bin'
rel_datadir='www'
rel_errordir='www/error'
rel_exec_prefix=''
rel_htdocsdir='www/data'
rel_iconsdir='www/icons'
rel_includedir='include/apache2'
rel_installbuilddir='share/apache2/build'
rel_libdir='lib/apache2'
rel_libexecdir='libexec/apache2'
rel_localstatedir='/var'
rel_logfiledir='/var/log'
rel_mandir='man'
rel_manualdir='share/doc/apache2'
rel_proxycachedir='www/proxy'
rel_runtimedir='/var/run'
rel_sbindir='sbin'
rel_sysconfdir='etc/apache2'
rotatelogs_LTFLAGS=''
runtimedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
shared_build='shared-build'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc/apache2'
target='i386-portbld-freebsd6.0'
target_alias='i386-portbld-freebsd6.0'
target_cpu='i386'
target_os='freebsd6.0'
target_vendor='portbld'

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

#define APACHE_MPM_DIR "server/mpm/prefork"
#define AP_DOC_ROOT "/usr/local/www/data"
#define AP_ENABLE_V4_MAPPED 1
#define AP_GID_MIN 1000
#define AP_HTTPD_USER "www"
#define AP_LOG_EXEC "/var/log/httpd-suexec.log"
#define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
#define AP_SAFE_PATH "/usr/local/bin:/usr/local/bin:/usr/bin:/bin"
#define AP_SIG_GRACEFUL SIGUSR1
#define AP_SIG_GRACEFUL_SHORT USR1
#define AP_SIG_GRACEFUL_STRING "SIGUSR1"
#define AP_TYPES_CONFIG_FILE "etc/apache2/mime.types"
#define AP_UID_MIN 1000
#define AP_USERDIR_SUFFIX "public_html"
#define AP_USING_AUTOCONF 1
#define DEFAULT_ERRORLOG "/var/log/httpd-error.log"
#define DEFAULT_SCOREBOARD "/var/run/apache_runtime_status"
#define DOCUMENT_LOCATION "www/data"
#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_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_TIMES 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HTTPD_ROOT "/usr/local"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SERVER_CONFIG_FILE "etc/apache2/httpd.conf"
#define SINGLE_LISTEN_UNSERIALIZED_ACCEPT 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define SUEXEC_BIN "/usr/local/sbin/suexec"

configure: exit 0



More information about the freebsd-ports mailing list