-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 James Rome wrote: > How do I fix this? > > ================================================================== > WARNING: skipping the build of mod_dav_svn > --with-apxs or --with-apache must be used > ================================================================== > configure: Apache Portable Runtime (APR) library configuration > checking for APR... yes > checking APR version... 1.3.3 > configure: Apache Portable Runtime Utility (APRUTIL) library configuration > checking for APR-util... yes > checking APR-UTIL version... 1.3.4 > configure: checking neon library > checking neon library version... 0.26.4 > 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 > configuring libtool now > checking for a sed that does not truncate output... /usr/bin/sed > checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld > checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is > GNU ld... no > checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to > reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -p > checking how to recognize dependent libraries... pass_all > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking how to run the C++ preprocessor... g++ -E > checking whether we are using the GNU Fortran 77 compiler... no > checking whether no accepts -g... no > checking the maximum length of command line arguments... 196608 > checking command to parse /usr/bin/nm -p output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking for dsymutil... dsymutil > checking for nmedit... nmedit > checking for -single_module linker flag... yes > checking for -exported_symbols_list linker flag... yes > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fno-common > checking if gcc PIC flag -fno-common works... yes > checking if gcc static flag -static works... no > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker > (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared > libraries... yes > checking dynamic linker characteristics... darwin9.8.0 dyld > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld > checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is > GNU ld... no > checking whether the g++ linker > (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared > libraries... yes > checking for g++ option to produce PIC... -fno-common > checking if g++ PIC flag -fno-common works... yes > checking if g++ static flag -static works... no > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker > (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared > libraries... yes > checking dynamic linker characteristics... darwin9.8.0 dyld > (cached) (cached) checking how to hardcode library paths into > programs... immediate > appending configuration tag "F77" to libtool > checking whether libtool accepts --tag=XXX... yes > checking whether libtool needs -no-undefined... no > checking whether to avoid circular linkage at all costs... no > checking for trang... none > checking for socket in -lsocket... no > configure: WARNING: APR-UTIL may or may not be using the specified > Berkeley DB at `/sw/include/db4:/sw/lib'. Using > the Berkeley DB > supplied by APR-UTIL. > checking for availability of Berkeley DB... no > configure: error: Berkeley DB 4.0.14 wasn't found. > ### execution of /var/tmp/tmp.1.7n8wYf failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-svn-1.4.6-14 > (Reading database ... 133708 files and directories currently installed.) > Removing fink-buildlock-svn-1.4.6-14 ... > Failed: phase compiling: svn-1.4.6-14 failed > > >
I suspect that your problem is due to an incompatible db installation elsewhere on your system, e.g. in /usr/local. Check if that is indeed the case. If you've got /usr/local/db.h, then you're going to need to rename /usr/local temporarily while you build. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqJs6EACgkQB8UpO3rKjQ8rBgCglDbmhbZz3fMx7uRcy7IYM9Ix oMoAnjxwstmzY/AVSKncUE4er5skgZ91 =TSxA -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
