linux下安装libxml2,cannot remove `libtoolT': No such file or directory
安装libxml2-2.9.0./configure--prefix=/usr/localbxml2出现问题:cannotremove`libtoolT':Nosuchf...
安装 libxml2-2.9.0
./configure --prefix=/usr/localbxml2
出现问题:cannot remove `libtoolT': No such file or directory
网上说的方法可以具体一些吗?
如果进入 vim configure,怎样用语句找到需要修改或者删除的地方? 展开
./configure --prefix=/usr/localbxml2
出现问题:cannot remove `libtoolT': No such file or directory
网上说的方法可以具体一些吗?
如果进入 vim configure,怎样用语句找到需要修改或者删除的地方? 展开
1个回答
展开全部
检查一下默认系统是有的:
[root@~ 15:18]#find / -name "libxml2*"
/usr/lib64/libxml2.so
/usr/lib64/libxml2.so.2
/usr/lib64/libxml2.so.2.7.6
/usr/share/doc/libxml2-devel-2.7.6
/usr/share/doc/libxml2-devel-2.7.6/libxml2-api.xml.gz
/usr/share/doc/libxml2-2.7.6
如果要手动安装:出现你的问题两个办法:(纠正下你的./configure --prefix=/usr/local/libxml2)
1,方法一,尝试过,可以。第二种没试了。
用vim configure 找到17035行,方法是:vim configure 后,输入17035然后回车,找到
$RM “$cfgfile” ,移动光标到前面。按i然后,添加#号,或者dd这行,删除。
然后按Esc,再按: 输入wq,这样就可以了。
或者可以搜索一下?$RM直接定位到这段,操作如上。
2,方法二,这样就可以继续安装。
#yum install automake autoconf libtool
# autoreconf --force --install
# libtoolize --automake --force
# automake --force --add-missing
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询