]> git.pld-linux.org Git - packages/apache.git/blame - apache-apxs.patch
- updated for 1.3.29
[packages/apache.git] / apache-apxs.patch
CommitLineData
ef10a487 1--- apache_1.3.11/src/support/apxs.pl.apxs Thu Dec 16 17:10:30 1999
2+++ apache_1.3.11/src/support/apxs.pl Tue Jan 25 01:19:16 2000
3@@ -1,4 +1,4 @@
4-#!/usr/local/bin/perl
5+#!/usr/bin/perl
6 ## ====================================================================
7 ## Copyright (c) 1998-1999 The Apache Group. All rights reserved.
8 ##
9@@ -220,15 +220,15 @@
10 ## Initial DSO support check
b96476be 11 ##
12 if (not -x "$CFG_SBINDIR/$CFG_TARGET") {
ef10a487 13- print STDERR "apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
14- exit(1);
15+ print STDERR "apxs:Warning: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
16+ print STDERR "apxs:Warning: Continuing anyway...\n";
b96476be 17 }
18 if (not grep(/mod_so/, `$CFG_SBINDIR/$CFG_TARGET -l`)) {
ef10a487 19- print STDERR "apxs:Error: Sorry, no DSO support for Apache available\n";
20- print STDERR "apxs:Error: under your platform. Make sure the Apache\n";
21- print STDERR "apxs:Error: module mod_so is compiled into your server\n";
22- print STDERR "apxs:Error: binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
b96476be 23- exit(1);
ef10a487 24+ print STDERR "apxs:Warning: Sorry, no DSO support for Apache available\n";
25+ print STDERR "apxs:Warning: under your platform. Make sure the Apache\n";
26+ print STDERR "apxs:Warning: module mod_so is compiled into your server\n";
27+ print STDERR "apxs:Warning: binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
28+ print STDERR "apxs:Warning: Continuing anyway...\n";
b96476be 29 }
30
31 ##
This page took 0.031344 seconds and 4 git commands to generate.