首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

lnmp有关问题解决

2014-11-10 
lnmp问题解决?/bin/rm: cannot remove `libtoolT’: No such file or directory 解决方案?这时直接打开 con

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

热点排行