Here&#39;s one guess, it could be some mismatched library versions of Qt.  Run ldd /home/ghajar_jazi/ParaView-ex/lib/paraview-3.14/paraview  to see the list of dynamic library dependencies for paraview.  Take a look at the Qt libraries listed.  Are they the ones you expect?  It&#39;s possible that you need to set LD_LIBRARY_PATH environment variable to the location of the Qt libraries that you used for building paraview.  If that doesn&#39;t work, you could post the output of the ldd command and we can guess again.<br>

<br>Pat<br><br><div class="gmail_quote">On Tue, Oct 9, 2012 at 7:53 AM, Armin Ghajar Jazi <span dir="ltr">&lt;<a href="mailto:armin.ghajarjazi@uni-siegen.de" target="_blank">armin.ghajarjazi@uni-siegen.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everyone,<br>
<br>
I just built and installed Paraview on our cluster ( from git with mpi<br>
enabled without mesa- don&#39;t worry we have hardware for graphics ) but<br>
upon running it I get the following error<br>
<br>
/home/ghajar_jazi/ParaView-ex/lib/paraview-3.14/paraview: symbol<br>
lookup error: /home/ghajar_jazi/ParaView-ex/lib/paraview-3.14/libvtkGUISupportQt-pv3.14.so.1:<br>
undefined symbol:<br>
_ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE<br>
<br>
Does anyone have any input on this ?<br>
<br>
--<br>
Armin Ghajar Jazi<br>
<br>
PhD candidate at<br>
Chair of Fluid Mechanics<br>
Universität Siegen<br>
Paul-Bonatz-Str. 9-11<br>
Room A315<br>
D-57068 Siegen<br>
Germany<br>
<br>
Phone: ++49-(0)271-740-4675<br>
Fax     : ++49-(0)271-740-2666<br>
E-mail: <a href="mailto:armin.ghajarjazi@uni-siegen.de">armin.ghajarjazi@uni-siegen.de</a><br>
Internet: <a href="http://www.uni-siegen.de/fb11/lfst" target="_blank">www.uni-siegen.de/fb11/lfst</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>