❶ linux下安裝libxml2,cannot remove `libtoolT': No such file or directory
檢查一下默認系統是有的:
[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