On Wed, Jun 29, 2011 at 11:23:45AM +0200, Andrea Celestino wrote:
> I checked with 'ldd' where qemu it's looking for spice-server:
> /usr/lib/
> but I installed spice 0.8.1 libraries in /usr/local/lib. This is the
> problem.
> 
> I have tried to rebuild qemu after the command
> export LD_LIBRARY_PATH=/usr/local/lib
> but I didn't solve the problem. He looks for spice server in /usr/lib and
> not in /usr/local/lib.

LD_LIBRARY_PATH is not used at compile time, it's used by the runtime
linker to locate libraries. You can compare
ldd ... | grep spice
with
LD_LIBRARY_PATH=/usr/local/lib ldd ... | grep spice

Christophe

Attachment: pgpokBtaRxeQC.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to