ubuntu 12.04 LTS 安装spice客户端后,运行spicec总是提示缺少libcelt051.so.0

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
hechi
帖子: 1
注册时间: 2014-02-06 20:56
系统: 12.04

ubuntu 12.04 LTS 安装spice客户端后,运行spicec总是提示缺少libcelt051.so.0

#1

帖子 hechi » 2014-02-06 21:07

我按照网上前辈的步骤,在ubuntu 12.04 LTS 下载spice客户端源码包并且编译。
首先安装依赖包
sudo apt-get install libtool libnss3-dev libxrandr-dev libxfixes-dev
libaio-dev libsasl2-dev libjpeg8-dev libpixman-1-dev libcap-dev
libattr1-dev libusb-1.0.0-dev texinfo
wget http://downloads.us.xiph.org/releases/c ... 1.3.tar.gz
wget http://spice-space.org/download/release ... .4.tar.bz2
wget http://spice-space.org/download/release ... .2.tar.bz2
wget http://spice-space.org/download/libcaca ... .2.tar.bz2
wget http://spice-space.org/download/usbredi ... .6.tar.bz2
wget http://wiki.qemu-project.org/download/q ... .1.tar.bz2
然后安装各个依赖包
cd spice-protocol(libcard还有celt等都是一样的)
#./configure --prefix=/usr/local
make -j5
sudo make install
最后安装客户端
cd spice
./configure --prefix=/usr/local --enable-client --enable-smartcard
make j5
sudo make install
但是运行spicec的时候总是提示spicec:
error while loading shared libraries: libcelt051.so.0: cannot open shared object file: No such file or directory
何解啊?求大侠帮助
回复