> The reason i want to build the source is that In current issue of
> linux journal, i read a article, which says how to integrate
> tomcat with apache, and says that in order to better intergrate
> the tomcat with apache i have to use module mod_jk and need
> to compile the apache with it, so that my apache server can
> talk with tomcat. That;s what i have been trying to do, and
> when doing so got the following error, which i have no idea
> what's causing it. Please help!!
You can integrate Apache with Tomcat using mod_jk without having to compile
Tomcat from source. If there's something about compiling Tomcat from source
that allows you to better integrate it with Apache using mod_jk, I'm unaware
of it. Not sure if there is a binary version of mod_jk on the Tomcat site
yet, so maybe you have to compile that from source, but you should be able
to unpack the binary distribution of Tomcat and use it.