rm: cannot remove ‘libtoolT’: No such file or directory 发表评论 1,672A+所属分类:Error 安装:apr-1.5.1提示“rm: cannot remove 'libtoolT': No such file or directory” 解决方法: 大约29544行 Vim [root@JP apr-1.5.1]# vim ./configure RM='$RM'更改为RM='$RM -f' 01 [root@JP apr-1.5.1]# vim ./configureRM='$RM'更改为RM='$RM -f'