I am trying to work out what I need to do .
We downloaded JK 1.2.15 release sources from
http://tomcat.apache.org/connnectors-doc this is installed in /usr/local/src/jakarta-tomcat-connectors-1.2.15-src.
I think we need to install a C compiler on SUSE Linux as when I do :
795-suselinux:/usr/local/src/jakarta-tomcat-connectors-1.2.15-src/jk/native # ./configure
I get the following :
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking target system type... i686-suse-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Did you need to need to install a C complier and build the mod_jk connector ?
Any ideas where can I get a C compiler for SUSE Linux 9.2 ?