Stefan Sperling <s...@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