[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Configure having problems finding DB4.0.14

From: Owen Landgren <olandgren_at_Macalester.edu>
Date: 2002-01-09 23:00:51 CET

Sorry I forgot to mention the system composition. I'm on RedHat 7.1 with
the Helix updates.

I had forgotten to add it to /etc/ld.so.conf, but adding it to
/etc/ld.so.conf and retrying produced the same result. Attached is the
config.log file -- I hope that helps.

The LDFLAGS solution that Justin mentioned didn't work either.

Could there be problems because I'm building with some of the external
parts inline, but not all of them?

Owen

cmpilato@collab.net wrote:

>Owen Landgren <olandgren@Macalester.edu> writes:
>
>>==================================================================
>>WARNING: skipping the build of mod_dav_svn
>> --with-apxs or --with-apache must be used
>>==================================================================
>>checking for Berkeley DB in /usr/local/BerkeleyDB.4.0... no
>>configure: error: Could not find Berkeley DB 4.0.14.
>>
>
>Did you remember to add the new Berkeley 4 directory to your ldconfig
>paths or LD_LIBRARY_PATH var?
>
>See (perhaps) /etc/ld.so.conf, or /etc/rc.conf (FreeBSD)...
>

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

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

  $ ./configure --enable-maintainer-mode --disable-shared

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

hostname = std84.dorms2.macalester.edu
uname -m = i686
uname -r = 2.4.9-12
uname -s = Linux
uname -v = #1 Tue Oct 30 18:33:49 EST 2001

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

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

PATH = /usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/olandgre/bin:/usr/java/jdk1.3.1_01/bin

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

configure:1149: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1152: $? = 127
configure:1406: checking for gcc
configure:1421: found /usr/bin/gcc
configure:1429: result: gcc
configure:1657: checking for C compiler version
configure:1660: gcc --version </dev/null >&5
2.96
configure:1663: $? = 0
configure:1665: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)
configure:1668: $? = 0
configure:1670: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1673: $? = 1
configure:1693: checking for C compiler default output
configure:1696: gcc conftest.c >&5
configure:1699: $? = 0
configure:1728: result: a.out
configure:1733: checking whether the C compiler works
configure:1739: ./a.out
configure:1742: $? = 0
configure:1757: result: yes
configure:1764: checking whether we are cross compiling
configure:1766: result: no
configure:1769: checking for executable suffix
configure:1771: gcc -o conftest conftest.c >&5
configure:1774: $? = 0
configure:1796: result:
configure:1802: checking for object suffix
configure:1820: gcc -c conftest.c >&5
configure:1823: $? = 0
configure:1842: result: o
configure:1846: checking whether we are using the GNU C compiler
configure:1867: gcc -c conftest.c >&5
configure:1870: $? = 0
configure:1873: test -s conftest.o
configure:1876: $? = 0
configure:1888: result: yes
configure:1894: checking whether gcc accepts -g
configure:1912: gcc -c -g conftest.c >&5
configure:1915: $? = 0
configure:1918: test -s conftest.o
configure:1921: $? = 0
configure:1931: result: yes
configure:1958: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:1961: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2064: checking how to run the C preprocessor
configure:2090: gcc -E conftest.c
configure:2096: $? = 0
configure:2123: gcc -E conftest.c
configure:2120:28: ac_nonexistent.h: No such file or directory
configure:2129: $? = 1
configure: failed program was:
#line 2119 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2166: result: gcc -E
configure:2181: gcc -E conftest.c
configure:2187: $? = 0
configure:2214: gcc -E conftest.c
configure:2211:28: ac_nonexistent.h: No such file or directory
configure:2220: $? = 1
configure: failed program was:
#line 2210 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2259: Apache Portable Runtime (APR) library configuration
configure:2570: Apache Portable Runtime Utility (APRUTIL) library configuration
configure:2715: checking for apu.h
configure:2725: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c
configure:2722:17: apu.h: No such file or directory
configure:2731: $? = 1
configure: failed program was:
#line 2721 "configure"
#include "confdefs.h"
#include <apu.h>
configure:2750: result: no
configure:2753: checking for apr_uri_parse in -laprutil
configure:2780: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -laprutil -lm -lcrypt -lnsl -ldl >&5
configure:2769: warning: function declaration isn't a prototype
configure:2772: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -laprutil
collect2: ld returned 1 exit status
configure:2783: $? = 1
configure: failed program was:
#line 2761 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply. */
char apr_uri_parse ();
int
main ()
{
apr_uri_parse ();
  ;
  return 0;
}
configure:2800: result: no
configure:2976: checking for gcc
configure:2999: result: gcc
configure:3227: checking for C compiler version
configure:3230: gcc --version </dev/null >&5
2.96
configure:3233: $? = 0
configure:3235: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-85)
configure:3238: $? = 0
configure:3240: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:3243: $? = 1
configure:3246: checking whether we are using the GNU C compiler
configure:3288: result: yes
configure:3294: checking whether gcc accepts -g
configure:3331: result: yes
configure:3358: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
conftest.c:2: parse error before `me'
configure:3361: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:3459: checking whether ln -s works
configure:3463: result: yes
configure:3543: checking build system type
configure:3561: result: i686-pc-linux-gnu
configure:3568: checking host system type
configure:3582: result: i686-pc-linux-gnu
configure:3610: checking for ld used by GCC
configure:3673: result: /usr/bin/ld
configure:3682: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
configure:3694: result: yes
configure:3698: checking for /usr/bin/ld option to reload object files
configure:3705: result: -r
configure:3710: checking for BSD-compatible nm
configure:3746: result: /usr/bin/nm -B
configure:3749: checking how to recognise dependant libraries
configure:3927: result: pass_all
configure:3933: checking command to parse /usr/bin/nm -B output
configure:4014: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
conftest.c:5: warning: function declaration isn't a prototype
conftest.c:9: warning: function declaration isn't a prototype
configure:4017: $? = 0
configure:4021: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4024: $? = 0
configure:4076: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c conftstm.o >&5
conftest.c:6: warning: `main' is usually a function
configure:4079: $? = 0
configure:4123: result: ok
configure:4130: checking for dlfcn.h
configure:4140: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c
configure:4146: $? = 0
configure:4165: result: yes
configure:4352: checking for ranlib
configure:4367: found /usr/bin/ranlib
configure:4376: result: ranlib
configure:4426: checking for strip
configure:4441: found /usr/bin/strip
configure:4450: result: strip
configure:4654: checking for objdir
configure:4665: result: .libs
configure:4685: checking for gcc option to produce PIC
configure:4835: result: -fPIC
configure:4839: checking if gcc PIC flag -fPIC works
configure:4859: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -fPIC -DPIC -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:4851: warning: function declaration isn't a prototype
configure:4862: $? = 0
configure:4865: test -s conftest.o
configure:4868: $? = 0
configure:4904: result: yes
configure:4924: checking if gcc static flag -static works
configure:4945: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -static conftest.c -lm -lcrypt -lnsl -ldl >&5
configure:4937: warning: function declaration isn't a prototype
configure:4948: $? = 0
configure:4951: test -s conftest
configure:4954: $? = 0
configure:4968: result: yes
configure:4983: checking if gcc supports -c -o file.o
configure:5003: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -o out/conftest2.o -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:5027: result: yes
configure:5032: checking if gcc supports -c -o file.lo
configure:5056: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -c -o conftest.lo -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:5048: warning: function declaration isn't a prototype
configure: In function `main':
configure:5049: warning: unused variable `some_variable'
configure:5059: $? = 0
configure:5062: test -s conftest.lo
configure:5065: $? = 0
configure:5086: result: yes
configure:5125: checking if gcc supports -fno-rtti -fno-exceptions
configure:5144: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -fno-rtti -fno-exceptions -c conftest.c -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:5136: warning: function declaration isn't a prototype
configure: In function `main':
configure:5137: warning: unused variable `some_variable'
configure:5136: warning: function declaration isn't a prototype
configure: In function `main':
configure:5137: warning: unused variable `some_variable'
configure:5147: $? = 0
configure:5150: test -s conftest.o
configure:5153: $? = 0
configure:5169: result: yes
configure:5184: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5864: result: yes
configure:5873: checking how to hardcode library paths into programs
configure:5897: result: immediate
configure:5906: checking whether stripping libraries is possible
configure:5911: result: yes
configure:5926: checking dynamic linker characteristics
configure:6319: result: GNU/Linux ld.so
configure:6328: checking if libtool supports shared libraries
configure:6330: result: yes
configure:6337: checking whether to build shared libraries
configure:6358: result: no
configure:6365: checking whether to build static libraries
configure:6369: result: yes
configure:7608: checking neon library
configure:7718: checking neon library version
configure:7721: result: 0.18.2
configure:7863: checking for any extra libraries neon needs
configure:7868: result: -L/usr/local/lib -lz
configure:7975: checking for static Apache module support
configure:8009: result: no
configure:8014: checking for Apache module support via DSO through APXS
configure:8056: result: no - Unable to locate /usr/include/apache/mod_dav.h
configure:8134: checking for built-in Berkeley DB
configure:8144: result: no
configure:8219: checking for Berkeley DB in the standard places
configure:8265: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -lm -lcrypt -lnsl -ldl -ldb >&5
configure:8241: warning: return type defaults to `int'
configure:8241: warning: function declaration isn't a prototype
configure: In function `main':
configure:8247: warning: implicit declaration of function `exit'
configure:8268: $? = 0
configure:8270: ./conftest
configure:8273: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 8236 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "db.h"
main ()
{
  int major, minor, patch;

  db_version (&major, &minor, &patch);

  if (major < 4)
    exit (1);
  if (major > 4)
    exit (0);

  if (minor < 0)
    exit (1);
  if (minor > 0)
    exit (0);

  if (patch >= 14)
    exit (0);
  else
    exit (1);
}

configure:8292: result: no
configure:8219: checking for Berkeley DB in /usr/local/include/db4 and /usr/local/lib
configure:8265: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/usr/local/include/db4 conftest.c -lm -lcrypt -lnsl -ldl -L/usr/local/lib -ldb >&5
configure:8241: warning: return type defaults to `int'
configure:8241: warning: function declaration isn't a prototype
configure: In function `main':
configure:8247: warning: implicit declaration of function `exit'
configure:8268: $? = 0
configure:8270: ./conftest
configure:8273: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 8236 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "db.h"
main ()
{
  int major, minor, patch;

  db_version (&major, &minor, &patch);

  if (major < 4)
    exit (1);
  if (major > 4)
    exit (0);

  if (minor < 0)
    exit (1);
  if (minor > 0)
    exit (0);

  if (patch >= 14)
    exit (0);
  else
    exit (1);
}

configure:8292: result: no
configure:8219: checking for Berkeley DB in /usr/local
configure:8265: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/usr/local/include conftest.c -lm -lcrypt -lnsl -ldl -L/usr/local/lib -ldb >&5
configure:8241: warning: return type defaults to `int'
configure:8241: warning: function declaration isn't a prototype
configure: In function `main':
configure:8247: warning: implicit declaration of function `exit'
configure:8268: $? = 0
configure:8270: ./conftest
configure:8273: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 8236 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "db.h"
main ()
{
  int major, minor, patch;

  db_version (&major, &minor, &patch);

  if (major < 4)
    exit (1);
  if (major > 4)
    exit (0);

  if (minor < 0)
    exit (1);
  if (minor > 0)
    exit (0);

  if (patch >= 14)
    exit (0);
  else
    exit (1);
}

configure:8292: result: no
configure:8219: checking for Berkeley DB in /usr/local/BerkeleyDB.4.0
configure:8265: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/usr/local/BerkeleyDB.4.0/include conftest.c -lm -lcrypt -lnsl -ldl -L/usr/local/BerkeleyDB.4.0/lib -ldb >&5
configure:8241: warning: return type defaults to `int'
configure:8241: warning: function declaration isn't a prototype
configure: In function `main':
configure:8247: warning: implicit declaration of function `exit'
configure:8268: $? = 0
configure:8270: ./conftest
./conftest: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory
configure:8273: $? = 127
configure: program exited with status 127
configure: failed program was:
#line 8236 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "db.h"
main ()
{
  int major, minor, patch;

  db_version (&major, &minor, &patch);

  if (major < 4)
    exit (1);
  if (major > 4)
    exit (0);

  if (minor < 0)
    exit (1);
  if (minor > 0)
    exit (0);

  if (patch >= 14)
    exit (0);
  else
    exit (1);
}

configure:8292: result: no
configure:8219: checking for Berkeley DB in /usr/include/db4 and /usr/lib
configure:8265: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/usr/include/db4 conftest.c -lm -lcrypt -lnsl -ldl -L/usr/lib -ldb >&5
configure:8241: warning: return type defaults to `int'
configure:8241: warning: function declaration isn't a prototype
configure: In function `main':
configure:8247: warning: implicit declaration of function `exit'
configure:8268: $? = 0
configure:8270: ./conftest
configure:8273: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 8236 "configure"
#include "confdefs.h"

#include <stdio.h>
#include "db.h"
main ()
{
  int major, minor, patch;

  db_version (&major, &minor, &patch);

  if (major < 4)
    exit (1);
  if (major > 4)
    exit (0);

  if (minor < 0)
    exit (1);
  if (minor > 0)
    exit (0);

  if (patch >= 14)
    exit (0);
  else
    exit (1);
}

configure:8292: result: no
configure:8358: checking for ANSI C header files
configure:8372: gcc -E -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c
configure:8378: $? = 0
configure:8465: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -lm -lcrypt -lnsl -ldl >&5
configure:8452: warning: function declaration isn't a prototype
configure: In function `main':
configure:8457: warning: implicit declaration of function `exit'
configure:8468: $? = 0
configure:8470: ./conftest
configure:8473: $? = 0
configure:8486: result: yes
configure:8496: checking for gcc option to accept ANSI C
configure:8553: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8513: warning: function declaration isn't a prototype
configure:8535: warning: function declaration isn't a prototype
configure:8556: $? = 0
configure:8559: test -s conftest.o
configure:8562: $? = 0
configure:8579: result: none needed
configure:8587: checking for an ANSI C-conforming const
configure:8651: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8597: warning: function declaration isn't a prototype
configure: In function `main':
configure:8621: warning: unused variable `s'
configure:8641: warning: unused variable `foo'
configure:8608: warning: unused variable `zero'
configure:8602: warning: unused variable `x'
configure:8620: warning: `t' might be used uninitialized in this function
configure:8638: warning: `b' might be used uninitialized in this function
configure:8654: $? = 0
configure:8657: test -s conftest.o
configure:8660: $? = 0
configure:8670: result: yes
configure:8686: checking for sys/types.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for sys/stat.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for stdlib.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for string.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for memory.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for strings.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for inttypes.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for stdint.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8686: checking for unistd.h
configure:8698: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8701: $? = 0
configure:8704: test -s conftest.o
configure:8707: $? = 0
configure:8717: result: yes
configure:8727: checking for size_t
configure:8748: gcc -c -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c >&5
configure:8770: warning: function declaration isn't a prototype
configure:8751: $? = 0
configure:8754: test -s conftest.o
configure:8757: $? = 0
configure:8767: result: yes
configure:8779: checking for working memcmp
configure:8824: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -lm -lcrypt -lnsl -ldl >&5
configure:8792: warning: function declaration isn't a prototype
configure: In function `main':
configure:8796: warning: implicit declaration of function `memcmp'
configure:8797: warning: implicit declaration of function `exit'
configure:8810: warning: implicit declaration of function `strcpy'
configure:8827: $? = 0
configure:8829: ./conftest
configure:8832: $? = 0
configure:8844: result: yes
configure:8851: checking for vprintf
configure:8888: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -lm -lcrypt -lnsl -ldl >&5
configure:8867: warning: function declaration isn't a prototype
configure:8868: warning: function declaration isn't a prototype
configure:8872: warning: function declaration isn't a prototype
configure:8891: $? = 0
configure:8894: test -s conftest
configure:8897: $? = 0
configure:8907: result: yes
configure:8914: checking for _doprnt
configure:8951: gcc -o conftest -g -O2 -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE conftest.c -lm -lcrypt -lnsl -ldl >&5
configure:8930: warning: function declaration isn't a prototype
configure:8931: warning: function declaration isn't a prototype
configure:8935: warning: function declaration isn't a prototype
/tmp/ccLJJZAg.o: In function `main':
/home/olandgre/svn/configure:8942: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8954: $? = 1
configure: failed program was:
#line 8920 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _doprnt (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply. */
char _doprnt ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS. Some functions are actually named
    something starting with __ and the normal name is an alias. */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
f = _doprnt;
#endif

  ;
  return 0;
}
configure:8970: result: no
configure:9025: checking for GNU patch
configure:9043: result: /usr/bin/patch
configure:9050: checking for non-broken GNU diff
configure:9078: result: /usr/bin/diff
configure:9099: checking for python2
configure:9116: found /usr/bin/python2
configure:9128: result: /usr/bin/python2
configure:9180: checking for makeinfo
configure:9197: found /usr/bin/makeinfo
configure:9209: result: /usr/bin/makeinfo
configure:9360: creating ./config.status

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

This file was extended by config.status 2.52, executed with
  CONFIG_FILES =
  CONFIG_HEADERS =
  CONFIG_LINKS =
  CONFIG_COMMANDS =
> ./config.status
on std84.dorms2.macalester.edu

config.status:9834: creating Makefile
config.status:9925: creating svn_private_config.h
configure:10140: WARNING: we have configured for a client-only build

The Subversion filesystem library, part of the server, requires
Berkeley DB version 4.0.14 or newer, which you don't seem to have
installed. We have created makefiles which will build the Subversion
client code only, and skip the server. You can find latest version of
Berkeley DB at http://www.sleepycat.com/. You can find the latest
version of Berkeley DB here: http://www.sleepycat.com/download.html

As an option, you may build Berkeley DB directly within the Subversion
source tree. Download and extract the Berkeley distribution, then
rename db-4.0.14/ to db/ in the top level of the Subversion
source tree.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_memcmp_working=yes
ac_cv_func_vprintf=yes
ac_cv_header_apu_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_aprutil_apr_uri_parse=no
ac_cv_objext=o
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PYTHON2=/usr/bin/python2
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_type_size_t=yes
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:
svn_cv_lib_berkeley_db__usr_include_db4__usr_lib=no
svn_cv_lib_berkeley_db__usr_local=no
svn_cv_lib_berkeley_db__usr_local_BerkeleyDB_4_0=no
svn_cv_lib_berkeley_db__usr_local_include_db4__usr_local_lib=no
svn_cv_lib_berkeley_db_std=no

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

#define HAVE_DLFCN_H 1
#define SVN_FS_WANT_DB_MAJOR 4
#define SVN_FS_WANT_DB_MINOR 0
#define SVN_FS_WANT_DB_PATCH 14
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define SVN_CLIENT_PATCH "/usr/bin/patch"
#define SVN_CLIENT_DIFF "/usr/bin/diff"
#define SVN_PATH_LOCAL_SEPARATOR '/'
#define SVN_PATH_ALTERNATE_SEPARATOR 0
#define SVN_PATH_STRIP_TRAILING_SLASHDOT 0
#define SVN_LIBSVN_CLIENT_LINKS_RA_DAV 1

configure: exit 0

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.