On Wed, Jun 29, 2011 at 12:34:40PM +0200, Andrea Celestino wrote: > If I move libspice-server libraries to /usr/bin there are not any problem > and qemu starts correctly > > ldd ./qemu-system-x86_64 | grep spice > ->libspice-server.so.1 => /usr/lib/libspice-server.so.1 (0x00007f105edee000) > > > > If I move libspice-server libraries to /usr/local/bin > > ldd ./qemu-system-x86_64 | grep spice > ->libspice-server.so.1 => /usr/local/lib/libspice-server.so.1 > (0x00007fe07e24f000) > > but when I run qemu I obtain the following error: > ./qemu-system-x86_64: error while loading shared libraries: > libspice-server.so.1: cannot open shared object file: No such file or > directory
I guess you ran the former prepending LD_LIBRARY_PATH=/usr/local/lib, and the latter _without_ prepending it. Christophe
pgp4yJ2rxwueH.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel