<div>I checked with &#39;ldd&#39; where qemu it&#39;s looking for spice-server:<br></div><div>/usr/lib/</div><div>but I installed spice 0.8.1 libraries in /usr/local/lib. This is the problem.</div><div><br></div><div>I have tried to rebuild qemu after the command</div>
<div>export LD_LIBRARY_PATH=/usr/local/lib</div><div>but I didn&#39;t solve the problem. He looks for spice server in /usr/lib and not in /usr/local/lib.</div><br><div class="gmail_quote">2011/6/29 Christophe Fergeau <span dir="ltr">&lt;<a href="mailto:cfergeau@redhat.com">cfergeau@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Jun 29, 2011 at 10:10:42AM +0200, Andrea Celestino wrote:<br>
&gt; ./configure<br>
&gt; make<br>
&gt; sudo make install<br>
&gt;<br>
&gt; When I run qemu, he runs with spice 0.8.0 and not with the new version.<br>
&gt; Where is the error?<br>
<br>
</div>If qemu/spice 0.8.0 comes from distribution packages, you&#39;re probably<br>
missing a LD_LIBRARY_PATH (or ldconfig) to tell your system about the<br>
spice-server library that was installed in /usr/local.<br>
Check with ldd qemu | grep spice where it&#39;s looking for spice-server at<br>
runtime.<br>
<font color="#888888"><br>
Christophe<br>
</font></blockquote></div><br>