程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> centos-CentOS 7.0 上源碼安裝 Xen 4.5出錯,怎麼解決

centos-CentOS 7.0 上源碼安裝 Xen 4.5出錯,怎麼解決

編輯:編程綜合問答
CentOS 7.0 上源碼安裝 Xen 4.5出錯,怎麼解決

xl info

xl: error while loading shared libraries: libxlutil.so.4.3: cannot open shared object file: No such file or directory

cd /usr/lib/

ln -s /usr/local/lib/libxlutil.so.4.3.0 libxlutil.so.4.3

ln -s /usr/local/lib/libxlutil.so.4.3.0 libxlutil.so

ln -s /usr/local/lib/libxenlight.so.4.5.0 libxenlight.so.4.5

ln -s /usr/local/lib/libxenlight.so.4.5.0 libxenlight.so

ln -s /usr/local/lib/libxenctrl.so.4.5.0 libxenctrl.so.4.5

ln -s /usr/local/lib/libxenguest.so.4.5.0 libxenguest.so.4.5

ln -s /usr/local/lib/libxenguest.so.4.5.0 libxenguest.so

ln -s /usr/local/lib/libxenstat.so.0.0 libxenstat.so.0

ln -s /usr/local/lib/libxenstat.so.0.0 libxenstat.so

ln -s /usr/local/lib/libxenstore.so.3.0.3 libxenstore.so.3.0

ln -s /usr/local/lib/libxenstore.so.3.0.3 libxenstore.so

ln -s /usr/local/lib/libxenvchan.so.1.0.0 libxenvchan.so.1.0

ln -s /usr/local/lib/libxenvchan.so.1.0.0 libxenvchan.so

ln -s /usr/local/lib/libblktapctl.so.1.0.0 libblktapctl.so.1.0

ln -s /usr/local/lib/libblktapctl.so.1.0.0 libblktapctl.so

ldconfig

最佳回答:


http://www.lvtao.net/server/574.html

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved