You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Bill Clancy <an...@ix.netcom.com> on 2002/04/09 18:04:06 UTC

Error when compiling 2.0.35 on Solaris 8 - "Can not determine the proper size for apr_int64_t"

Hi,

I've been trying without success to upgrade my server to 2.0.35 from 1.3.24.  This is my first attempt with 2.0.x.

I am able to complete the configuration process successfully, but when I run make, I consistently get the error "Can not determine
the proper size for apr_int64_t".  Full output for all commands, including system info, is at the end of this message.

Has anyone else had this problem or something similar?  I was only able to find one message (with no replies) in the archives
referencing this.  Not much more on Google.  I've tried one or two hacks to get around it, but I don't want to pollute the
suggestion pool with my adventures just yet.  :-)

Any and all help would be GREATLY appreciated.

Thanks,

Bill

==========

bash-2.05a$ uname -a
SunOS sparky 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-250

bash-2.05a$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --enable-threads --enable-version-specific-runtime-libs
Thread model: posix
gcc version 3.0.4

bash-2.05a$ perl -v
This is perl, v5.6.1 built for sun4-solaris
<snip>...

bash-2.05a$ autoconf -V
autoconf (GNU Autoconf) 2.52
<snip>...

bash-2.05a$ libtool --version
ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)

bash-2.05a$ ./configure --prefix=/home/myhome/www_root --enable-rewrite --enable-speling
<installing under my home directory because I do not have root on this machine>
creating cache ./config.cache
checking for chosen layout... Apache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8

Configuring Apache Portable Runtime library ...

updating cache ./config.cache
configuring package in srclib/apr now
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
Configuring APR library
Platform: sparc-sun-solaris2.8
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
Applying APR hints file rules for sparc-sun-solaris2.8
  setting CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
  setting apr_iconv_inbuf_const to "1"
(Default will be unix)
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for mawk... no
checking for gawk... gawk
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/local/gnu/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for ar... ar
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether system uses EBCDIC... no
performing libtool configuration...
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache

Check for compiler flags...

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

Checking for Threads...

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

Checking for Shared Memory Support...

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

Checking for DSO...

checking for NSLinkModule... no
checking for dlopen in -ldl... yes
  adding "-ldl" to LIBS

Checking for Processes...

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

Checking for Locking...

checking for semget... yes
checking for semctl... yes
checking for flock... no
checking for /dev/zero... (cached) yes
checking for semaphore.h... (cached) yes
checking for sem_close... yes
checking for sem_unlink... yes
checking for sem_post... yes
checking for sem_wait... yes
checking for working sem_open... no
checking for union semun in sys/sem.h... no
checking for LOCK_EX in sys/file.h... no
checking for F_SETLK in fcntl.h... yes
checking for SEM_UNDO in sys/sem.h... yes
checking for CODESET in langinfo.h... yes
checking for POLLIN in poll.h sys/poll.h... yes
checking for PTHREAD_PROCESS_SHARED in pthread.h... yes
checking for pthread_mutexattr_setpshared... yes
decision on apr_lock implementation method... SysV IPC semget()
checking if interprocess lock affects threads... no
checking for /dev/random... not found

Checking for Time Support...

checking for tm_gmtoff in struct tm... no

Checking for Networking support...

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

Checking for IPv6 Networking support...

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

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2"
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lrt -lm -liconv -lsocket -lnsl -lresolv  -ldl"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to ""

Construct Makefiles and header files.
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
creating ./config.status
creating Makefile
creating strings/Makefile
creating passwd/Makefile
creating tables/Makefile
creating build/Makefile
creating file_io/unix/Makefile
creating network_io/unix/Makefile
creating threadproc/unix/Makefile
creating misc/unix/Makefile
creating locks/unix/Makefile
creating time/unix/Makefile
creating mmap/unix/Makefile
creating shmem/unix/Makefile
creating i18n/unix/Makefile
creating user/unix/Makefile
creating memory/unix/Makefile
creating atomic/solaris_sparc/Makefile
creating dso/unix/Makefile
creating test/Makefile
creating include/apr.h
creating APRVARS
creating build/rules.mk
creating apr-config
creating include/arch/unix/apr_private.h
srclib/apr configured properly
loading cache ./config.cache

Configuring Apache Portable Runtime Utility library...

configuring package in srclib/apr-util now
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
checking for APR... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ldap support...
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... no
checking for db4/db.h... no
checking for db.h... yes
checking for db_create in -ldb... no
checking for db3/db.h... yes
checking for db_create in -ldb3... no
checking for db.h... (cached) yes
checking for db_create in -ldb... (cached) no
checking for db2/db.h... no
checking for db.h... (cached) yes
checking for db_open in -ldb... no
checking for db1/db.h... no
checking for db.h... (cached) yes
checking for dbopen in -lc... no
checking for dbopen in -ldb1... no
checking for db_185.h... yes
checking for dbopen in -ldb... no
checking for Berkeley DB... not found
checking for default DBM... sdbm (default)
checking for Expat in /usr... no
checking for Expat in /usr/local... no
checking for Expat in xml/expat-cvs... no
checking for Expat in xml/expat... yes
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
configuring package in xml/expat now
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking build system type... sparc-sun-solaris2.8
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... (cached) no
checking for BSD-compatible nm... (cached) /usr/ccs/bin/nm -p
checking whether ln -s works... (cached) yes
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.8 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/local/gnu/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) no
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memmove... (cached) yes
checking for bcopy... yes
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating lib/expat.h
creating config.h
xml/expat configured properly
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
  adding "-I/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib" to APRUTIL_INCLUDES
  setting APRUTIL_EXPORT_LIBS to "/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libexpat.la"
  setting LIBS to " -L/tmp/mytmp/httpd-2.0.35/srclib/apr -lapr -lrt -lm -liconv -lsocket -lnsl -lresolv  -ldl"
  adding "/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libexpat.la" to LIBS
creating ./config.status
creating export_vars.sh
creating apu-config
creating include/private/apu_select_dbm.h
creating include/apr_ldap.h
creating include/apu.h
creating Makefile
creating buckets/Makefile
creating crypto/Makefile
creating dbm/Makefile
creating dbm/sdbm/Makefile
creating encoding/Makefile
creating hooks/Makefile
creating ldap/Makefile
creating uri/Makefile
creating xml/Makefile
creating misc/Makefile
creating test/Makefile
creating include/private/apu_config.h
srclib/apr-util configured properly
loading cache ./config.cache

Configuring PCRE regular expression library ...

configuring package in srclib/pcre now
loading cache /tmp/mytmp/httpd-2.0.35/./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) no
checking for limits.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for bcopy... (cached) yes
checking for memmove... (cached) yes
checking for strerror... yes
updating cache /tmp/mytmp/httpd-2.0.35/./config.cache
creating ./config.status
creating Makefile
creating pcre.h
creating pcre-config
creating config.h
srclib/pcre configured properly
loading cache ./config.cache

Configuring Apache httpd ...

obtaining flag settings from the sub-configures...

  setting CFLAGS to "-g -O2"
  setting CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
  setting LDFLAGS to ""
  setting LIBS to "-lrt -lm -liconv -lsocket -lnsl -lresolv  -ldl"
  setting INCLUDES to
"-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/proxy 
-I$(top_srcdir)/include -I$(top_srcdir)/srclib/apr/include -I$(top_srcdir)/srclib/apr-util/include"

Applying OS-specific hints for httpd ...

  forcing SINGLE_LISTEN_UNSERIALIZED_ACCEPT to "1"
checking for rm... /usr/bin/rm
checking for mawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... yes
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... (cached) /usr/local/gnu/bin/install -c
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for ANSI C header files... (cached) no
checking for string.h... (cached) yes
checking for limits.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for pwd.h... (cached) yes
checking for grp.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/processor.h... yes
checking for sys/sem.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for working const... (cached) yes
  setting NOTEST_CPPFLAGS to "-DAP_HAVE_DESIGNATED_INITIALIZER"
checking for getpwnam... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for bindprocessor... no
checking for timegm... no
checking for tm_gmtoff in struct tm... (cached) no
checking whether to enable mod_access... yes (default)
checking whether to enable mod_auth... yes (default)
checking whether to enable mod_auth_anon... no
checking whether to enable mod_auth_dbm... no
checking whether to enable mod_auth_digest... no
  setting LT_LDFLAGS to "-export-dynamic"
checking whether to enable mod_file_cache... no
checking whether to enable mod_echo... no
checking whether to enable mod_charset_lite... no
checking whether to enable mod_cache... no
checking whether to enable mod_disk_cache... no
checking whether to enable mod_mem_cache... no
checking whether to enable mod_example... no
checking whether to enable mod_ext_filter... no
checking whether to enable mod_case_filter... no
checking whether to enable mod_case_filter_in... no
checking whether to enable mod_deflate... no
checking whether to enable mod_include... yes (default)
checking whether to enable mod_log_config... yes (default)
checking whether to enable mod_env... yes (default)
checking whether to enable mod_mime_magic... no
checking whether to enable mod_cern_meta... no
checking whether to enable mod_expires... no
checking whether to enable mod_headers... 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_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_ssl... no
checking whether to enable mod_optional_hook_export... no
checking whether to enable mod_optional_hook_import... no
checking whether to enable mod_optional_fn_import... no
checking whether to enable mod_optional_fn_export... no
checking whether to enable mod_bucketeer... no
checking for target platform... unix
checking for rlim_t... yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/sem.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for setsid... (cached) yes
checking for killpg... yes
checking for bstring.h... no
checking for unistd.h... (cached) yes
checking for syslog... yes
checking for sys/times.h... yes
checking for times... yes
checking which MPM to use... prefork
checking whether to enable mod_http... yes
checking whether to enable mod_mime... yes (default)
checking for extra modules... no extra modules
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... no
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_vhost_alias... no
checking whether to enable mod_negotiation... yes (default)
checking whether to enable mod_dir... yes (default)
checking whether to enable mod_imap... yes (default)
checking whether to enable mod_actions... yes (default)
checking whether to enable mod_speling... yes (default)
checking whether to enable mod_userdir... yes (default)
checking whether to enable mod_alias... yes (default)
checking whether to enable mod_rewrite... checking dependencies
  adding "-DNO_DBM_REWRITEMAP" to CFLAGS
checking whether to enable mod_rewrite... yes (default)
checking whether to enable mod_so... no
updating cache ./config.cache
  adding "/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libexpat.la" to LIBS
  adding "-I/tmp/mytmp/httpd-2.0.35/srclib/apr-util/include" to INCLUDES
  adding "-I/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib" to INCLUDES
  setting LDFLAGS to ""

Restore user-defined environment settings...

  restoring CPPFLAGS to ""
  setting EXTRA_CPPFLAGS to "-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
  restoring CFLAGS to ""
  setting EXTRA_CFLAGS to "-g -O2 -DNO_DBM_REWRITEMAP"
  restoring CXXFLAGS to ""
  setting EXTRA_CXXFLAGS to ""
  restoring LDFLAGS to ""
  setting EXTRA_LDFLAGS to ""
  restoring LIBS to ""
  setting EXTRA_LIBS to "-lrt -lm -liconv -lsocket -lnsl -lresolv  -ldl
/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib/libexpat.la"
  restoring INCLUDES to ""
  setting EXTRA_INCLUDES to
"-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/server/mpm/$(MPM_NAME) -I$(top_srcdir)/modules/http -I$(top_srcdir)/modules/proxy 
-I$(top_srcdir)/include -I$(top_srcdir)/srclib/apr/include -I$(top_srcdir)/srclib/apr-util/include -I$(top_srcdir)/modules/dav/main 
-I/tmp/mytmp/httpd-2.0.35/srclib/apr-util/include -I/tmp/mytmp/httpd-2.0.35/srclib/apr-util/xml/expat/lib"

Construct makefiles and header files...

checking for working mkdir -p... yes
creating config_vars.mk
updating cache ./config.cache
creating ./config.status
creating docs/conf/httpd-std.conf
creating include/ap_config_layout.h
creating support/apxs
creating support/apachectl
creating support/dbmmanage
creating support/envvars-std
creating support/log_server_status
creating support/logresolve.pl
creating support/phf_abuse_log.cgi
creating support/split-logfile
creating build/rules.mk
creating include/ap_config_auto.h
creating modules/aaa/Makefile
creating modules/cache/Makefile
creating modules/echo/Makefile
creating modules/experimental/Makefile
creating modules/filters/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/mappers/Makefile
creating Makefile
creating modules/Makefile
creating srclib/Makefile
creating os/beos/Makefile
creating os/os2/Makefile
creating os/Makefile
creating os/unix/Makefile
creating server/Makefile
creating support/Makefile
creating srclib/pcre/Makefile
creating test/Makefile

bash-2.05a$ make
Making all in srclib
make[1]: Entering directory `/tmp/mytmp/httpd-2.0.35/srclib'
Making all in apr
make[2]: Entering directory `/tmp/mytmp/httpd-2.0.35/srclib/apr'
Making all in strings
make[3]: Entering directory `/tmp/mytmp/httpd-2.0.35/srclib/apr/strings'
make[4]: Entering directory `/tmp/mytmp/httpd-2.0.35/srclib/apr/strings'
/bin/sh /tmp/mytmp/httpd-2.0.35/srclib/apr/libtool --silent --mode=compile
gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT   -I../include -I../include/arch/unix  -c
apr_cpystrn.c && touch apr _cpystrn.lo
In file included from apr_cpystrn.c:55:
../include/apr.h:193:2: #error Can not determine the proper size for apr_int64_t
../include/apr.h:260:2: #error Can not determine the proper size for apr_int64_t
make[4]: *** [apr_cpystrn.lo] Error 1
make[4]: Leaving directory `/tmp/mytmp/httpd-2.0.35/srclib/apr/strings'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/mytmp/httpd-2.0.35/srclib/apr/strings'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/mytmp/httpd-2.0.35/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/mytmp/httpd-2.0.35/srclib'
make: *** [all-recursive] Error 1


---------------------------------------------------------------------
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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org