<div dir="ltr">Actually, the system administrator told me that is a problem of the program...<div>I am really sorry for the inconvenience, thank you very much to answer me!</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-11-23 18:56 GMT+01:00 Uli Schlachter <span dir="ltr"><<a href="mailto:psychon@znc.in" target="_blank">psychon@znc.in</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 21.11.2016 17:56, Pierluigi Di Cerbo wrote:<br>
> Hi all<br>
> I am writing since I am almost hopeless<br>
><br>
> I have to run a program written by the Sysadmin of the cluster that usually<br>
> I use. when I run it, I get the following error:<br>
><br>
</span>[...]<br>
<span class="">> ImportError: /usr/lib/libX11.so.6: undefined symbol: xcb_poll_for_reply64<br>
><br>
> I run Arch Linux 4.8.8-2-ARCH<br>
><br>
><br>
> I am totally sure that the version of libxcb that I installed is the most<br>
> recent one (pacman -Qo /usr/lib/libxcb.so   return  /usr/lib/libxcb.so is<br>
> owned by libxcb 1.12-1 )<br>
><br>
> and the same for libX11<br>
><br>
> How is it possible??<br>
<br>
</span>I don't know why PyInstaller is, but from the web site it sounds like it<br>
is a program that tries to get a program and all of its dependencies<br>
together. I bet that PyInstaller picked up an old version of libxcb and<br>
decided not to pick a suitable version of libX11.<br>
<br>
To confirm, I would suggest running 'find /home/vagrant/devel/RCM/ -name<br>
"libxcb*"' to see if it finds some other versions of libxcb.<br>
<br>
Cheers,<br>
Uli<br>
<span class="HOEnZb"><font color="#888888">--<br>
Q: Because it reverses the logical flow of conversation.<br>
A: Why is putting a reply at the top of the message frowned upon?<br>
</font></span></blockquote></div><br></div>