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

Re: svnadmin: bad database version

From: Andreas Jellinghaus <aj_at_dungeon.inka.de>
Date: 2004-04-13 08:31:01 CEST

Hi Geoffrey,

I had the same problem. Could you please verify, if this method
works for you, too?

a) I used 2.0.48 with attached patch.
b) compile order and configure flags:

berkeley db:
pushd db-$DB
        pushd build_unix
                ../dist/configure --prefix=$PREFIX

apache:
pushd httpd-$HTTPD
        patch -p0 < /home/aj/bin/db42-support-patch.txt
        ./configure --prefix=$PREFIX --enable-ssl --enable-dav
--enable-so \
                 --enable-deflate --with-dbm=db42 --without-gdbm \
                 --with-berkeley-db=$PREFIX

and subversion:

pushd subversion-$SUBVERSION
        patch -p1 < /home/aj/bin/db42-support-patch.txt
        ./configure --prefix=$PREFIX --with-zlib \
                 --with-apxs=$PREFIX/bin/apxs --with-ssl \
                 --with-apr=$PREFIX --with-apr-util=$PREFIX

note that not only --with-apxs is used, but --with-apr and
--with-apr-util are also specified.

Without those, it never worked for me.
I see you didn't specify them, could you please
test with those specified too, and post the result?

Thanks,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 13 08:30:18 2004

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

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