Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 94316 invoked from network); 17 Jun 2003 02:22:59 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 Jun 2003 02:22:59 -0000 Received: (qmail 25731 invoked by uid 97); 17 Jun 2003 02:25:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 25724 invoked from network); 17 Jun 2003 02:25:26 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 17 Jun 2003 02:25:26 -0000 Received: (qmail 92902 invoked by uid 500); 17 Jun 2003 02:22:46 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 92865 invoked from network); 17 Jun 2003 02:22:41 -0000 Received: from unknown (HELO BO?JALA?FILESRV.engineering.jala-industries.com) (166.114.252.186) by daedalus.apache.org with SMTP; 17 Jun 2003 02:22:41 -0000 Received: by BO_JALA_FILESRV.engineering.jala-industries.com with Internet Mail Service (5.5.2653.19) id ; Mon, 16 Jun 2003 22:42:23 -0400 Message-ID: From: Omar Vera To: tomcat-user@johnturner.com Cc: "'tomcat-user@jakarta.apache.org'" Subject: Building mod_jk 2 in Solaris 8 Date: Mon, 16 Jun 2003 22:42:17 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3347A.113423B0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3347A.113423B0 Content-Type: text/plain Hi to everybody, I am following the steps to build the mod_jk I found in the jhon turner page: http://www.johnturner.com/howto/apache2-tomcat4112-sol8-howto.html Everything is fine until I execute the make command, do you know why is this error? I am with solaris 8 and apache: Server version: Apache/2.0.45 Server built: May 25 2003 18:52:40 I am located in this directory before I execute the make command: # pwd /jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 And this is the error I get after executing the make command: # make list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 make[1]: Entering directory `/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' list=' server/apache2'; \ for i in $list; do \ echo "Making $target in $i"; \ if test "$i" != "."; then \ (cd $i && make) || exit 1; \ fi; \ done; Making in server/apache2 /bin/sh: server/apache2: does not exist make[1]: *** [jk2-build] Error 1 make[1]: Leaving directory `/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2' make: *** [jk2-build] Error 1 I hope you can help me. Thanks in advance. Omar Vera ------_=_NextPart_001_01C3347A.113423B0--