You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dave Yadallee <ro...@nk.ca> on 2002/03/11 01:38:38 UTC

config/10123: mod so initiative stops configuration

>Number:         10123
>Category:       config
>Synopsis:       mod so initiative stops configuration
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Mar 10 16:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     root@nk.ca
>Release:        Apache 2.0 rel 20023010
>Organization:
apache
>Environment:
BSD/OS doctor.nl2k.ab.ca 4.3 BSDI BSD/OS 4.3 Kernel #8: Sat Mar  9 17:04:59 MST 2002     root@doctor.nl2k.ab.ca:/usr/src/sys/compile/LOCAL2  i386
>Description:
Script started on Sun Mar 10 16:02:52 2002
doctor.nl2k.ab.ca//usr/source/httpd-2.0$ cat /usr/contrib/bin/configap2orig
CC=shlicc CFLAGS="-O2" ./configure  --prefix=/var/www --exec-prefix=/var/www \
 --bindir=/var/www/bin --sbindir=/var/www/bin \
 --libexecdir=/var/www/libexec/ --mandir=/usr/share/man \
 --sysconfdir=/var/www/conf --datadir=/var/www/ \
 --includedir=/var/www/include/ --localstatedir=/var \
 --enable-modules=all  --enable-auth-anon \
 --enable-auth-dbm --enable-auth-db  --enable-auth-digest --enable-auth-ldap \
 --enable-file-cache --enable-file-cache \
 --enable-echo --enable-cache \
 --enable-mem-cache \
 --enable-ext-filter --enable-case-filter \
 --enable-case-filter-in \
 --enable-deflate --with-z --with-mpm=prefork \
 --enable-proxy --enable-proxy-connect \
 --enable-proxy-ftp --enable-proxy-http \
 --enable-mime-magic --enable-cern-meta --enable-expires \
 --enable-headers --enable-usertrack \
 --enable-unique-id --enable-ssl \
 --with-ssl=/usr/contrib/  --enable-ldap --enable-dav \
 --enable-http  --enable-info \
 --enable-suexec --enable-cgi --enable-cgid \
 --enable-dav-fs \
 --enable-vhost-alias  --enable-speling \
 --enable-rewrite --enable-so \
 --with-suexec-caller  --with-suexec-userdir --with-suexec-docroot\
 --with-suexec-uidmin=51 --with-suexec-gidmin=80\
 --with-suexec-logfile --with-suexec-safepath --with-low-memory \
 --enable-static-support --enable-static-htpasswd --enable-static-htdigest \
 --enable-static-rotatelogs --enable-static-logresolve --enable-static-htdbm \
 --enable-static-ab --enable-static-checkgid  
doctor.nl2k.ab.ca//usr/source/httpd-2.0$ ^vi^   cat^
 /usr/contrib/bin/configap2orig
checking for chosen layout... Apache
checking build system type... i386-pc-bsdi4.3
checking host system type... i386-pc-bsdi4.3
checking target system type... i386-pc-bsdi4.3

Configuring Apache Portable Runtime library ...

configuring package in srclib/apr now
checking build system type... i386-pc-bsdi4.3
checking host system type... i386-pc-bsdi4.3
checking target system type... i386-pc-bsdi4.3
Configuring APR library
Platform: i386-pc-bsdi4.3
checking for gcc... shlicc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether shlicc accepts -g... yes
Applying APR hints file rules for i386-pc-bsdi4.3
(Default will be unix)
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... shlicc -E
checking for mawk... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)
checking command to parse /usr/bin/nm -p output... ok
checking for dlfcn.h... yes
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for objdir... .libs
checking for shlicc option to produce PIC... -fPIC
checking if shlicc PIC flag -fPIC works... yes
checking if shlicc static flag -static works... yes
checking if shlicc supports -c -o file.o... yes
checking if shlicc supports -c -o file.lo... yes
checking if shlicc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... bsdi4.3 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... yes
creating libtool

Check for compiler flags...

checking for gethostbyname in -lnsl... no
checking for library containing gethostname... none required
checking for socket in -lsocket... no
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for iconv in -liconv... no
checking for modf in -lm... yes

Checking for Threads...

checking for pthread.h... yes
checking for pthreads_cflags... 
checking for pthreads_lib... 
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... no
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes

Checking for Shared Memory Support...

checking for sys/mman.h... yes
checking for MAP_ANON in sys/mman.h... yes
checking for mmap... yes
checking for munmap... yes
checking for shm_open... no
checking for shm_unlink... no
checking for /dev/zero... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for sys/file.h... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for kernel/OS.h... no
checking for create_area... no
checking for os2.h... no
decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
decision on namebased memory allocation method... SysV IPC shmget()
checking for calloc... yes
checking for strcasecmp... yes
checking for stricmp... no
checking for setsid... yes
checking for nl_langinfo... no
checking for isinf... yes
checking for isnan... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for writev... yes
checking for sendfilev in -lsendfile... no
checking for sendfile... no
checking for send_file... no
checking for sendfilev... no
checking for sigaction... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for fork... yes
checking for getpass... yes
checking for inet_addr... yes
checking for inet_network... yes
checking for _getch... no
checking for gmtime_r... yes
checking for localtime_r... yes
checking for strerror_r... no
checking for iconv... no
checking for mmap... (cached) yes
checking for hstrerror... yes
checking for memmove... yes
checking for mkstemp... yes
checking whether sigwait takes one argument... no
checking for ANSI C header files... yes
checking for ByteOrder.h... no
checking for conio.h... no
checking for crypt.h... yes
checking for ctype.h... yes
checking for dir.h... no
checking for dirent.h... yes
checking for dl.h... no
checking for dlfcn.h... (cached) yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for iconv.h... yes
checking for io.h... no
checking for langinfo.h... no
checking for limits.h... yes
checking for mach-o/dyld.h... no
checking for malloc.h... yes
checking for memory.h... yes
checking for netdb.h... yes
checking for osreldate.h... no
checking for poll.h... no
checking for process.h... no
checking for pwd.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for sysapi.h... no
checking for sysgtime.h... no
checking for termios.h... yes
checking for time.h... yes
checking for tpfeq.h... no
checking for tpfio.h... no
checking for unistd.h... yes
checking for unix.h... no
checking for arpa/inet.h... yes
checking for kernel/OS.h... (cached) no
checking for net/errno.h... no
checking for netinet/in.h... yes
checking for sys/file.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/poll.h... no
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sem.h... yes
checking for sys/sendfile.h... no
checking for sys/signal.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for sys/syslimits.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for sys/uio.h... yes
checking for sys/un.h... yes
checking for sys/wait.h... yes
checking for netinet/tcp.h... yes
checking for h_errno in netdb.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking for shlicc option to accept ANSI C... none needed
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking whether setpgrp takes no argument... yes
checking for socklen_t... yes
checking whether system defines INADDR_NONE... yes
checking for char... yes
checking size of char... 1
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for short... yes
checking size of short... 2
checking for long double... yes
checking size of long double... 12
checking for long long... yes
checking size of long long... 8
checking for INT64_C in stdint.h... no
checking size of ssize_t... 4
checking size of size_t... 4
checking size of off_t... 8
checking size of pid_t... 4
checking for strnicmp... no
checking for strncasecmp... yes
checking for stricmp... (cached) no
checking for strcasecmp... (cached) yes
checking for strdup... yes
checking for strstr... yes
checking for memchr... yes

Checking for DSO...

checking for NSLinkModule... no
checking for dlopen in -ldl... no
checking for dlopen... no
checking for load_image in -lroot... no
checking for shl_load in -ldld... no

Checking for Processes...

checking for waitpid... yes
checking struct rlimit... yes

Checking for Locking...

checking for semget... yes
checking for semctl... yes
checking for flock... yes
checking for /dev/zero... (cached) yes
checking for union semun in sys/sem.h... yes
checking for LOCK_EX in sys/file.h... yes
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for CODESET in langinfo.h... no
checking for POLLIN in poll.h sys/poll.h... no
checking for PTHREAD_PROCESS_SHARED in pthread.h... no
checking for pthread_mutexattr_setpshared... no
decision on apr_lock implementation method... SVR4-style fcntl()
checking if interprocess lock affects threads... no
checking for /dev/random... /dev/random

Checking for Time Support...

checking for tm_gmtoff in struct tm... yes

Checking for Networking support...

checking for in_addr in netinet/in.h... yes
checking if fd == socket on this platform... yes
checking for sockaddr sa_len... yes
checking for gethostbyname() which handles numeric address strings... yes
checking style of gethostbyname_r routine... none
checking 3rd argument to the gethostbyname_r routines... char
checking if TCP_NODELAY setting is inherited from listening sockets... no
checking for TCP_CORK in netinet/tcp.h... no
checking for TCP_NOPUSH in netinet/tcp.h... no
checking for SO_ACCEPTFILTER in sys/socket.h... no
checking for set_h_errno... no

Checking for IPv6 Networking support...

checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for negative error codes for getaddrinfo... no
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking if APR supports IPv6... "yes"

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to ""
  restoring CFLAGS to "-O2"
  setting EXTRA_CFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lm "
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating strings/Makefile
config.status: creating passwd/Makefile
config.status: creating tables/Makefile
config.status: creating build/Makefile
config.status: creating file_io/unix/Makefile
config.status: creating network_io/unix/Makefile
config.status: creating threadproc/unix/Makefile
config.status: creating misc/unix/Makefile
config.status: creating locks/unix/Makefile
config.status: creating time/unix/Makefile
config.status: creating mmap/unix/Makefile
config.status: creating shmem/unix/Makefile
config.status: creating i18n/unix/Makefile
config.status: creating user/unix/Makefile
config.status: creating memory/unix/Makefile
config.status: creating atomic/unix/Makefile
config.status: creating test/Makefile
config.status: creating include/apr.h
config.status: creating APRVARS
config.status: creating build/rules.mk
config.status: creating apr-config
config.status: creating include/arch/unix/apr_private.h
srclib/apr configured properly

Configuring Apache Portable Runtime Utility library...

configuring package in srclib/apr-util now
checking for APR... yes
checking for gcc... shlicc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether shlicc accepts -g... yes
checking how to run the C preprocessor... shlicc -E
checking for ldap support...
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for db4/db.h... no
checking for db.h... yes
checking for db_create in -ldb... yes
checking for lock_get in -ldb... no
checking for Berkeley DB... found db4
checking for default DBM... sdbm (default)
  setting APRUTIL_EXPORT_LIBS to "-lgdbm"
  setting LIBS to "-lgdbm"
  adding "-ldb" to APRUTIL_EXPORT_LIBS
  adding "-ldb" to LIBS
checking for Expat in /usr... yes
  adding "-L/usr/lib" to APRUTIL_EXPORT_LIBS
  adding "-lexpat" to APRUTIL_EXPORT_LIBS
  adding "-L/usr2/source/httpd-2.0/srclib/apr" to LIBS
  adding "-lapr" to LIBS
  adding "-lm" to LIBS
  adding "-L/usr/lib" to LIBS
  adding "-lexpat" to LIBS
configure: creating ./config.status
config.status: creating export_vars.sh
config.status: creating apu-config
config.status: creating include/private/apu_select_dbm.h
config.status: creating include/apr_ldap.h
config.status: creating include/apu.h
config.status: creating Makefile
config.status: creating buckets/Makefile
config.status: creating crypto/Makefile
config.status: creating dbm/Makefile
config.status: creating dbm/sdbm/Makefile
config.status: creating encoding/Makefile
config.status: creating hooks/Makefile
config.status: creating ldap/Makefile
config.status: creating uri/Makefile
config.status: creating xml/Makefile
config.status: creating misc/Makefile
config.status: creating test/Makefile
config.status: creating include/private/apu_config.h
config.status: include/private/apu_config.h is unchanged
srclib/apr-util configured properly

Configuring PCRE regular expression library ...

configuring package in srclib/pcre now
checking for gcc... shlicc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether shlicc accepts -g... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... shlicc -E
checking for ANSI C header files... yes
checking for limits.h... yes
checking for shlicc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre.h
config.status: creating pcre-config
config.status: creating config.h
config.status: config.h is unchanged
srclib/pcre configured properly

Configuring Apache httpd ...

obtaining flag settings from the sub-configures...

  setting CPPFLAGS to ""
  setting LDFLAGS to ""
  setting LIBS to "-lm "
  setting INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/include -I$(top_srcdir)/srclib/apr/include -I$(top_srcdir)/srclib/apr-util/include"

Applying OS-specific hints for httpd ...

checking for rm... /bin/rm
checking for mawk... no
checking for gawk... gawk
checking for gcc... shlicc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether shlicc accepts -g... yes
checking how to run the C preprocessor... shlicc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for ANSI C header files... yes
checking for string.h... yes
checking for limits.h... yes
checking for unistd.h... yes
checking for sys/socket.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for strings.h... yes
checking for sys/processor.h... no
checking for sys/sem.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for shlicc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
  setting NOTEST_CPPFLAGS to "-DAP_HAVE_DESIGNATED_INITIALIZER"
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for timegm... no
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_access... yes (all)
checking whether to enable mod_auth... yes (all)
checking whether to enable mod_auth_anon... yes (all)
checking whether to enable mod_auth_dbm... yes (all)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... yes (all)
  setting LT_LDFLAGS to "-export-dynamic"
checking whether to enable mod_file_cache... yes (all)
checking whether to enable mod_echo... yes (all)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_cache... yes (all)
checking whether to enable mod_disk_cache... no
checking whether to enable mod_mem_cache... yes (all)
checking whether to enable mod_example... no
checking whether to enable mod_ext_filter... yes (all)
checking whether to enable mod_case_filter... yes (all)
checking whether to enable mod_case_filter_in... yes (all)
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... /usr
  adding "-lz" to LIBS
checking for zlib library... found
checking for zutil.h... no
checking whether to enable mod_deflate... yes (all)
checking whether to enable mod_include... yes (all)
checking whether to enable mod_log_config... yes (all)
checking whether to enable mod_env... yes (all)
checking whether to enable mod_mime_magic... yes (all)
checking whether to enable mod_cern_meta... yes (all)
checking whether to enable mod_expires... yes (all)
checking whether to enable mod_headers... yes (all)
checking whether to enable mod_usertrack... checking dependencies
checking for sys/times.h... yes
checking for times... yes
checking whether to enable mod_usertrack... yes (all)
checking whether to enable mod_unique_id... yes (all)
checking whether to enable mod_setenvif... yes (all)
checking whether to enable mod_proxy... yes (all)
checking whether to enable mod_proxy_connect... yes (all)
checking whether to enable mod_proxy_ftp... yes (all)
checking whether to enable mod_proxy_http... yes (all)
checking whether to enable mod_ssl... checking dependencies
checking for SSL/TLS toolkit base... /usr/contrib/
checking for SSL/TLS toolkit version... 
checking for SSL/TLS toolkit includes... /usr/contrib//include
checking for SSL/TLS toolkit libraries... /usr/contrib//lib
  adding "-I/usr/contrib//include/openssl" to INCLUDES
  adding "-I/usr/contrib//include" to INCLUDES
  setting LDFLAGS to "-L/usr/contrib//lib"
  adding "-lssl" to LIBS
  adding "-lcrypto" to LIBS
checking whether to enable mod_ssl... yes (all)
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking whether to enable mod_bucketeer... no
checking for target platform... unix
checking for rlim_t... no
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/sem.h... (cached) yes
checking for sys/ipc.h... yes
checking for setsid... yes
checking for killpg... yes
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking for sys/times.h... (cached) yes
checking for times... (cached) yes
checking which MPM to use... prefork
  setting htpasswd_LTFLAGS to "-static"
  setting htdigest_LTFLAGS to "-static"
  setting rotatelogs_LTFLAGS to "-static"
  setting logresolve_LTFLAGS to "-static"
  setting htdbm_LTFLAGS to "-static"
  setting ab_LTFLAGS to "-static"
  setting checkgid_LTFLAGS to "-static"
checking whether to enable mod_http... yes (all)
checking whether to enable mod_mime... yes (all)
checking for extra modules... no extra modules
checking whether to enable mod_dav... yes (all)
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... yes (all)
checking whether to enable mod_autoindex... yes (all)
checking whether to enable mod_asis... yes (all)
checking whether to enable mod_info... yes (all)
checking whether to enable mod_suexec... checking dependencies
checking whether to enable mod_suexec... yes (all)
checking whether to enable mod_cgi... yes (all)
checking whether to enable mod_cgid... yes (all)
checking whether to enable mod_dav_fs... yes (all)
checking whether to enable mod_vhost_alias... yes (all)
checking whether to enable mod_negotiation... yes (all)
checking whether to enable mod_dir... yes (all)
checking whether to enable mod_imap... yes (all)
checking whether to enable mod_actions... yes (all)
checking whether to enable mod_speling... yes (all)
checking whether to enable mod_userdir... yes (all)
checking whether to enable mod_alias... yes (all)
checking whether to enable mod_rewrite... checking dependencies
  adding "-DNO_DBM_REWRITEMAP" to CFLAGS
checking whether to enable mod_rewrite... yes (all)
configure: error: mod_so has been requested but cannot be built on your system
You have new mail in /var/mail/root
doctor.nl2k.ab.ca//usr/source/httpd-2.0$ exit
exit

Script done on Sun Mar 10 17:33:53 2002
>How-To-Repeat:
Please repeat the above configuration on any BSd/OS box
>Fix:
BSDI is so compliant.  PLEASE fix!!
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]