You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jon Stevens <jo...@latchkey.com> on 2001/01/02 18:28:54 UTC

apxs patch

fyi.

-jon

----------
From: "Alex O. Karasulu" <ao...@jupiter.solarsisgroup.com>
Date: Mon, 1 Jan 2001 02:23:11 -0500 (EST)
To: jon@latchkey.com

P.S. By the way if you want apache_1.3.14 to be able to compile mod_jk for
tomcat using apxs apply the following patch to apxs.pl before the
configuration - left right confusion is a bitch aint it?

---- CUT HERE ----
*** apxs.ori    Sat Dec 30 04:45:45 2000
--- apxs        Sat Dec 30 04:47:08 2000
***************
*** 245,251 ****
          print STDERR "$cmd\n";
          $rc = system("$cmd");
          if ($rc != 0) {
!             printf(STDERR "apxs:Break: Command failed with rc=%d\n", $rc
>> 8)
;
              exit(1);
          }
      }
--- 245,251 ----
--- 245,251 ----
          print STDERR "$cmd\n";
          $rc = system("$cmd");
          if ($rc != 0) {
!             printf(STDERR "apxs:Break: Command failed with rc=%d\n", $rc
<< 8)
;
              exit(1);
          }
      }
---- CUT HERE ----