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

Re: Installing Apache modules only

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-05 01:47:49 CEST

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

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.