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

Re: Last post before submitting bug : "1.2 build possible bug with '--enable-all-static'"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-15 17:28:06 CEST

On Jun 15, 2005, at 4:53 AM, Gal Aviel wrote:
>
> (a) create a statically linked 'svn' cmdline client, so I can put
> it somewhere
> on a network drive for all the users, and
>
> (b) build the required mod_dav_svn Apache module, so I can upgrade
> my apache to
> use subversion 1.2.
>
> It appears, that (a) is mutually exclusive with (b)

The INSTALL file has always stated:

       Note: do *not* configure subversion with "--disable-shared"!
       mod_dav_svn *must* be built as a shared library, and it will
       look for other libsvn_*.so libraries on your system.

So yes, the two options are mutually exclusive, and always have been.

My recommendation is to build everything shared, so that
mod_dav_svn.so and libsvn_*.so are installed on the server. Then to
create a static client, reconfigure with --enable-all-static.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 15 17:31:24 2005

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.