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 44507 invoked from network); 14 Feb 2001 22:53:41 -0000 Received: from cscexchange.cc.edu (140.104.1.155) by h31.sny.collab.net with SMTP; 14 Feb 2001 22:53:41 -0000 Received: by cscexchange.cc.edu with Internet Mail Service (5.5.2650.21) id <1P830R4P>; Wed, 14 Feb 2001 16:54:17 -0600 Message-ID: <4846D78D61FAD311ACE900A0C9ED912E01840F@cscexchange.cc.edu> From: =?UTF-8?B?Sm9obiBUb3dlbGw=?= To: =?UTF-8?B?J3RvbWNhdC11c2VyQGpha2FydGEuYXBhY2hlLm9yZyc=?= Subject: =?UTF-8?B?UkU6IEhFTFAhISEhIQ==?= Date: Wed, 14 Feb 2001 16:54:10 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="UTF-8" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I was getting the garbled message too. Get the source for tomcat and follow the directions in /usr/doc/tomcat-3.2.1/mod_jk-howto.html for building mod_jk (page 4). I'm on a linux system too - use the apxs command that is there for linux. I also need to run the gcc -shared -o mod_jk.so *.o afterwards as also indicated in the howto. Good luck > -----Original Message----- > From: Morton [mailto:CMorton@transy.edu] > Sent: Wednesday, February 14, 2001 4:20 PM > To: tomcat-user@jakarta.apache.org > Subject: HELP!!!!! > > > I am working on adding tomcat to my apache server. it is > running Apache 1.3.1 on an x86 running Red Hat 6.1. For > some reason when i run a graceful restart to reload > httpd.conf, it says that is can load mod_jk.so because it is > garbled. I made sure that it was the correct linux binary, > and I also tried using mod_Jserv instead. Jserv gives me > the same error message. I am having trouble building mod_jk > using the source files. My guess is that apache is not > living where it probably should. As far as I can tell > whoever installed apache on the machine put the whole thing > in /usr/local/apache could this possible be part of the > problem? If not what on earth is? Somebody please help me, > I have been working on this for 3 days now, and I am at wits > end! Any input is much appreciated. > Casey Morton > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org >