|
我用fedora core4作JSP服务器
Apaches是光盘自带的,安装后可正常运行,但不知道安装到了什么地方,告诉我可以吗?
Tomcat是下载来得,版本5.5.12,安装后正常运行 /usr/local/tomcat
问题出在Apache和Tomcat的整和上面,整和Apache和Tomcat当然要用jk2.在windowsXP下,下载Win32的jk2然后复制沾贴到Apache的目录下就可以,但在linux还要编译一下,这步走不下去了.
下载了jakarta-tomcat-connectors-jk2-src-current.tar.gz
解压缩后是jakarta-tomcat-connectors-jk2-2.0.4-src
[root@xiaopang /]# cd /opt/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2
[root@xiaopang native2]# ./configure --with-apxs2=/usr/sbin/apxs
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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.
[root@xiaopang native2]# make
make: *** ターゲットが指定されておらず、makefile も見つかりません。中止。 ←←翻译一下是:target(目标)没有指定,makefile也没找到.
[root@xiaoqiya native2]#
这是为什么? 是我的方法不对,还是什么? |
|