]> granicus.if.org Git - apache/commitdiff
The LoadModule line should specify a .so file, not a .la file
authorGreg Stein <gstein@apache.org>
Tue, 7 Nov 2000 04:10:59 +0000 (04:10 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 7 Nov 2000 04:10:59 +0000 (04:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86853 13f79535-47bb-0310-9956-ffa450edef68

support/apxs.in

index dc0a7528165a750ccb23e9ab3ee72589670f9748..11f105ed5a518a4df6e10fee25a0d4fb7074ca2a 100644 (file)
@@ -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));
     }