执行了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安装包,进行编译安装,可解决上面的问题。