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

Re: FW: Error running make for subversion

From: Philip Martin <philip_at_codematters.co.uk>
Date: Fri, 09 Jun 2017 01:22:54 +0100

"Joseph, Anselm" <Anselm.Joseph_at_fpl.com> writes:

> FYI,
> I upgraded to httpd-2.4.25, but still getting the same error.
> Are your other Apache modules .so or .a? All .so under
> ../httpd-2.4.25/apache/modules
>
> There are older versions of mod_authz_svn.so mod_dav_svn.so from a
> previous/older subversion install in the system (separate
> directory). I am tempted to copy them into the directory and give it a
> try.
> Thank you for the suggestions.

Here is an old email that suggests which linker flags are needed to
create .so, rather than .a, shared libraries:

https://gcc.gnu.org/ml/gcc-help/2002-05/msg00065.html

Perhaps edit your Makefile and add -Wl,-G to the end of the
LINK_APACHE_MOD line.

-- 
Philip
Received on 2017-06-09 02:23:00 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.