Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 10294 invoked from network); 19 Dec 2000 15:58:42 -0000 Received: from unknown (HELO ws7.internet.web-sites.com) (216.177.10.220) by locus.apache.org with SMTP; 19 Dec 2000 15:58:42 -0000 Received: from ISAAC (unverified [64.31.70.101]) by ws7.internet.web-sites.com (Rockliffe SMTPRA 4.2.4) with SMTP id for ; Tue, 19 Dec 2000 10:57:53 -0500 From: "Dave Newton" To: Subject: RE: mod_jk.so wont compile on Linux Date: Tue, 19 Dec 2000 10:58:35 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm thinking that maybe a very small mini-FAQ might be in order here!!! > I am trying to compile the mod_jk.so on Redhat Linux. Try following the documentation where it says that if this happens to try: gcc -shared -o mod_jk.so *.o That fixed it for me, although the HP-UX and AIX folks are having some further issues. Dave