]> git.pld-linux.org Git - packages/apache.git/blame - apache-apxs.patch
- fix apsx messages.
[packages/apache.git] / apache-apxs.patch
CommitLineData
b96476be 1--- apache_1.3.9/src/support/apxs.pl.apxs Sat Jul 24 14:05:02 1999
2+++ apache_1.3.9/src/support/apxs.pl Fri Aug 27 11:28:09 1999
3@@ -92,15 +92,15 @@
4 ## Initial shared object support check
5 ##
6 if (not -x "$CFG_SBINDIR/$CFG_TARGET") {
7- print STDERR "apxs:Error: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
8- exit(1);
9+ print STDERR "apxs:Warning: $CFG_SBINDIR/$CFG_TARGET not found or not executable\n";
10+ print STDERR "apxs:Warning: Continuing anyway...\n";
11 }
12 if (not grep(/mod_so/, `$CFG_SBINDIR/$CFG_TARGET -l`)) {
13- print STDERR "apxs:Error: Sorry, no shared object support for Apache\n";
14- print STDERR "apxs:Error: available under your platform. Make sure\n";
15- print STDERR "apxs:Error: the Apache module mod_so is compiled into\n";
16- print STDERR "apxs:Error: your server binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
17- exit(1);
18+ print STDERR "apxs:Warning: No shared object support for Apache\n";
19+ print STDERR "apxs:Warning: available under your platform. Make sure\n";
20+ print STDERR "apxs:Warning: the Apache module mod_so is compiled into\n";
21+ print STDERR "apxs:Warning: your server binary `$CFG_SBINDIR/$CFG_TARGET'.\n";
22+ print STDERR "apsx:Warning: Continuing anyway...\n";
23 }
24
25 ##
This page took 0.033881 seconds and 4 git commands to generate.