LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 940|回复: 1

Tomcat+JSP + APACHE???

[复制链接]
发表于 2004-2-10 00:37:10 | 显示全部楼层 |阅读模式
[root@localhost webapp]# ./support/buildconf.sh
--- Checking "autoconf" version
autoconf version 2.57 detected.

--- Cannot run APR "buildconf" script
If you need to build the WebApp module for Apache 1.3
you will have to download the APR library sources from
http://apr.apache.org/ and run its "buildconf" script
  # cd [path to APR sources]
  # ./buildconf
  # cd [path to WebApp sources]
Then remember to run the WebApp "configure" script
specifying the "--with-apr=[path to APR sources]" extra
command line option.

--- Creating WebApp "configure" script
Creating configure ...

--- All done


[root@localhost webapp]# ./configure
Configuring WebApp Module
+ checking build system type... i586-pc-linux-gnu
+ checking host system type... i586-pc-linux-gnu
+ checking for sources directory path... /usr/local/webapp
+ checking for build directory path... /usr/local/webapp

Checking Apache APXS
+ checking for apxs name... apxs
+ checking for apxs... no
+ checking for apxs availability... configure: error: cannot find apxs "apxs"

@@@
What's problem???
发表于 2007-11-2 20:09:04 | 显示全部楼层
没有安装httpd-devel包,最好把pcre-devel包也安上。编译的时候要加上apxs的路径:
./configure --with-apxs-/usr/sbin/apxs
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表