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

Re: Error building subversion-1.7.4 mod_dav_svn.so with my own apr and apr-utils

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 04 Apr 2012 15:14:53 +0100

Stefan Sperling <stsp_at_elego.de> writes:

> The ldd output does indeed look correct. But it looks as if dlopen()
> regardless fails to locate the correct APR libraries when trying to
> load mod_dav_svn.so into the running httpd process.
> It probably finds another APR in /usr/lib or elsewhere and uses that.
>
> Try setting LD_LIBRARY_PATH in httpd's environment like so:
> LD_LIBRARY_PATH=/ngs/app/istsvnd/apr-1.4.6/lib:/ngs/app/istsvnd/apr-util-1.4.1/lib

Another thing to check is which apr is used by the running apache
process. Comment out the Subversion lines so that apache starts and then
use "grep apr /proc/NNN/maps" where NNN is the process ID of the running
apache.

-- 
Philip
Received on 2012-04-04 16:15:31 CEST

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.