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

Re: Subversion 1.2.3 released.

From: Peter Samuelson <peter_at_p12n.org>
Date: 2005-08-27 11:50:07 CEST

[Rainer Sokoll]
> ./configure --prefix=/usr/local/subversion-1.2.3 \
> --with-apache=/usr/local/src/httpd-2.0.54 --without-berkeley-db \
> --with-apr=/usr/local/httpd-2.0.54/bin/apr-config \
> --with-apr-util=/usr/local/httpd-2.0.54/bin/apu-config
>
> A make ends up in:
> libtool: link: only absolute run-paths are allowed
> make: *** [subversion/mod_dav_svn/mod_dav_svn.la] Error 1

That's not about DESTDIR, that's about using absolute paths *after*
$(DESTDIR). Defining it may work, but is only a workaround.

I can't reproduce your bug but then again I don't have apache2 source
unpacked on my machine so I didn't try --with-apache. Is that what you
actually wanted? Most people want the dynamic library, not the static
one, i.e., --with-apxs.

Received on Sat Aug 27 11:51:49 2005

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.