Unfortunately I'm getting the same result.. I used the command you mentioned, and the last lines in the output look like:
.............
config.status: subversion/svn_private_config.h is unchanged
config.status: executing mkdir-init commands
configure: WARNING: we have configured without BDB filesystem support
You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL. We have created Makefiles which
will build without the Berkeley DB back-end; your repositories will
use FSFS as the default back-end. You can find the latest version of
Berkeley DB here:
http://www.sleepycat.com/download/index.shtml
but when I'm doing make I'm getting the same error:
[root@myhost subversion-1.4.2]# make
cd subversion/libsvn_subr && /bin/sh /kits/subversion-1.4.2/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -rpath /usr/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo compat.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo io.lo kitchensink.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo prompt.lo quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo username_providers.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo /usr/local/apache2/lib/libaprutil-0.la -lgdbm -ldb-4.2 -lexpat /usr/local/apache2/lib/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl -lz
/usr/bin/ld: cannot find -ldb-4.2
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
Any ideas ?
Ryan Schmidt <subversion-2007a@ryandesign.com> wrote:
On Jan 9, 2007, at 14:22, Ionut S wrote:
> I need subversion to work as a client-only, so I don't think I need
> any kind of database.
Correct.
> I run the configure script without any parameters (I didn't
> specified anything).. is BDB activated by default ?
Yes.
> If so, how can I deactivate it ?
./configure --without-berkeley-db
See ./configure --help
--
To reply to the mailing list, please use your mailer's Reply To All
function
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on Wed Jan 10 08:46:19 2007