安裝MySQL時一個錯誤解決 |
發(fā)布時間: 2012/9/18 17:13:58 |
configure后出現(xiàn)bin/rm: cannot remove `libtoolT’: No such file or directory錯誤 這時直接打開 configure,把 $RM “$cfgfile” 那行刪除掉,重新再運行 ./configure 就可以了。 # aclocal # automake 或者: # autoreconf –force –install 本文出自:億恩科技【m.1tcdy.com】 |