Hello again everyone! Ive come across a problem compiling 2.2.15 from source on RHEL5. It compiled great until I realized I forgot to include LDAP. Now it wont compile: mod_authnz_ldap.c throws out errors. Server has libldap 2.3 I didnt have this problem with 2.2.14 with libldap 2.2 on RHEL4. Any ideas on what's breaking it? Thanks in advanced S.A. Birl [root@bb1 httpd-2.2.15]# uname -a Linux bb1.temple 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:59:00 EST 2009 i686 i686 i386 GNU/Linux [root@bb1 httpd-2.2.15]# ./configure --prefix=/usr/local/apache --enable-v4-mapped --enable-authn-dbm --enable-authn-anon --enable-authn-dbd --enable-authn-alias --enable-authz-dbm --enable-authz-owner --enable-auth-digest --enable-file-cache --enable-cache --enable-disk-cache --enable-mem-cache --enable-dbd --enable-charset-lite --enable-log-config --enable-log-forensic --enable-logio --enable-mime-magic --enable-expires --enable-headers --enable-version --enable-ssl --enable-static-support --enable-static-rotatelogs --enable-http --enable-info --enable-cgi --enable-vhost-alias --disable-userdir --enable-rewrite --enable-so --with-ssl --with-ldap --enable-authnz-ldap --enable-ldap checking for chosen layout... Apache checking for working mkdir -p... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu Configuring Apache Portable Runtime library ... checking for APR... yes setting CC to "gcc" setting CPP to "gcc -E" setting CFLAGS to " -g -O2 -pthread" setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" setting LDFLAGS to " " Configuring Apache Portable Runtime Utility library... checking for APR-util... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E configure: Configuring PCRE regular expression library configuring package in srclib/pcre now checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for an ANSI C-conforming const... 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: executing default commands srclib/pcre configured properly setting AP_LIBS to "/root/httpd-2.2.15/srclib/pcre/libpcre.la" setting INCLUDES to "-I$(top_builddir)/srclib/pcre" Configuring Apache httpd ... adding "-I." to INCLUDES adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES adding "-I$(top_srcdir)/server/mpm/$(MPM_SUBDIR_NAME)" to INCLUDES adding "-I$(top_srcdir)/modules/http" to INCLUDES adding "-I$(top_srcdir)/modules/filters" to INCLUDES adding "-I$(top_srcdir)/modules/proxy" to INCLUDES adding "-I$(top_srcdir)/include" to INCLUDES adding "-I$(top_srcdir)/modules/generators" to INCLUDES adding "-I$(top_srcdir)/modules/mappers" to INCLUDES adding "-I$(top_srcdir)/modules/database" to INCLUDES adding "-I/usr/local/include" to INCLUDES Applying OS-specific hints for httpd ... forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1" forcing AP_NONBLOCK_WHEN_MULTI_LISTEN to "1" checking for rm... /bin/rm checking for pkg-config... /usr/bin/pkg-config checking for rsync... /usr/bin/rsync checking for gawk... gawk checking whether ln -s works... yes checking for ranlib... ranlib checking for lynx... no checking for links... no checking for elinks... no checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for APR version 1.2.0 or later... yes checking for APR-util version 1.2.0 or later... yes checking for ANSI C header files... (cached) yes checking for string.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for strings.h... (cached) yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/processor.h usability... no checking sys/processor.h presence... no checking for sys/processor.h... no checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for an ANSI C-conforming const... yes checking for library containing sqrt... -lm checking for getpwnam... yes checking for getgrnam... yes checking for initgroups... yes checking for bindprocessor... no checking for prctl... yes checking for timegm... yes checking for getpgid... yes checking for void pointer length... no checking for tm_gmtoff in struct tm... yes checking whether to enable mod_authn_file... yes (default) checking whether to enable mod_authn_dbm... yes (default) checking whether to enable mod_authn_anon... yes (default) checking whether to enable mod_authn_dbd... yes (default) checking whether to enable mod_authn_default... yes (default) checking whether to enable mod_authn_alias... yes (default) checking whether to enable mod_authz_host... yes (default) checking whether to enable mod_authz_groupfile... yes (default) checking whether to enable mod_authz_user... yes (default) checking whether to enable mod_authz_dbm... yes (default) checking whether to enable mod_authz_owner... yes (default) checking whether to enable mod_authnz_ldap... checking dependencies checking whether to enable mod_authnz_ldap... yes (default) checking whether to enable mod_authz_default... yes (default) checking whether to enable mod_auth_basic... yes (default) checking whether to enable mod_auth_digest... checking dependencies checking whether to enable mod_auth_digest... yes (default) checking whether to enable mod_isapi... no checking whether to enable mod_file_cache... yes (default) checking whether to enable mod_cache... yes (default) checking whether to enable mod_disk_cache... yes (default) checking whether to enable mod_mem_cache... yes (default) checking whether to enable mod_dbd... yes (default) checking whether to enable mod_bucketeer... no checking whether to enable mod_dumpio... no checking whether to enable mod_echo... no checking whether to enable mod_example... no checking whether to enable mod_case_filter... no checking whether to enable mod_case_filter_in... no checking whether to enable mod_reqtimeout... no checking whether to enable mod_ext_filter... no checking whether to enable mod_include... yes (default) checking whether to enable mod_filter... yes (default) checking whether to enable mod_substitute... no checking whether to enable mod_charset_lite... yes (default) checking whether to enable mod_deflate... no checking whether to enable mod_ldap... checking dependencies checking whether to enable mod_ldap... yes (default) checking whether to enable mod_log_config... yes (default) checking whether to enable mod_log_forensic... yes (default) adding "-I$(top_builddir)/server" to INCLUDES checking whether to enable mod_logio... yes (default) checking whether to enable mod_env... yes (default) checking whether to enable mod_mime_magic... yes (default) checking whether to enable mod_cern_meta... no checking whether to enable mod_expires... yes (default) checking whether to enable mod_headers... yes (default) checking whether to enable mod_ident... no checking whether to enable mod_usertrack... no checking whether to enable mod_unique_id... no checking whether to enable mod_setenvif... yes (default) checking whether to enable mod_version... yes (default) checking whether to enable mod_proxy... no checking whether to enable mod_proxy_connect... no checking whether to enable mod_proxy_ftp... no checking whether to enable mod_proxy_http... no checking whether to enable mod_proxy_scgi... no checking whether to enable mod_proxy_ajp... no checking whether to enable mod_proxy_balancer... no adding "-I$(top_srcdir)/modules/proxy/../generators" to INCLUDES checking whether to enable mod_ssl... checking dependencies checking for SSL/TLS toolkit base... none checking for OpenSSL version... checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes OK adding "-I/usr/kerberos/include" to CPPFLAGS adding "-I/usr/kerberos/include" to INCLUDES adding "-L/usr/kerberos/lib" to LDFLAGS forcing SSL_LIBS to "-lssl -lcrypto -ldl -lz " adding "-lssl" to LIBS adding "-lcrypto" to LIBS adding "-ldl" to LIBS adding "-lz" to LIBS checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking for SSLeay_version... yes checking for SSL_CTX_new... yes checking for ENGINE_init... yes checking for ENGINE_load_builtin_engines... yes checking for SSL_set_cert_store... no forcing MOD_SSL_LDADD to "$(SSL_LIBS)" checking whether Distcache is required... no (default) checking whether to enable mod_ssl... yes (default) adding "-I$(top_srcdir)/modules/ssl" to INCLUDES 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 for target platform... unix checking for rlim_t... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/sem.h... (cached) yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking for setsid... yes checking for killpg... yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking for unistd.h... (cached) yes checking for syslog... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for times... 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" setting htcacheclean_LTFLAGS to "-static" setting httxt2dbm_LTFLAGS to "-static" checking whether to enable mod_http... yes checking whether to enable mod_mime... yes (default) checking for extra modules... none checking whether to enable mod_dav... no adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES checking whether to enable mod_status... yes (default) checking whether to enable mod_autoindex... yes (default) checking whether to enable mod_asis... yes (default) checking whether to enable mod_info... yes (default) checking whether to enable mod_suexec... no checking whether to enable mod_cgi... yes (default) checking whether to enable mod_cgid... no checking whether to enable mod_dav_fs... no checking whether to enable mod_dav_lock... no checking whether to enable mod_vhost_alias... yes (default) checking whether to enable mod_negotiation... yes (default) checking whether to enable mod_dir... yes (default) checking whether to enable mod_imagemap... no checking whether to enable mod_actions... yes (default) checking whether to enable mod_speling... no checking whether to enable mod_userdir... no checking whether to enable mod_alias... yes (default) checking whether to enable mod_rewrite... yes (default) setting HTTPD_LDFLAGS to "-export-dynamic" checking whether to enable mod_so... yes Restore user-defined environment settings... restoring CPPFLAGS to "" setting EXTRA_CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE" restoring CFLAGS to "" setting EXTRA_CFLAGS to " -g -O2 -pthread" restoring CXXFLAGS to "" setting EXTRA_CXXFLAGS to "" restoring LDFLAGS to "" setting EXTRA_LDFLAGS to " -L/usr/kerberos/lib" restoring LIBS to "" setting EXTRA_LIBS to "-lm " restoring INCLUDES to "" setting EXTRA_INCLUDES to "-I$(top_builddir)/srclib/pcre -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$(top_srcdir)/modules/mappers -I$(top_srcdir)/modules/database -I/usr/local/include -I$(top_builddir)/server -I$(top_srcdir)/modules/proxy/../generators -I/usr/kerberos/include -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/dav/main" Construct makefiles and header files... creating config_vars.mk configure: creating ./config.status creating modules/aaa/Makefile creating modules/arch/win32/Makefile creating modules/cache/Makefile creating modules/database/Makefile creating modules/debug/Makefile creating modules/echo/Makefile creating modules/experimental/Makefile creating modules/filters/Makefile creating modules/ldap/Makefile creating modules/loggers/Makefile creating modules/metadata/Makefile creating modules/proxy/Makefile creating modules/ssl/Makefile creating modules/test/Makefile creating os/unix/Makefile creating server/mpm/Makefile creating server/mpm/prefork/Makefile creating modules/http/Makefile creating modules/dav/main/Makefile creating modules/generators/Makefile creating modules/dav/fs/Makefile creating modules/dav/lock/Makefile creating modules/mappers/Makefile creating Makefile creating modules/Makefile creating srclib/Makefile creating os/Makefile creating server/Makefile creating support/Makefile creating srclib/pcre/Makefile creating test/Makefile config.status: creating docs/conf/httpd.conf config.status: creating docs/conf/extra/httpd-autoindex.conf config.status: creating docs/conf/extra/httpd-dav.conf config.status: creating docs/conf/extra/httpd-default.conf config.status: creating docs/conf/extra/httpd-info.conf config.status: creating docs/conf/extra/httpd-languages.conf config.status: creating docs/conf/extra/httpd-manual.conf config.status: creating docs/conf/extra/httpd-mpm.conf config.status: creating docs/conf/extra/httpd-multilang-errordoc.conf config.status: creating docs/conf/extra/httpd-ssl.conf config.status: creating docs/conf/extra/httpd-userdir.conf config.status: creating docs/conf/extra/httpd-vhosts.conf config.status: creating include/ap_config_layout.h config.status: creating support/apxs config.status: creating support/apachectl config.status: creating support/dbmmanage config.status: creating support/envvars-std config.status: creating support/log_server_status config.status: creating support/logresolve.pl config.status: creating support/phf_abuse_log.cgi config.status: creating support/split-logfile config.status: creating build/rules.mk config.status: creating build/pkg/pkginfo config.status: creating build/config_vars.sh config.status: creating include/ap_config_auto.h config.status: executing default commands [root@bb1 httpd-2.2.15]# make Making all in srclib make[1]: Entering directory `/root/httpd-2.2.15/srclib' Making all in pcre make[2]: Entering directory `/root/httpd-2.2.15/srclib/pcre' make[3]: Entering directory `/root/httpd-2.2.15/srclib/pcre' /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c maketables.c && touch maketables.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c get.c && touch get.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c study.c && touch study.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c dftables.c && touch dftables.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o dftables -L/usr/kerberos/lib dftables.lo -lm ./dftables /root/httpd-2.2.15/srclib/pcre/chartables.c /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c pcre.c && touch pcre.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o libpcre.la -static maketables.lo get.lo study.lo pcre.lo make[3]: Leaving directory `/root/httpd-2.2.15/srclib/pcre' make[2]: Leaving directory `/root/httpd-2.2.15/srclib/pcre' make[1]: Leaving directory `/root/httpd-2.2.15/srclib' Making all in os make[1]: Entering directory `/root/httpd-2.2.15/os' Making all in unix make[2]: Entering directory `/root/httpd-2.2.15/os/unix' make[3]: Entering directory `/root/httpd-2.2.15/os/unix' /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c unixd.c && touch unixd.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o libos.la -static unixd.lo make[3]: Leaving directory `/root/httpd-2.2.15/os/unix' make[2]: Leaving directory `/root/httpd-2.2.15/os/unix' make[1]: Leaving directory `/root/httpd-2.2.15/os' Making all in server make[1]: Entering directory `/root/httpd-2.2.15/server' Making all in mpm make[2]: Entering directory `/root/httpd-2.2.15/server/mpm' Making all in prefork make[3]: Entering directory `/root/httpd-2.2.15/server/mpm/prefork' make[4]: Entering directory `/root/httpd-2.2.15/server/mpm/prefork' /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c prefork.c && touch prefork.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o libprefork.la -static prefork.lo make[4]: Leaving directory `/root/httpd-2.2.15/server/mpm/prefork' make[3]: Leaving directory `/root/httpd-2.2.15/server/mpm/prefork' make[2]: Leaving directory `/root/httpd-2.2.15/server/mpm' make[2]: Entering directory `/root/httpd-2.2.15/server' /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_debug.c && touch util_debug.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o gen_test_char -L/usr/kerberos/lib gen_test_char.lo util_debug.lo -lm ./gen_test_char > test_char.h /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c config.c && touch config.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c log.c && touch log.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c main.c && touch main.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c vhost.c && touch vhost.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util.c && touch util.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_script.c && touch util_script.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_md5.c && touch util_md5.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_cfgtree.c && touch util_cfgtree.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_ebcdic.c && touch util_ebcdic.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_time.c && touch util_time.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c connection.c && touch connection.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c listen.c && touch listen.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mpm_common.c && touch mpm_common.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_charset.c && touch util_charset.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_xml.c && touch util_xml.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_filter.c && touch util_filter.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c util_pcre.c && touch util_pcre.lo tmp=export_files_unsorted.txt; \ rm -f $tmp && touch $tmp; \ for dir in /root/httpd-2.2.15/include /root/httpd-2.2.15/os/unix /root/httpd-2.2.15/modules/http; do \ ls $dir/*.h >> $tmp; \ done; \ for dir in /usr/local/include /usr/local/include; do \ (ls $dir/ap[ru].h $dir/ap[ru]_*.h >> $tmp 2>/dev/null); \ done; \ sort -u $tmp > export_files; \ rm -f $tmp gawk -f /root/httpd-2.2.15/build/make_exports.awk `cat export_files` > exports.c /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c scoreboard.c && touch scoreboard.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c error_bucket.c && touch error_bucket.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c protocol.c && touch protocol.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c core.c && touch core.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c request.c && touch request.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c provider.c && touch provider.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c eoc_bucket.c && touch eoc_bucket.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c core_filters.c && touch core_filters.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -L/usr/kerberos/lib -o libmain.la -static test_char.h config.lo log.lo main.lo vhost.lo util.lo util_script.lo util_md5.lo util_cfgtree.lo util_ebcdic.lo util_time.lo connection.lo listen.lo mpm_common.lo util_charset.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo core_filters.lo gawk -f /root/httpd-2.2.15/build/make_var_export.awk `cat export_files` > export_vars.h gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main exports.c | grep "ap_hack_" | grep -v apr_ | sed -e 's/^.*[)]\(.*\);$/\1/' >> httpd.exp gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main export_vars.h | grep -v apr_ | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp make[2]: Leaving directory `/root/httpd-2.2.15/server' make[1]: Leaving directory `/root/httpd-2.2.15/server' Making all in modules make[1]: Entering directory `/root/httpd-2.2.15/modules' Making all in aaa make[2]: Entering directory `/root/httpd-2.2.15/modules/aaa' make[3]: Entering directory `/root/httpd-2.2.15/modules/aaa' /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_file.c && touch mod_authn_file.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_file.la mod_authn_file.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_dbm.c && touch mod_authn_dbm.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_dbm.la mod_authn_dbm.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_anon.c && touch mod_authn_anon.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_anon.la mod_authn_anon.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_dbd.c && touch mod_authn_dbd.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_dbd.la mod_authn_dbd.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_default.c && touch mod_authn_default.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_default.la mod_authn_default.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authn_alias.c && touch mod_authn_alias.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authn_alias.la mod_authn_alias.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authz_host.c && touch mod_authz_host.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authz_host.la mod_authz_host.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authz_groupfile.c && touch mod_authz_groupfile.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authz_groupfile.la mod_authz_groupfile.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authz_user.c && touch mod_authz_user.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authz_user.la mod_authz_user.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authz_dbm.c && touch mod_authz_dbm.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authz_dbm.la mod_authz_dbm.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authz_owner.c && touch mod_authz_owner.lo /usr/local/build/libtool --silent --mode=link gcc -g -O2 -pthread -static -L/usr/kerberos/lib -o libmod_authz_owner.la mod_authz_owner.lo /usr/local/build/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/root/httpd-2.2.15/srclib/pcre -I. -I/root/httpd-2.2.15/os/unix -I/root/httpd-2.2.15/server/mpm/prefork -I/root/httpd-2.2.15/modules/http -I/root/httpd-2.2.15/modules/filters -I/root/httpd-2.2.15/modules/proxy -I/root/httpd-2.2.15/include -I/root/httpd-2.2.15/modules/generators -I/root/httpd-2.2.15/modules/mappers -I/root/httpd-2.2.15/modules/database -I/usr/local/include -I/root/httpd-2.2.15/server -I/root/httpd-2.2.15/modules/proxy/../generators -I/usr/kerberos/include -I/root/httpd-2.2.15/modules/ssl -I/root/httpd-2.2.15/modules/dav/main -prefer-non-pic -static -c mod_authnz_ldap.c && touch mod_authnz_ldap.lo mod_authnz_ldap.c:41:2: error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. mod_authnz_ldap.c:63: error: expected specifier-qualifier-list before 'deref_options' mod_authnz_ldap.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:96: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:98: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:100: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c:101: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token mod_authnz_ldap.c: In function 'create_authnz_ldap_dir_config': mod_authnz_ldap.c:290: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:293: error: 'authn_ldap_config_t' has no member named 'have_ldap_url' mod_authnz_ldap.c:296: error: 'authn_ldap_config_t' has no member named 'binddn' mod_authnz_ldap.c:297: error: 'authn_ldap_config_t' has no member named 'bindpw' mod_authnz_ldap.c:298: error: 'authn_ldap_config_t' has no member named 'bind_authoritative' mod_authnz_ldap.c:299: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:299: error: 'always' undeclared (first use in this function) mod_authnz_ldap.c:299: error: (Each undeclared identifier is reported only once mod_authnz_ldap.c:299: error: for each function it appears in.) mod_authnz_ldap.c:300: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn' mod_authnz_ldap.c:307: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:309: error: 'authn_ldap_config_t' has no member named 'user_is_dn' mod_authnz_ldap.c:310: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:311: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server' mod_authnz_ldap.c: In function 'authnz_ldap_cleanup_connection_close': mod_authnz_ldap.c:318: error: 'util_ldap_connection_t' undeclared (first use in this function) mod_authnz_ldap.c:318: error: 'ldc' undeclared (first use in this function) mod_authnz_ldap.c: In function 'authn_ldap_check_password': mod_authnz_ldap.c:343: error: 'util_ldap_connection_t' undeclared (first use in this function) mod_authnz_ldap.c:343: error: 'ldc' undeclared (first use in this function) mod_authnz_ldap.c:361: error: 'authn_ldap_config_t' has no member named 'have_ldap_url' mod_authnz_ldap.c:370: error: 'authn_ldap_config_t' has no member named 'binddn' mod_authnz_ldap.c:370: error: 'authn_ldap_config_t' has no member named 'bindpw' mod_authnz_ldap.c:370: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:371: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:406: error: 'LDAP_SERVER_DOWN' undeclared (first use in this function) mod_authnz_ldap.c:413: error: 'LDAP_SUCCESS' undeclared (first use in this function) mod_authnz_ldap.c:414: error: 'authn_ldap_config_t' has no member named 'bind_authoritative' mod_authnz_ldap.c:427: error: 'LDAP_NO_SUCH_OBJECT' undeclared (first use in this function) mod_authnz_ldap.c:431: error: 'LDAP_INAPPROPRIATE_AUTH' undeclared (first use in this function) mod_authnz_ldap.c:432: error: 'LDAP_INVALID_CREDENTIALS' undeclared (first use in this function) mod_authnz_ldap.c:446: error: 'authn_ldap_config_t' has no member named 'user_is_dn' mod_authnz_ldap.c:464: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:465: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:474: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:481: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c: In function 'authz_ldap_check_user_access': mod_authnz_ldap.c:514: error: 'util_ldap_connection_t' undeclared (first use in this function) mod_authnz_ldap.c:514: error: 'ldc' undeclared (first use in this function) mod_authnz_ldap.c:536: error: 'authn_ldap_config_t' has no member named 'have_ldap_url' mod_authnz_ldap.c:565: error: 'authn_ldap_config_t' has no member named 'binddn' mod_authnz_ldap.c:565: error: 'authn_ldap_config_t' has no member named 'bindpw' mod_authnz_ldap.c:565: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:566: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:581: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:586: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:588: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:620: error: 'LDAP_SUCCESS' undeclared (first use in this function) mod_authnz_ldap.c:658: error: 'LDAP_COMPARE_TRUE' undeclared (first use in this function) mod_authnz_ldap.c:702: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server' mod_authnz_ldap.c:719: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:722: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn' mod_authnz_ldap.c:744: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:748: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn' mod_authnz_ldap.c:751: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn' mod_authnz_ldap.c:830: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server' mod_authnz_ldap.c:841: error: 'LDAP_FILTER_ERROR' undeclared (first use in this function) mod_authnz_ldap.c: In function 'mod_auth_ldap_parse_url': mod_authnz_ldap.c:892: error: 'apr_ldap_url_desc_t' undeclared (first use in this function) mod_authnz_ldap.c:892: error: 'urld' undeclared (first use in this function) mod_authnz_ldap.c:893: error: 'apr_ldap_err_t' undeclared (first use in this function) mod_authnz_ldap.c:893: error: 'result' undeclared (first use in this function) mod_authnz_ldap.c:932: error: 'LDAP_SCOPE_ONELEVEL' undeclared (first use in this function) mod_authnz_ldap.c:933: error: 'LDAP_SCOPE_SUBTREE' undeclared (first use in this function) mod_authnz_ldap.c:954: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:954: error: 'APR_LDAP_NONE' undeclared (first use in this function) mod_authnz_ldap.c:957: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:957: error: 'APR_LDAP_SSL' undeclared (first use in this function) mod_authnz_ldap.c:960: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:960: error: 'APR_LDAP_STARTTLS' undeclared (first use in this function) mod_authnz_ldap.c:972: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c:973: error: 'LDAPS_PORT' undeclared (first use in this function) mod_authnz_ldap.c:977: error: 'LDAP_PORT' undeclared (first use in this function) mod_authnz_ldap.c:980: error: 'authn_ldap_config_t' has no member named 'have_ldap_url' mod_authnz_ldap.c:991: error: 'LDAP_SCOPE_BASE' undeclared (first use in this function) mod_authnz_ldap.c:994: error: 'authn_ldap_config_t' has no member named 'secure' mod_authnz_ldap.c: In function 'mod_auth_ldap_set_deref': mod_authnz_ldap.c:1005: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:1005: error: 'never' undeclared (first use in this function) mod_authnz_ldap.c:1008: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:1008: error: 'searching' undeclared (first use in this function) mod_authnz_ldap.c:1011: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:1011: error: 'finding' undeclared (first use in this function) mod_authnz_ldap.c:1014: error: 'authn_ldap_config_t' has no member named 'deref' mod_authnz_ldap.c:1014: error: 'always' undeclared (first use in this function) mod_authnz_ldap.c: In function 'mod_auth_ldap_add_group_attribute': mod_authnz_ldap.c:1028: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c:1031: error: 'authn_ldap_config_t' has no member named 'groupattr' mod_authnz_ldap.c: At top level: mod_authnz_ldap.c:1070: error: 'authn_ldap_config_t' has no member named 'binddn' mod_authnz_ldap.c:1074: error: 'authn_ldap_config_t' has no member named 'bindpw' mod_authnz_ldap.c:1078: error: 'authn_ldap_config_t' has no member named 'bind_authoritative' mod_authnz_ldap.c:1082: error: 'authn_ldap_config_t' has no member named 'user_is_dn' mod_authnz_ldap.c:1088: error: 'authn_ldap_config_t' has no member named 'remote_user_attribute' mod_authnz_ldap.c:1100: error: 'authn_ldap_config_t' has no member named 'compare_dn_on_server' mod_authnz_ldap.c:1111: error: 'authn_ldap_config_t' has no member named 'group_attrib_is_dn' mod_authnz_ldap.c: In function 'ImportULDAPOptFn': mod_authnz_ldap.c:1225: error: 'util_ldap_connection_close' undeclared (first use in this function) mod_authnz_ldap.c:1225: error: 'apr_OFN_uldap_connection_close_t' undeclared (first use in this function) mod_authnz_ldap.c:1225: error: expected expression before ')' token mod_authnz_ldap.c:1225: error: invalid operands to binary * mod_authnz_ldap.c:1226: error: 'util_ldap_connection_find' undeclared (first use in this function) mod_authnz_ldap.c:1226: error: 'apr_OFN_uldap_connection_find_t' undeclared (first use in this function) mod_authnz_ldap.c:1226: error: expected expression before ')' token mod_authnz_ldap.c:1226: error: invalid operands to binary * mod_authnz_ldap.c:1227: error: 'util_ldap_cache_comparedn' undeclared (first use in this function) mod_authnz_ldap.c:1227: error: 'apr_OFN_uldap_cache_comparedn_t' undeclared (first use in this function) mod_authnz_ldap.c:1227: error: expected expression before ')' token mod_authnz_ldap.c:1227: error: invalid operands to binary * mod_authnz_ldap.c:1228: error: 'util_ldap_cache_compare' undeclared (first use in this function) mod_authnz_ldap.c:1228: error: 'apr_OFN_uldap_cache_compare_t' undeclared (first use in this function) mod_authnz_ldap.c:1228: error: expected expression before ')' token mod_authnz_ldap.c:1228: error: invalid operands to binary * mod_authnz_ldap.c:1229: error: 'util_ldap_cache_checkuserid' undeclared (first use in this function) mod_authnz_ldap.c:1229: error: 'apr_OFN_uldap_cache_checkuserid_t' undeclared (first use in this function) mod_authnz_ldap.c:1229: error: expected expression before ')' token mod_authnz_ldap.c:1229: error: invalid operands to binary * mod_authnz_ldap.c:1230: error: 'util_ldap_cache_getuserdn' undeclared (first use in this function) mod_authnz_ldap.c:1230: error: 'apr_OFN_uldap_cache_getuserdn_t' undeclared (first use in this function) mod_authnz_ldap.c:1230: error: expected expression before ')' token mod_authnz_ldap.c:1230: error: invalid operands to binary * mod_authnz_ldap.c:1231: error: 'util_ldap_ssl_supported' undeclared (first use in this function) mod_authnz_ldap.c:1231: error: 'apr_OFN_uldap_ssl_supported_t' undeclared (first use in this function) mod_authnz_ldap.c:1231: error: expected expression before ')' token mod_authnz_ldap.c:1231: error: invalid operands to binary * make[3]: *** [mod_authnz_ldap.lo] Error 1 make[3]: Leaving directory `/root/httpd-2.2.15/modules/aaa' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/httpd-2.2.15/modules/aaa' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/httpd-2.2.15/modules' make: *** [all-recursive] Error 1 [root@bb1 httpd-2.2.15]# Apache archives http://mail-archives.apache.org/mod_mbox/httpd-users/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx