在linuxAS6.0 64位下编译http-2.2.13下出现错误
科技追踪者 2012-03-20 07:13:20 执行./configure --prefix=/usr/local/apache22 --enable-module=so
或者执行:
./configure --prefix=/usr/web/apache --enable-so --enable-rewrite --enable-proxy --with-mpm=worker --with-expat=builtin
都提示错误:
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
Applying apr-util hints file rules for x86_64-unknown-linux-gnu
checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file.
configure failed for srclib/apr-util
各位大虾有没有知道怎么回事的?