You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Scott Miller <sm...@slightlysuspect.com> on 2013/03/04 23:14:15 UTC

Severe Problem with one repo

> There is only 1 libapr
>
>  ldd /usr/bin/svn
>         linux-vdso.so.1 =>  (0x00007fff4cfff000)
>         libsvn_client-1.so.1 => /usr/lib/libsvn_client-1.so.1
> (0x00007fcf4ee7100
>
>
>                             0)
>         libsvn_wc-1.so.1 => /usr/lib/libsvn_wc-1.so.1 (0x00007fcf4ec2a000)
>         libsvn_ra-1.so.1 => /usr/lib/libsvn_ra-1.so.1 (0x00007fcf4ea1e000)
>         libsvn_delta-1.so.1 => /usr/lib/libsvn_delta-1.so.1
> (0x00007fcf4e812000)
>         libsvn_diff-1.so.1 => /usr/lib/libsvn_diff-1.so.1
> (0x00007fcf4e607000)
>         libsvn_subr-1.so.1 => /usr/lib/libsvn_subr-1.so.1
> (0x00007fcf4e3b8000)
>         libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x00007fcf4e181000)
>         libpthread.so.0 => /lib/libpthread.so.0 (0x00007fcf4df64000)
>         libc.so.6 => /lib/libc.so.6 (0x00007fcf4dbe0000)
>         libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0
(0x00007fcf4d9be000)
>         libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2
> (0x00007fcf4d773000)
>         liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00007fcf4d564000)
>         libsvn_ra_local-1.so.1 => /usr/lib/libsvn_ra_local-1.so.1
> (0x00007fcf4d3
>
> On Thu, Feb 28, 2013 at 11:23 AM, Daniel Shahaf <d.s@daniel.shahaf.name
>wrote:
>
> > Scott Miller wrote on Thu, Feb 28, 2013 at 09:19:03 -0800:
> > > I ran netstat -an and did not see libapr, what did I do wrong?
> >
> > libapr is a library, which is a mandatory dependency of svn, serf, and
> > httpd (at least).  I figured one cause of your problems might be if the
> > httpd process pulls two copies of libapr --- one as a dependency to svn
> > and one as a dependency to itself or to some other module.
> >
> > You can use 'ldd' or 'gdb' to detect dynamically-linked (shared)
> > libraries used by a binary or process.
> >