You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Min-Soo Kim <mi...@jikji.org> on 2002/09/17 05:04:34 UTC

svn post-install error on FreeBSD 4.7

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.

Thank you in advance,
min-soo kim.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn post-install error on FreeBSD 4.7

Posted by Min-Soo Kim <mi...@jikji.org>.
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

Re: svn post-install error on FreeBSD 4.7

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
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