咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

make install时出错libtool: install: error: cannot install `libaprutil-1.la' to a directory

2015-10-23 16:04:23 11736次

执行了configure,make后
make install时出错: 
/bin/sh /usr/local/httpd-2.2.3/srclib/apr/libtool --mode=install /usr/bin/install -c -m 755 libaprutil-1.la /usr/local/apache2/lib
libtool: install: error: cannot install `libaprutil-1.la to a directory not ending in /usr/local/apache22/lib
make[2]: *** [install] Error 1

猜测可能是以前安装用过./configure 来直接安装到/usr/local/apache2
导致安装文件已经不太“干净”

解决方法:
1、执行make clean后,重新编译安装。
2、删除source code目录,重新解压apache安装包,进行编译安装,可解决上面的问题。

首页
最新活动
个人中心