Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 51896 invoked from network); 8 Jul 2000 13:47:46 -0000 Received: from discus.nl.uu.net (193.67.79.178) by locus.apache.org with SMTP; 8 Jul 2000 13:47:46 -0000 Received: from 1Cust161.tnt2.rtm1.nl.uu.net ([212.153.210.161]:1118 "HELO mjmmaster") by discus.nl.uu.net with SMTP id ; Sat, 8 Jul 2000 15:47:41 +0200 From: =?iso-8859-1?B?TS5KLiBNYXLp?= To: "Mailinglist Tomcat-Dev" Subject: mod_jk Compile problems Date: Sat, 8 Jul 2000 15:50:46 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal I'm having trouble getting mod_jk compiled on my ISP's machine: Solaris 2.6 on Sun SPARC + Apache 1.3.12 This is very unfamiliar terrain for me so bear with me. I've tried the line described in the mo_jk howto: bash$ ~/apache/bin/apxs -o mod_jk.so -c *.c ../jk/ *.c -I ../jk/ gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_CORE -DSHA RED_MODULE -I/opt2/webtothe/products/install/apache/incc mod_jk.c:81: jk_global.h: No such file or directory mod_jk.c:82: jk_util.h: No such file or directory mod_jk.c:83: jk_map.h: No such file or directory mod_jk.c:84: jk_pool.h: No such file or directory mod_jk.c:85: jk_service.h: No such file or directory mod_jk.c:86: jk_worker.h: No such file or directory mod_jk.c:87: jk_uri_worker_map.h: No such file or directory apxs:Break: Command failed with rc=65536 I've also tried to copy the mod_jk.c from the apache1.3 directory to the jk directory and compile it like this: bash$ ~/apache/bin/apxs -c -o mod_jk.so *.c gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_CORE -DSHA RED_MODULE -I/opt2/webtothe/products/install/apache/incc In file included from jk_service.h:70, from jk_ajp12_worker.h:66, from jk_ajp12_worker.c:63: jk_pool.h:112: parse error before `jk_pool_atom_t' apxs:Break: Command failed with rc=65536 I CAN compile the jserv module with: ~/apache/bin/apxs -c -o mod_jserv.so *.c Any ideas someone?? TIA Marcel