问题描述
- 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
时间: 2025-01-24 04:17:12