Redflag Linux SP3安装apr报错 rm: cannot remove `libtoolT'

Redflag Linux SP3安装apache时 apr报错解决

rm: cannot remove `libtoolT': No such file or directory


在configure里面 RM='$RM  -f'   这里的$RM后面一定有一个空格。

如果后面没有空格,直接连接减号,就依

然会报错。把RM='$RM'改为RM='$RM  -f'