[Spice-devel] Problem installing Spice 0.8.1

Christophe Fergeau cfergeau at redhat.com
Wed Jun 29 02:36:45 PDT 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20110629/8aea433b/attachment.pgp>


More information about the Spice-devel mailing list