From 5350f731984ba0de19b7805513835e4e5b70fada Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Tue, 7 Nov 2000 04:10:59 +0000 Subject: [PATCH] The LoadModule line should specify a .so file, not a .la file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86853 13f79535-47bb-0310-9956-ffa450edef68 --- support/apxs.in | 1 + 1 file changed, 1 insertion(+) diff --git a/support/apxs.in b/support/apxs.in index dc0a7528165..11f105ed5a5 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -451,6 +451,7 @@ if ($opt_i or $opt_e) { my $dir = $CFG_LIBEXECDIR; $dir =~ s|^$CFG_PREFIX/?||; $dir =~ s|(.)$|$1/|; + $t =~ s|\.la$|.so|; push(@lmd, sprintf("LoadModule %-18s %s", "${name}_module", "$dir$t")); push(@amd, sprintf("AddModule %s", $filename)); } -- 2.47.2