- 论坛徽章:
- 0
|
請教各位高手
小弟的配置環境如下
redhat 9.0
apache 2.0.48
tomcat 4.1.29
jk2 2.0.2
小弟我在安裝tomcat之前,就把apache先裝好了,當時我有確定下了 --enable-so的參數
下載tomcat 4.1.29的binary版本,也成功的在 port:8080看到tomcat的畫面
可是當我想用jk2來為apache與tomcat作連結時,卻發生了下面的狀況
我進到了 jakarta-tomcat-connectors-jk2-2.0.2-src 的目錄下
進到裡面的 jk/native2/
並完成以下動作
# chmod 755 buildconf.sh
# ./buildconf.sh
libtoolize --force --automake --copy
aclocal
automake --copy --add-missing
autoconf
# ./configure --with-apxs2=/usr/local/httpd/bin/apxs (這是我安裝apache的目錄)
--enable-EAPI (這是我參考其它大大所下的參數,我也不知道為什麼,不管加不加,都會失敗)
.
.
.
checking for echo... /bin/echo
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for mkdir... /bin/mkdir
no apxs given <--這個不曉得是不是錯誤訊息
need to check for Perl first, apxs depends on it...
checking for perl... /usr/bin/perl
building connector for "apache-2.0"
checking for tomcat33 location... not provided
checking for tomcat40 location... not provided
checking for tomcat41 location... not provided <--我用的是4.1.29 這個有關係嗎?
checking for JDK location (please wait)... /usr/java/jdk from environment
checking Java platform... checking Java platform...
checking os_type directory... linux
configure: creating ./config.status
config.status: creating Makefile
config.status: creating server/apache13/Makefile
config.status: creating server/apache13/Makefile.apxs
config.status: creating server/apache2/Makefile
config.status: creating server/apache2/Makefile.apxs
config.status: creating ../build.properties
config.status: creating scripts/build/unix/dummy
# make
.
.
.
../../common/jk_vm_default.c:449:77: warning: backslash and newline separated b space <--这是什麼錯誤呢
.
.
libtool: install: warning: remember to run `libtool --finish /usr/local/httpd/modules' <--無論我是否執行 libtool --finish /usr/local/httpd/modules 都看不到*.so
.
請各位指奌一下吧,我快被這個搞瘋了>;_< |
|