[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: Min-Soo Kim <minsukim_at_jikji.org>
Date: 2002-09-18 05:27:54 CEST

Garrett Rooney ="Garrett"
Min-Soo Kim = "Min-Soo"

Min-Soo> > $ svn
Min-Soo> > /usr/libexec/ld-elf.so.1: /usr/local/lib/libaprutil.so.0: Undefined symbol "gdbm_errno"

Garrett> it looks like your copy of apr got linked against the gdbm libraries,
Garrett> but for some reason when subversion tries to link against it, it doesn't
Garrett> try to link against them, thus this problem.
Garrett>
Garrett> so there is a combination of problems with both apr and subversion.
Garrett> first, why is apr linking against gdbm? can it link against both libdb4
Garrett> and libgdbm? i'm not sure. second, why isn't subversion using the
Garrett> right flags to link against the same libraries that apr uses?
Garrett> apr-config should be reporting all the libraries that subversion needs
Garrett> to link against apr.
Garrett>
Garrett> any ideas people?

Today, I found that apache2, subversion, apr have been upgraded in FreeBSD ports tree. portupgrade every single related package resolved the problem.

Thank you Garrett and sorry for the 'dev' list. I could not find any 'users' list.

Regards, m-s.kim.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 18 05:24:06 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.