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

Re: Can't figure out how to build subversion on SuSE 7.2......

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-10 20:26:15 CET

PVM@capmon.dk writes:

> Hi there,
>
> I've been trying to get a subversion client and server to just compile
> several times in the past, but this time I insist on getting it working,
> and I'm affraid I'll need a little help. I'm seeing these strange things:

You appear to be configuring Subversion using --with-apache. Don't do
that.

Since you are building and installing Apache it is probably easiest if
you configure Subversion using --with-apr=..., --with-apr-util=... and
--with-apxs=... to get Subversion to use the Apache installation.

> * Critical: Why do I get this compile-time error from libtool?
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1
> I don't use any relative paths for configure and even changing the
> command line for libtool to not include
> ../../subversion/yadayadayada still generates the warning (one of the
> .la files has relative paths?)

No idea. Probably a side effect of using --with-apache.

> * Curious: Why do I get this?
> "configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db"
> when running subversion's configure
> --with-berkeley-db=$BERKELEY_DB_PREFIX
> I have db-4.1.25 and 4.0.14 is no longer downloadable....
> putting the same db source as subversion/db seems to find it fine...

Is there anything in config.log? I suspect it is something to do with
4.0.14 versus 4.1.25. I think the main reason we still recommend the
older BDB is for configure reasons.

4.0.14 is available at http://www.sleepycat.com/download/patchlogs.shtml

> The script (with all options to configure etc) I've used to generate all
> this can be found at:
> http://demo.capmon.dk/~pvm/subversionBuild/

In future just show the exact command used to configure, and the exact
error message. Not everyone want's to download 700k.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 10 20:27:00 2003

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.