Jon Monroe wrote:
> Hey all,
> 
> First off, apologies in advance if this is already addressed in 
> documentation someplace -- I didn't see it.

you're at the right place

> 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'm using RH 7.2 so it should be similar
which autoconf, automake, libtool did you have ?

> 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.

I'm also using bash and make my test with it.

> 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.

didn't have that around line 2200 : got :

   else
     echo "$progname: failed program was:" >&5
     cat conftest.$ac_ext >&5
   fi
   rm -f conftest* conftst*

   # Do not use the global_symbol_pipe unless it works.
   if test "$pipe_works" = yes; then
     break
   else
     lt_cv_sys_global_symbol_pipe=


my autoconf is 2.13-14 and automake 1.4p5-2, libtool 1.4-8.

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

Hum, I suspect a problem of gnu tools on your Redhat 7.0 (which is 
pretty broken)

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

Thanks to report your gnu tools versions ...


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

Reply via email to