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

Re: Severe Problem with one repo

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Feb 2013 21:23:02 +0200

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.
Received on 2013-02-28 20:23:41 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.