Thanks a ton! It worked. I actually did finally get mine to compile, but there must have been some type of error, apache would not start, not mod_jk.log was created, and my file size was different than yours. Did you have to do anything special to get that to compile correctly? To get mine to compile, I had to go in and modify the mod_jk.c to change the directories that it looked in for some other files. Did you do anything besides that?
Thanks Again! Brandon -----Original Message----- From: Charles Webber [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:52 PM To: Tomcat Users List Subject: Re: DOES ANYONE HAVE MOD_JK COMPILED FOR TOMCAT3.2.4, LINUX REDHAT 7.1, APACHE 1.3??? try this one.... ----- Original Message ----- From: Brandon Cruz <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 5:41 PM Subject: DOES ANYONE HAVE MOD_JK COMPILED FOR TOMCAT3.2.4, LINUX REDHAT 7.1, APACHE 1.3??? > I keep getting these errors when trying to compile with apxs... > > cc -DHARD_SERVER_LIMIT=2048 -DDEFAULT_PATH="/usr/local/psa/apache/bin:/bin > :/usr/bin" -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208103 -DMOD_PERL -DUSE_P > ERL_SSI -fno-strict-aliasing -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -I.. > /lib/expat-lite -O2 -march=i386 -mcpu=i586 -fPIC -I/home/kan/work/PSA_PLUS_1 > _3_1/apache/../release/openssl/include -I/usr/include/db1 -fpic -DSHARED_MOD > ULE -I/usr/local/psa/apache/include -c mod_jk.c > mod_jk.c:89:23: jk_global.h: No such file or directory > mod_jk.c:90:21: jk_util.h: No such file or directory > mod_jk.c:91:20: jk_map.h: No such file or directory > mod_jk.c:92:21: jk_pool.h: No such file or directory > mod_jk.c:93:24: jk_service.h: No such file or directory > mod_jk.c:94:23: jk_worker.h: No such file or directory > mod_jk.c:95:31: jk_uri_worker_map.h: No such file or directory > apxs:Break: Command failed with rc=1 > > Can someone please give me a hint on what I am missing, or just send me your > good copy of mod_jk.so? > > Thank you for any help! > > Brandon Cruz > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
