"Joseph, Anselm" <anselm.jos...@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

Reply via email to