This is done today when compiling and installing apr-1.5.2 ./configure--PREFIX=/USR/LOCAL/APR a message like this.
" rm:cannot Remove ' libtoolt ': No such file or directory", details such as:
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M00/86/D8/wKioL1fNFBuwzcXWAAC00jIhBuM115.jpg-wh_500x0-wm_3 -wmp_4-s_2320853516.jpg "title=" 1.JPG "alt=" Wkiol1fnfbuwzcxwaac00jihbum115.jpg-wh_50 "/>
Resolution process:
1, online to see a bit, there are many people use the following three commands to solve, but I executed a bit, the results in the re ./configure--prefix=/usr/local/apr the wrong time.
The three commands circulated online are as follows:
# autoreconf--force--install
# libtoolize--automake--force
# Automake--force--add-missing
2, check the libtool-2.2.6-15.5.el6.x86_64 package I was installed
650) this.width=650; "Src=" Http://s4.51cto.com/wyfs02/M01/86/D9/wKioL1fNHs_h1Q30AABJwkYvtL4105.jpg-wh_500x0-wm_3 -wmp_4-s_2512472716.jpg "title=" 4.JPG "alt=" Wkiol1fnhs_h1q30aabjwkyvtl4105.jpg-wh_50 "/>
3. Later edit configure file find $rm and then join a-F solution
650) this.width=650; "Src=" Http://s5.51cto.com/wyfs02/M00/86/D8/wKioL1fNFO6xa8vNAABFPHjDEtc582.jpg-wh_500x0-wm_3 -wmp_4-s_88765483.jpg "title=" 2.JPG "alt=" Wkiol1fnfo6xa8vnaabfphjdetc582.jpg-wh_50 "/>
Summarize:
I actually feel like I just blocked the message, because I can see that RM is given the RM command, but I don't really understand the problem because Rm-f doesn't return information regardless of whether the file exists or not, and may have time to look at the overall process of configure in detail. Install first, say it.
650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/86/D9/wKiom1fNFe2TwhC3AABgoCdHHx4889.jpg-wh_500x0-wm_3 -wmp_4-s_3557664219.jpg "title=" 3.JPG "alt=" Wkiom1fnfe2twhc3aabgocdhhx4889.jpg-wh_50 "/>
If there is a better way or the principle of explanation, please do not hesitate to enlighten! ~ I thanked you here.
This article is from the "record a bit of learning life" blog, please make sure to keep this source http://ureysky.blog.51cto.com/2893832/1846414
Compilation install Apr 1.5.2 times rm:cannot Remove ' Libtoolt ': No such file or directory