Hey all,

First off, apologies in advance if this is already addressed in 
documentation someplace -- I didn't see it.

I was attempting to compile the tomcat-connectors/jk/native2 stuff using 
the configure/make software. Most of this work has been x86 RH 7.0 
machines, mostly stock. I'm using the 4.1.10.src for tomcat.

I ran the buildconf.sh script which built the configure script, which I 
then used to build the Makefile.

I found that the configure script failed in several places, mainly because 
what looks like a shell incompatibility (or capability issues w/ bash 
2.04)? The default shell in RH is bash.

Right around line 2200 in the default configure script, you're checking for 
existence of both directory (-d) and file (-f) on the directory path 
specified for the --with-apache13 parameter. The same thing is done 
immediately below when checking the --with-apache13-include. Anyway, 
removing the succeeding "is not file" checks fixed this problem.

Then, in the same section, certain variables are assigned, including
BUILD
CFLAGS
CLEAN
DIR
INCDIR

But, they're based on a variable name that includes punctuation and a 
f-slash? This also doesn't work for bash. So, changed those names in the 
configure.in and reran the buildconf and configure script.

That, and removing that rogue comma in mod_jk2.c :)) and all is humming 
smoothly.

So, did I miss some serious FAQ someplace about this? How did you guys get 
this existing code to compile on your servers?


Thanks for all the great product!!

Jon
Jon Monroe
Systems Administrator
ImageBuilder Software
(503) 684-5151
(503) 639-6334 FAX


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to