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

Re: Compiling complete system

From: Buddy Burden <buddy_at_barefoot.net>
Date: 2004-01-15 22:51:45 CET

Folks,

Using John Peacock's advice, I tried this:

        cd /usr/local
        sudo mkdir subversion
        cd subversion
        sudo mkdir db4 apache svn-0.35.1
        sudo ln -s svn-035.1 svn

        cd ~/src/db-4.2.52/build_unix
        ../dist/configure --prefix=/usr/local/subversion/db4
        make
        sudo make docdir=/usr/local/subversion/db4/db install

        cd ~/src/httpd-2.0.48
        ./configure --prefix=/usr/local/subversion/apache --enable-so --enable-dav --with-berkeley-db=/usr/local/subversion/db4
        make
        sudo make install

        cd ~/src/subversion-0.35.1
        ./configure --prefix=/usr/local/subversion/svn-0.35.1 --with-berkeley-db=/usr/local/subversion/db4

And I still get:

        configure: 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 and linked to APR-UTIL. 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/index.shtml

Also, it really really looks like Subversion is about to completely
recompile APR and APR-util. If that's the case, please let me know what I
can do to avoid the double compilation. That would probably save me some
time (and frustration).

Well, I'm off to track through config.log (bleaagh). TIA for any help.

                -- Buddy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 23:03:33 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.