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

RE: Core dump

From: Sander Striker <striker_at_apache.org>
Date: 2002-07-26 02:25:05 CEST

> From: Julian Fitzell [mailto:julian@beta4.com]
> Sent: 26 July 2002 02:06
[...]
> > Try running
> >
> > $ ldd /usr/local/svnstatic/bin/svn
> >
> > to see which dynamic libraries are being used, are they the ones you
> > expect?
>
> Nothing terribly strange:
>
> [julian@cable static-debug-client-build]$ ldd /usr/local/svnstatic/bin/svn
> libdb-4.0.so => /usr/local/BerkeleyDB.4.0/lib/libdb-4.0.so
> (0x4001f000)
> libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x400a5000)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

What's this doing here?
Did you pass --with-dbm=db4 to configure?
And --with-berkeley-db=/path/to/bdb ?

> libm.so.6 => /lib/libm.so.6 (0x400ac000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x400ce000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x400fc000)
> libdl.so.2 => /lib/libdl.so.2 (0x40113000)
> libz.so.1 => /usr/lib/libz.so.1 (0x40117000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x40125000)
> libc.so.6 => /lib/libc.so.6 (0x4013c000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
> Obviously there used to be more when it wasn't built static but they
> didn't seem wrong then either.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 02:15:42 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.