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

Re: subversion 1.1 on FreeBSD 5.3

From: Hiroharu Tamaru <tamaru_at_myn.rcast.u-tokyo.ac.jp>
Date: 2004-11-08 17:13:08 CET

At Mon, 08 Nov 2004 10:52:22 +0300, Paul Argentoff wrote:
> Let d = "dave " in
> written_by d =>
>
> d> /libexec/ld-elf.so.1: Shared object "libaprutil-0.so.9" not found,
> d> required by "lt-svnversion"
> d> *** Error code 1
>
> As far as know it's the incompatibility issue of devel/subversion and
> devel/apr-svn. I've solved it installing subversion with -DWITH_APACHE2_APR
> make flag. The "drawback" of this solution is apache2 being installed, but
> it can be solved with specifying different PREFIX for it.

He's already using WITH_MOD_DAV_SVN=yes and the log says

> > Using APR from www/apache2. If you have the devel/apr
> > port/package installed, you may need to remove it.

so, I'd be more inclined to think about the latter half of this log.
Dave, have you installed devel/apr or devel/apr-svn by any chance?
I'd say it's safer to deinstall those (if you don't have any special
needs for them, of course).

Try:
locate libaprutil | grep -v /usr/ports/ | tee /dev/stderr \
 | xargs -n 1 basename | sort -u | fgrep -r -f /dev/stdin /var/db/pkg/
Mine gives
/usr/local/lib/apache2/libaprutil-0.a
/usr/local/lib/apache2/libaprutil-0.so
/usr/local/lib/apache2/libaprutil-0.so.9
/var/db/pkg/apache-2.0.50_3/+CONTENTS:lib/apache2/libaprutil-0.a
/var/db/pkg/apache-2.0.50_3/+CONTENTS:lib/apache2/libaprutil-0.so
/var/db/pkg/apache-2.0.50_3/+CONTENTS:lib/apache2/libaprutil-0.so.9

-- 
Hiroharu Tamaru
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 8 17:13:43 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.