On Jun 5, 2006, at 00:43, Bradley Wagner wrote:
> Come to think of it how do the modules know where to locate the
> subversion libraries? Is that path hardcoded into the modules? I
> have two svn installations right now. 1.3.1 is installed in /usr/
> local and 1.3.2 installed property at /usr/local/svn-1.3.2/. Is
> there any way to test to see which of those installations my apache
> modules are using?
I believe that yes, generally the module would be dynamically linked
with specific Subversion libraries. You should be able to find out
which ones by using ldd (or on Mac OS X: otool -L). For example I get:
$ otool -L /opt/local/apache2/modules/mod_dav_svn.so
/opt/local/apache2/modules/mod_dav_svn.so:
/opt/local/lib/libsvn_repos-1.0.dylib (compatibility version
1.0.0, current version 1.0.0)
/opt/local/lib/libsvn_fs-1.0.dylib (compatibility version
1.0.0, current version 1.0.0)
/opt/local/lib/libsvn_fs_fs-1.0.dylib (compatibility version
1.0.0, current version 1.0.0)
/opt/local/lib/libsvn_delta-1.0.dylib (compatibility version
1.0.0, current version 1.0.0)
/opt/local/lib/libsvn_subr-1.0.dylib (compatibility version
1.0.0, current version 1.0.0)
/opt/local/lib/libaprutil-1.0.dylib (compatibility version
3.0.0, current version 3.7.0)
/opt/local/lib/libexpat.1.dylib (compatibility version
7.0.0, current version 7.0.0)
/opt/local/lib/libapr-1.0.dylib (compatibility version
3.0.0, current version 3.7.0)
/opt/local/lib/libiconv.2.dylib (compatibility version
6.0.0, current version 6.0.0)
/opt/local/lib/libintl.3.dylib (compatibility version 8.0.0,
current version 8.3.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 88.1.5)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 5 01:49:02 2006