You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/05 02:34:17 UTC

DO NOT REPLY [Bug 52826] New: rotatelogs.c:(.text+0x518): undefined reference to `apr_file_link'

https://issues.apache.org/bugzilla/show_bug.cgi?id=52826

             Bug #: 52826
           Summary: rotatelogs.c:(.text+0x518): undefined reference to
                    `apr_file_link'
           Product: Apache httpd-2
           Version: 2.4.1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: ejackso3@gmail.com
    Classification: Unclassified


All,
   I am trying to install httpd 2.4 and it is failing on 'make'. I have
installed the apr dependencies.

apr-devel-1.3.3-2.1
apr-util-devel-1.3.4-1.2
apr-1.3.3-2.1
apr-util-1.3.4-1.2

ERROR with make
".libs/rotatelogs.o: In function `post_rotate':
rotatelogs.c:(.text+0x518): undefined reference to `apr_file_link'
collect2: ld returned 1 exit status
make[2]: *** [rotatelogs] Error 1
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
make: *** [all-recursive] Error 1
"

[ejackso3@pyebj httpd-2.4.1]$ uname -a
Linux pyebj.com 2.6.18.8-linode22 #1 SMP Tue Nov 10 16:12:12 UTC 2009 i686 i686
i386 GNU/Linux

[ejackso3@pyebj httpd-2.4.1]$ cat /etc/redhat-release
CentOS release 5.7 (Final)


[ejackso3@pyebj httpd-2.4.1]$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 "  -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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking for pcre-config... /usr/bin/pcre-config
configure: Using external PCRE library from /usr/bin/pcre-config
  setting PCRE_INCLUDES to ""
  setting PCRE_LIBS to "-lpcre"

Configuring Apache httpd ...

  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I/usr/include/apr-1" 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... lynx
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.3.0 or later... yes
checking for APR-util version 1.3.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 sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
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 library containing crypt... -lcrypt
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 fopen64... yes
checking for void pointer length... no
checking for gettid()... yes
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... shared
checking whether to enable mod_authn_dbm... shared (most)
checking whether to enable mod_authn_anon... shared (most)
checking whether to enable mod_authn_dbd... shared (most)
checking whether to enable mod_authn_socache... shared (most)
checking whether to enable mod_authn_core... shared
checking whether to enable mod_authz_host... shared
checking whether to enable mod_authz_groupfile... shared
checking whether to enable mod_authz_user... shared
checking whether to enable mod_authz_dbm... shared (most)
checking whether to enable mod_authz_owner... shared (most)
checking whether to enable mod_authz_dbd... shared (most)
checking whether to enable mod_authz_core... shared
checking whether to enable mod_authnz_ldap... checking dependencies
checking for ldap support in apr/apr-util... yes
  setting MOD_AUTHNZ_LDAP_LDADD to " -lldap -llber"
checking whether to enable mod_authnz_ldap... shared (most)
checking whether to enable mod_access_compat... shared
checking whether to enable mod_auth_basic... shared
checking whether to enable mod_auth_form... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
checking whether to enable mod_allowmethods... shared (most)
  adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... shared (most)
checking whether to enable mod_cache... shared (most)
checking whether to enable mod_cache_disk... checking dependencies
checking whether to enable mod_cache_disk... shared (most)
checking whether to enable mod_socache_shmcb... shared (most)
checking whether to enable mod_socache_dbm... shared (most)
checking whether to enable mod_socache_memcache... shared (most)
checking whether to enable mod_socache_dc... no
  adding "-I$(top_srcdir)/modules/cache" to INCLUDES
  setting HTTPD_LDFLAGS to "-export-dynamic"
checking whether to enable mod_so... static
  setting AP_LIBS to "$(MOD_SO_LDADD)"
checking whether to enable mod_watchdog... no
  adding "-I$(top_srcdir)/modules/core" to INCLUDES
checking whether to enable mod_dbd... shared (most)
  adding "-I$(top_srcdir)/modules/database" to INCLUDES
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (most)
checking whether to enable mod_echo... no
checking whether to enable mod_example_hooks... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_example_ipc... no
checking whether to enable mod_buffer... shared (most)
checking whether to enable mod_data... no
checking whether to enable mod_ratelimit... shared (most)
checking whether to enable mod_reqtimeout... shared
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_request... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_filter... shared
checking whether to enable mod_reflector... no
checking whether to enable mod_substitute... shared (most)
checking whether to enable mod_sed... shared (most)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... /usr
  setting LIBS to "-lz"
checking for zlib library... found
  setting MOD_DEFLATE_LDADD to " -lz"
  nulling LIBS
checking whether to enable mod_deflate... shared (most)
checking whether to enable mod_xml2enc... no
checking whether to enable mod_proxy_html... no
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
checking whether to enable mod_http... static
  adding "$(MOD_HTTP_LDADD)" to AP_LIBS
checking whether to enable mod_mime... shared
checking whether to enable mod_ldap... checking dependencies
checking for ldap support in apr/apr-util... (cached) yes
  setting MOD_LDAP_LDADD to " -lldap -llber"
checking whether to enable mod_ldap... shared (most)
  adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
checking whether to enable mod_log_config... shared
checking whether to enable mod_log_debug... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... shared (most)
  adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
checking whether to enable mod_lua... no
  adding "-I$(top_srcdir)/modules/lua" to INCLUDES
checking whether to enable mod_env... shared
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... shared (most)
checking whether to enable mod_headers... shared
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... shared (most)
checking whether to enable mod_setenvif... shared
checking whether to enable mod_version... shared
checking whether to enable mod_remoteip... shared (most)
checking whether to enable mod_proxy... shared (most)
checking whether to enable mod_proxy_connect... checking dependencies
checking whether to enable mod_proxy_connect... shared (most)
checking whether to enable mod_proxy_ftp... checking dependencies
checking whether to enable mod_proxy_ftp... shared (most)
checking whether to enable mod_proxy_http... checking dependencies
checking whether to enable mod_proxy_http... shared (most)
checking whether to enable mod_proxy_fcgi... checking dependencies
checking whether to enable mod_proxy_fcgi... shared (most)
checking whether to enable mod_proxy_scgi... checking dependencies
checking whether to enable mod_proxy_scgi... shared (most)
checking whether to enable mod_proxy_fdpass... no
checking whether to enable mod_proxy_ajp... checking dependencies
checking whether to enable mod_proxy_ajp... shared (most)
checking whether to enable mod_proxy_balancer... checking dependencies
checking whether to enable mod_proxy_balancer... shared (most)
checking whether to enable mod_proxy_express... checking dependencies
checking whether to enable mod_proxy_express... shared (most)
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
checking whether to enable mod_session... shared (most)
checking whether to enable mod_session_cookie... checking dependencies
checking whether to enable mod_session_cookie... shared (most)
configure: WARNING: Your APR does not include SSL/EVP support.
checking whether to enable mod_session_crypto... no
checking whether to enable mod_session_dbd... checking dependencies
checking whether to enable mod_session_dbd... shared (most)
  adding "-I$(top_srcdir)/modules/session" to INCLUDES
checking whether to enable mod_slotmem_shm... shared (most)
checking whether to enable mod_slotmem_plain... no
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory...
none
  adding "-I/usr/kerberos/include" to CPPFLAGS
  adding "-I/usr/kerberos/include" to INCLUDES
  adding "-L/usr/kerberos/lib" to LDFLAGS
  setting SSL_LIBS to "-L/usr/kerberos/lib  "
checking for OpenSSL version >= 0.9.7... OK
  adding "-lssl" to SSL_LIBS
  adding "-lcrypto" to SSL_LIBS
  adding "-lpthread" to SSL_LIBS
  adding "-ldl" to SSL_LIBS
  setting LIBS to "-lssl -lcrypto   -lpthread -ldl"
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
yes
  setting MOD_SSL_LDADD to "$(SSL_LIBS)"
  adding "-export-symbols-regex" to MOD_SSL_LDADD
  adding "ssl_module" to MOD_SSL_LDADD
checking whether to enable mod_ssl... shared (most)
  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 whether to enable mod_dialup... no
  adding "-I$(top_srcdir)/modules/test" to INCLUDES
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
  adding "-I$(top_srcdir)/server" to INCLUDES
checking whether APR supports thread-safe pollsets... checking for kqueue... no
checking for port_create... no
checking for epoll_create... yes
yes
checking if event MPM supports this platform... yes
checking if mpmt_os2 MPM supports this platform... no
checking if prefork MPM supports this platform... yes
checking if WinNT MPM supports this platform... no
checking if worker MPM supports this platform... yes
checking whether to enable mod_lbmethod_byrequests... shared (most)
checking whether to enable mod_lbmethod_bytraffic... shared (most)
checking whether to enable mod_lbmethod_bybusyness... shared (most)
checking whether to enable mod_lbmethod_heartbeat... shared (most)
checking which MPM to use by default... event
  adding "$(MOD_MPM_EVENT_LDADD)" to AP_LIBS
checking for pthread_kill... yes
checking whether to enable mod_unixd... shared
checking whether to enable mod_privileges... no
  adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
checking whether to enable mod_heartbeat... no
checking whether to enable mod_heartmonitor... no
checking for extra modules... none
checking whether to enable mod_dav... shared (most)
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared
checking whether to enable mod_autoindex... shared
checking whether to enable mod_asis... no
checking whether to enable mod_info... shared (most)
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... checking dependencies
checking whether to enable mod_cgid... shared (most)
checking whether to enable mod_cgi... no
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES
checking whether to enable mod_dav_fs... checking dependencies
checking whether to enable mod_dav_fs... shared (most)
checking whether to enable mod_dav_lock... no
checking whether to enable mod_vhost_alias... shared (most)
checking whether to enable mod_negotiation... shared (most)
checking whether to enable mod_dir... shared
checking whether to enable mod_imagemap... no
checking whether to enable mod_actions... shared (most)
checking whether to enable mod_speling... shared (most)
checking whether to enable mod_userdir... shared (most)
checking whether to enable mod_alias... shared
checking whether to enable mod_rewrite... shared (most)
  adding "-I$(top_srcdir)/modules/mappers" to INCLUDES

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 "  -pthread"
  restoring CXXFLAGS to ""
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to " "
  restoring LIBS to ""
  setting EXTRA_LIBS to ""
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR)
-I$(top_srcdir)/include -I/usr/include/apr-1 -I$(top_srcdir)/modules/aaa
-I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core
-I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters
-I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers
-I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy
-I$(top_srcdir)/modules/session -I/usr/kerberos/include
-I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server
-I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main
-I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"

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/core/Makefile
creating modules/database/Makefile
creating modules/debugging/Makefile
creating modules/echo/Makefile
creating modules/examples/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/http/Makefile
creating modules/ldap/Makefile
creating modules/loggers/Makefile
creating modules/lua/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/session/Makefile
creating modules/slotmem/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating modules/proxy/balancers/Makefile
creating server/mpm/Makefile
creating server/mpm/event/Makefile
creating modules/arch/unix/Makefile
creating modules/cluster/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 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 docs/conf/extra/proxy-html.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
[ejackso3@pyebj httpd-2.4.1]$
[ejackso3@pyebj httpd-2.4.1]$
[ejackso3@pyebj httpd-2.4.1]$
[ejackso3@pyebj httpd-2.4.1]$
[ejackso3@pyebj httpd-2.4.1]$ make
Making all in srclib
make[1]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/srclib'
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/srclib'
Making all in os
make[1]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/os'
Making all in unix
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/os/unix'
make[3]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/os/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/os/unix'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/os/unix'
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/os'
Making all in server
make[1]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/server'
Making all in mpm
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm'
Making all in event
make[3]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm/event'
make[4]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm/event'
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -pthread   
 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers  -prefer-non-pic -static -c
event.c && touch event.lo
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -pthread   
 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers  -prefer-non-pic -static -c
fdqueue.c && touch fdqueue.lo
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -pthread   
 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers  -prefer-non-pic -static -c
pod.c && touch pod.lo
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -std=gnu99 -pthread  
-static     -o libevent.la event.lo fdqueue.lo pod.lo
make[4]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm/event'
make[3]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm/event'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/server/mpm'
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/server'
Found newer headers. Will rebuild exports.c.
rm -f exports.c export_files
( for dir in /home/ejackso3/HTTPD/httpd-2.4.1/include
/home/ejackso3/HTTPD/httpd-2.4.1/os/unix; do \
              ls $dir/*.h ; \
          done; \
          for dir in /usr/include/apr-1 /usr/include/apr-1; do \
              ls $dir/ap[ru].h $dir/ap[ru]_*.h 2>/dev/null; \
          done; \
        ) | sort -u > export_files
gawk -f /home/ejackso3/HTTPD/httpd-2.4.1/build/make_exports.awk `cat
export_files` > exports.c
/usr/lib/apr-1/build/libtool --silent --mode=compile gcc -std=gnu99 -pthread   
 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers  -prefer-non-pic -static -c
exports.c && touch exports.lo
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -std=gnu99 -pthread      
 -o libmain.la -static  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 util_mutex.lo mpm_common.lo mpm_unix.lo util_charset.lo
util_cookies.lo util_debug.lo util_xml.lo util_filter.lo util_pcre.lo
util_regex.lo exports.lo scoreboard.lo error_bucket.lo protocol.lo core.lo
request.lo provider.lo eoc_bucket.lo eor_bucket.lo core_filters.lo
util_expr_parse.lo util_expr_scan.lo util_expr_eval.lo
gawk -f /home/ejackso3/HTTPD/httpd-2.4.1/build/make_var_export.awk `cat
export_files` > export_vars.h
gcc -E   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE    -I.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers 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.
-I/home/ejackso3/HTTPD/httpd-2.4.1/os/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/include -I/usr/include/apr-1
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/core
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/database
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/lua
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/session -I/usr/kerberos/include
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/test
-I/home/ejackso3/HTTPD/httpd-2.4.1/server
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators
-I/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers export_vars.h | grep -v apr_
| sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> httpd.exp
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/server'
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/server'
Making all in modules
make[1]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules'
Making all in aaa
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/aaa'
Making all in cache
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/cache'
Making all in core
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/core'
make[3]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/core'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/core'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/core'
Making all in database
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/database'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/database'
Making all in debugging
make[2]: Entering directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/debugging'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/debugging'
Making all in filters
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/filters'
Making all in http
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/http'
make[3]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/http'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/http'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/http'
Making all in ldap
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/ldap'
Making all in loggers
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/loggers'
Making all in metadata
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/metadata'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/metadata'
Making all in proxy
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy'
Making all in session
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/session'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/session'
Making all in slotmem
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/slotmem'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/slotmem'
Making all in ssl
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/ssl'
Making all in proxy/balancers
make[2]: Entering directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy/balancers'
make[2]: Leaving directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/proxy/balancers'
Making all in arch/unix
make[2]: Entering directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/arch/unix'
Making all in dav/main
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/main'
Making all in generators
make[2]: Entering directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators'
make[2]: Leaving directory
`/home/ejackso3/HTTPD/httpd-2.4.1/modules/generators'
Making all in dav/fs
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/fs'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/dav/fs'
Making all in mappers
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers'
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules/mappers'
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/modules'
Making all in support
make[1]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
make[2]: Entering directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -std=gnu99 -pthread      
 -o rotatelogs  rotatelogs.lo       /usr/lib/libaprutil-1.la -ldb-4.3 -lexpat
/usr/lib/libapr-1.la -lpthread -ldl
.libs/rotatelogs.o: In function `post_rotate':
rotatelogs.c:(.text+0x518): undefined reference to `apr_file_link'
collect2: ld returned 1 exit status
make[2]: *** [rotatelogs] Error 1
make[2]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ejackso3/HTTPD/httpd-2.4.1/support'
make: *** [all-recursive] Error 1

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52826] rotatelogs.c:(.text+0x518): undefined reference to `apr_file_link'

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52826

Earnest Jackson <ej...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ejackso3@gmail.com

--- Comment #1 from Earnest Jackson <ej...@gmail.com> 2012-03-05 01:38:31 UTC ---
Also, Here is the configure output.

[ejackso3@pyebj httpd-2.4.1]$ ./configure
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 "  -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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 gcc option to accept ISO C99... -std=gnu99
checking for pcre-config... /usr/bin/pcre-config
configure: Using external PCRE library from /usr/bin/pcre-config
  setting PCRE_INCLUDES to ""
  setting PCRE_LIBS to "-lpcre"

Configuring Apache httpd ...

  setting INCLUDES to "-I."
  adding "-I$(top_srcdir)/os/$(OS_DIR)" to INCLUDES
  adding "-I$(top_srcdir)/include" to INCLUDES
  adding "-I/usr/include/apr-1" 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... lynx
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.3.0 or later... yes
checking for APR-util version 1.3.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 sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
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 library containing crypt... -lcrypt
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 fopen64... yes
checking for void pointer length... no
checking for gettid()... yes
checking for tm_gmtoff in struct tm... yes
checking whether to enable mod_authn_file... shared
checking whether to enable mod_authn_dbm... shared (most)
checking whether to enable mod_authn_anon... shared (most)
checking whether to enable mod_authn_dbd... shared (most)
checking whether to enable mod_authn_socache... shared (most)
checking whether to enable mod_authn_core... shared
checking whether to enable mod_authz_host... shared
checking whether to enable mod_authz_groupfile... shared
checking whether to enable mod_authz_user... shared
checking whether to enable mod_authz_dbm... shared (most)
checking whether to enable mod_authz_owner... shared (most)
checking whether to enable mod_authz_dbd... shared (most)
checking whether to enable mod_authz_core... shared
checking whether to enable mod_authnz_ldap... checking dependencies
checking for ldap support in apr/apr-util... yes
  setting MOD_AUTHNZ_LDAP_LDADD to " -lldap -llber"
checking whether to enable mod_authnz_ldap... shared (most)
checking whether to enable mod_access_compat... shared
checking whether to enable mod_auth_basic... shared
checking whether to enable mod_auth_form... shared (most)
checking whether to enable mod_auth_digest... checking dependencies
checking whether to enable mod_auth_digest... shared (most)
checking whether to enable mod_allowmethods... shared (most)
  adding "-I$(top_srcdir)/modules/aaa" to INCLUDES
checking whether to enable mod_isapi... no
checking whether to enable mod_file_cache... shared (most)
checking whether to enable mod_cache... shared (most)
checking whether to enable mod_cache_disk... checking dependencies
checking whether to enable mod_cache_disk... shared (most)
checking whether to enable mod_socache_shmcb... shared (most)
checking whether to enable mod_socache_dbm... shared (most)
checking whether to enable mod_socache_memcache... shared (most)
checking whether to enable mod_socache_dc... no
  adding "-I$(top_srcdir)/modules/cache" to INCLUDES
  setting HTTPD_LDFLAGS to "-export-dynamic"
checking whether to enable mod_so... static
  setting AP_LIBS to "$(MOD_SO_LDADD)"
checking whether to enable mod_watchdog... no
  adding "-I$(top_srcdir)/modules/core" to INCLUDES
checking whether to enable mod_dbd... shared (most)
  adding "-I$(top_srcdir)/modules/database" to INCLUDES
checking whether to enable mod_bucketeer... no
checking whether to enable mod_dumpio... shared (most)
checking whether to enable mod_echo... no
checking whether to enable mod_example_hooks... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_example_ipc... no
checking whether to enable mod_buffer... shared (most)
checking whether to enable mod_data... no
checking whether to enable mod_ratelimit... shared (most)
checking whether to enable mod_reqtimeout... shared
checking whether to enable mod_ext_filter... shared (most)
checking whether to enable mod_request... shared (most)
checking whether to enable mod_include... shared (most)
checking whether to enable mod_filter... shared
checking whether to enable mod_reflector... no
checking whether to enable mod_substitute... shared (most)
checking whether to enable mod_sed... shared (most)
checking whether to enable mod_charset_lite... no
checking whether to enable mod_deflate... checking dependencies
checking for zlib location... /usr
  setting LIBS to "-lz"
checking for zlib library... found
  setting MOD_DEFLATE_LDADD to " -lz"
  nulling LIBS
checking whether to enable mod_deflate... shared (most)
checking whether to enable mod_xml2enc... no
checking whether to enable mod_proxy_html... no
  adding "-I$(top_srcdir)/modules/filters" to INCLUDES
checking whether to enable mod_http... static
  adding "$(MOD_HTTP_LDADD)" to AP_LIBS
checking whether to enable mod_mime... shared
checking whether to enable mod_ldap... checking dependencies
checking for ldap support in apr/apr-util... (cached) yes
  setting MOD_LDAP_LDADD to " -lldap -llber"
checking whether to enable mod_ldap... shared (most)
  adding "-I$(top_srcdir)/modules/ldap" to INCLUDES
checking whether to enable mod_log_config... shared
checking whether to enable mod_log_debug... shared (most)
checking whether to enable mod_log_forensic... no
checking whether to enable mod_logio... shared (most)
  adding "-I$(top_srcdir)/modules/loggers" to INCLUDES
checking whether to enable mod_lua... no
  adding "-I$(top_srcdir)/modules/lua" to INCLUDES
checking whether to enable mod_env... shared
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... shared (most)
checking whether to enable mod_headers... shared
checking whether to enable mod_ident... no
checking whether to enable mod_usertrack... no
checking whether to enable mod_unique_id... shared (most)
checking whether to enable mod_setenvif... shared
checking whether to enable mod_version... shared
checking whether to enable mod_remoteip... shared (most)
checking whether to enable mod_proxy... shared (most)
checking whether to enable mod_proxy_connect... checking dependencies
checking whether to enable mod_proxy_connect... shared (most)
checking whether to enable mod_proxy_ftp... checking dependencies
checking whether to enable mod_proxy_ftp... shared (most)
checking whether to enable mod_proxy_http... checking dependencies
checking whether to enable mod_proxy_http... shared (most)
checking whether to enable mod_proxy_fcgi... checking dependencies
checking whether to enable mod_proxy_fcgi... shared (most)
checking whether to enable mod_proxy_scgi... checking dependencies
checking whether to enable mod_proxy_scgi... shared (most)
checking whether to enable mod_proxy_fdpass... no
checking whether to enable mod_proxy_ajp... checking dependencies
checking whether to enable mod_proxy_ajp... shared (most)
checking whether to enable mod_proxy_balancer... checking dependencies
checking whether to enable mod_proxy_balancer... shared (most)
checking whether to enable mod_proxy_express... checking dependencies
checking whether to enable mod_proxy_express... shared (most)
  adding "-I$(top_srcdir)/modules/proxy" to INCLUDES
checking whether to enable mod_session... shared (most)
checking whether to enable mod_session_cookie... checking dependencies
checking whether to enable mod_session_cookie... shared (most)
configure: WARNING: Your APR does not include SSL/EVP support.
checking whether to enable mod_session_crypto... no
checking whether to enable mod_session_dbd... checking dependencies
checking whether to enable mod_session_dbd... shared (most)
  adding "-I$(top_srcdir)/modules/session" to INCLUDES
checking whether to enable mod_slotmem_shm... shared (most)
checking whether to enable mod_slotmem_plain... no
checking whether to enable mod_ssl... checking dependencies
checking for OpenSSL... checking for user-provided OpenSSL base directory...
none
  adding "-I/usr/kerberos/include" to CPPFLAGS
  adding "-I/usr/kerberos/include" to INCLUDES
  adding "-L/usr/kerberos/lib" to LDFLAGS
  setting SSL_LIBS to "-L/usr/kerberos/lib  "
checking for OpenSSL version >= 0.9.7... OK
  adding "-lssl" to SSL_LIBS
  adding "-lcrypto" to SSL_LIBS
  adding "-lpthread" to SSL_LIBS
  adding "-ldl" to SSL_LIBS
  setting LIBS to "-lssl -lcrypto   -lpthread -ldl"
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
yes
  setting MOD_SSL_LDADD to "$(SSL_LIBS)"
  adding "-export-symbols-regex" to MOD_SSL_LDADD
  adding "ssl_module" to MOD_SSL_LDADD
checking whether to enable mod_ssl... shared (most)
  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 whether to enable mod_dialup... no
  adding "-I$(top_srcdir)/modules/test" to INCLUDES
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
  adding "-I$(top_srcdir)/server" to INCLUDES
checking whether APR supports thread-safe pollsets... checking for kqueue... no
checking for port_create... no
checking for epoll_create... yes
yes
checking if event MPM supports this platform... yes
checking if mpmt_os2 MPM supports this platform... no
checking if prefork MPM supports this platform... yes
checking if WinNT MPM supports this platform... no
checking if worker MPM supports this platform... yes
checking whether to enable mod_lbmethod_byrequests... shared (most)
checking whether to enable mod_lbmethod_bytraffic... shared (most)
checking whether to enable mod_lbmethod_bybusyness... shared (most)
checking whether to enable mod_lbmethod_heartbeat... shared (most)
checking which MPM to use by default... event
  adding "$(MOD_MPM_EVENT_LDADD)" to AP_LIBS
checking for pthread_kill... yes
checking whether to enable mod_unixd... shared
checking whether to enable mod_privileges... no
  adding "-I$(top_srcdir)/modules/arch/unix" to INCLUDES
checking whether to enable mod_heartbeat... no
checking whether to enable mod_heartmonitor... no
checking for extra modules... none
checking whether to enable mod_dav... shared (most)
  adding "-I$(top_srcdir)/modules/dav/main" to INCLUDES
checking whether to enable mod_status... shared
checking whether to enable mod_autoindex... shared
checking whether to enable mod_asis... no
checking whether to enable mod_info... shared (most)
checking whether to enable mod_suexec... no
checking whether to enable mod_cgid... checking dependencies
checking whether to enable mod_cgid... shared (most)
checking whether to enable mod_cgi... no
  adding "-I$(top_srcdir)/modules/generators" to INCLUDES
checking whether to enable mod_dav_fs... checking dependencies
checking whether to enable mod_dav_fs... shared (most)
checking whether to enable mod_dav_lock... no
checking whether to enable mod_vhost_alias... shared (most)
checking whether to enable mod_negotiation... shared (most)
checking whether to enable mod_dir... shared
checking whether to enable mod_imagemap... no
checking whether to enable mod_actions... shared (most)
checking whether to enable mod_speling... shared (most)
checking whether to enable mod_userdir... shared (most)
checking whether to enable mod_alias... shared
checking whether to enable mod_rewrite... shared (most)
  adding "-I$(top_srcdir)/modules/mappers" to INCLUDES

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 "  -pthread"
  restoring CXXFLAGS to ""
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to " "
  restoring LIBS to ""
  setting EXTRA_LIBS to ""
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to "-I. -I$(top_srcdir)/os/$(OS_DIR)
-I$(top_srcdir)/include -I/usr/include/apr-1 -I$(top_srcdir)/modules/aaa
-I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core
-I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters
-I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers
-I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy
-I$(top_srcdir)/modules/session -I/usr/kerberos/include
-I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server
-I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main
-I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers"

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/core/Makefile
creating modules/database/Makefile
creating modules/debugging/Makefile
creating modules/echo/Makefile
creating modules/examples/Makefile
creating modules/experimental/Makefile
creating modules/filters/Makefile
creating modules/http/Makefile
creating modules/ldap/Makefile
creating modules/loggers/Makefile
creating modules/lua/Makefile
creating modules/metadata/Makefile
creating modules/proxy/Makefile
creating modules/session/Makefile
creating modules/slotmem/Makefile
creating modules/ssl/Makefile
creating modules/test/Makefile
creating os/unix/Makefile
creating modules/proxy/balancers/Makefile
creating server/mpm/Makefile
creating server/mpm/event/Makefile
creating modules/arch/unix/Makefile
creating modules/cluster/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 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 docs/conf/extra/proxy-html.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: include/ap_config_auto.h is unchanged
config.status: executing default commands

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52826] rotatelogs.c:(.text+0x518): undefined reference to `apr_file_link'

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52826

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #2 from Eric Covener <co...@gmail.com> 2012-03-05 02:10:57 UTC ---
need a later APR to build rotatelogs [and some other pieces?] of 2.4

*** This bug has been marked as a duplicate of bug 52748 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org