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.