lnmp问题解决
?
/bin/rm: cannot remove `libtoolT’: No such file or directory 解决方案
?
这时直接打开 configure,把 $RM “$cfgfile” 那行删除掉,重新再运行 ./configure 就可以了。
网上所说的那些方法根本不管用,如:
# aclocal
# autoconf
# automake
# libtoolize force
或者:
# autoreconf force install
# libtoolize automake force
# automake force add-missing
--------------------------------------------------
libtool: definition of this LT_INIT comes from libtool 2.2.6b.libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
?
autoreconf -i -f
./configure
make