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

Re: svn post-install error on FreeBSD 4.7

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-09-17 16:03:43 CEST

Min-Soo Kim wrote:
> Hello,
>
> I'm trying to use svn, however I'm having a trouble from the start.
> I could not find an answer from a local FreeBSD mailing list in Korea.
> Following is basic info about the error, and what I have tried to resolve the issue.
>
> OS: FreeBSD 4.7 PRE-RELEASE
> Subversion: subversion-r2927
>
> $ cd /usr/ports/devel/subversion && make all install clean
> (also tried different arguement for the installation, e.g, --with-apxs etc)
>
> $ svn
> /usr/libexec/ld-elf.so.1: /usr/local/lib/libaprutil.so.0: Undefined symbol "gdbm_errno"
>
> I re-installed everything after I'd removed subversion, db4, apache2 - no help.
>
> $ cvsup -g -L 2 /pathto/stable-supfile && make world - no help.
>
> It's almost a week without a hint.:-<
> Any input would be highly appreciated.

it looks like your copy of apr got linked against the gdbm libraries,
but for some reason when subversion tries to link against it, it doesn't
try to link against them, thus this problem.

so there is a combination of problems with both apr and subversion.
first, why is apr linking against gdbm? can it link against both libdb4
and libgdbm? i'm not sure. second, why isn't subversion using the
right flags to link against the same libraries that apr uses?
apr-config should be reporting all the libraries that subversion needs
to link against apr.

any ideas people?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 16:04:25 2002

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.