Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache 在回溯linux 5r3上安装APR时出错_Apache_Libtool_Apr_Backtrack Linux - Fatal编程技术网

Apache 在回溯linux 5r3上安装APR时出错

Apache 在回溯linux 5r3上安装APR时出错,apache,libtool,apr,backtrack-linux,Apache,Libtool,Apr,Backtrack Linux,当我试图安装apache服务器时,它在/configure checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.8 configure: WARNING: skipped APR at apr-1-config, version not acceptable no configure: error: APR not found. Please read the doc

当我试图安装apache服务器时,它在
/configure

checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.8
configure: WARNING: skipped APR at apr-1-config, version not acceptable
no
configure: error: APR not found.  Please read the documentation

所以我试着升级到apr-1.4.6。我下载了tarball并将其解压缩。 另外,
make
出现以下错误

libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make[1]: *** [libapr-.la] Error 1
make[1]: Leaving directory `/root/Desktop/apr'
make: *** [all-recursive] Error 1
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make: *** [libapr-.la] Error 1
我仍然继续进行
makeinstall

makeinstall
上,我遇到了以下错误

libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make[1]: *** [libapr-.la] Error 1
make[1]: Leaving directory `/root/Desktop/apr'
make: *** [all-recursive] Error 1
libtool: link: you must specify an output file
libtool: link: Try `libtool --help --mode=link' for more information.
make: *** [libapr-.la] Error 1
如何解决这个问题有什么帮助吗?? 我需要
从apache 2.2.4升级到apache 2.4.4。

欢迎您提供任何其他建议

您已经删除了所有必需的信息,以找出您的编译失败之处。:)您至少需要告诉我们make尝试运行的libtool命令,以及make出错之前的任何其他上下文;它没有任何包管理吗?。。。事实上,它确实--
apt get
。另外,出于好奇:为什么您要运行一个专门用于渗透测试的发行版作为服务器或桌面系统?@Shadur是的,它有包管理功能……而安装httpd apache linux系统需要预先安装APR。因此,请使用包管理器安装apache 2.4和APR。