Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > f06eb8dd1bae69f0c7a3443cb6a66803 > files > 9

apache-ssl-1.3.41_1.59-2mdv2010.1.src.rpm

--- apache_1.3.6/src/support/apxs.pl.apxs	Mon Mar 15 17:47:36 1999
+++ apache_1.3.6/src/support/apxs.pl	Wed Mar 24 18:15:01 1999
@@ -220,15 +220,15 @@
 ##  Initial DSO support check
 ##
 if (not -x "$CFG_SBINDIR/$CFG_TARGET") {
-    print STDERR "apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
-    exit(1);
+    #print STDERR "apxs:Warning: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
+    #print STDERR "apxs:Warning: Continuing anyway...\n";
 }
 if (not grep(/mod_so/, `$CFG_SBINDIR/$CFG_TARGET -l`)) {
-    print STDERR "apxs:Error: Sorry, no DSO support for Apache available\n";
-    print STDERR "apxs:Error: under your platform. Make sure the Apache\n";
-    print STDERR "apxs:Error: module mod_so is compiled into your server\n";
-    print STDERR "apxs:Error: binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
-    exit(1);
+    #print STDERR "apxs:Warning: No shared object support for Apache\n";
+    #print STDERR "apxs:Warning: available under your platform. Make sure\n";
+    #print STDERR "apxs:Warning: the Apache module mod_so is compiled into\n";
+    #print STDERR "apxs:Warning: your server binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
+    #print STDERR "apxs:Warning: Continuing anyway...\n";
 }
 
 ##