<div class="gmail_extra">Try running ParaView as:</div><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra">&gt; LD_DEBUG=libs ./bin/paraview                                                                                                     ~/Kitware/ParaView3/ParaViewBin</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Pipe the output to a file and look at the output. It should tell you where it&#39;s looking for the QtHelp.</div><div class="gmail_extra"><br></div><div class="gmail_extra">
Utkarsh</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 22, 2012 at 10:39 AM, Magician <span dir="ltr">&lt;<a href="mailto:f_magician@mac.com" target="_blank">f_magician@mac.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
<br>
I succeeded to build ParaView on CentOS 6.2,<br>
and I had another Linux Workstation of CentOS 5.3.<br>
So I built ParaView 3.14.1 on CentOS 5.3,<br>
but I got some troubles to execute ParaView.<br>
<br>
I installed those packages by yum command:<br>
&gt; libXext-devel.x86_64<br>
&gt; dbus-devel.x86_64<br>
&gt; libXext-devel.x86_64<br>
&gt; glib2-devel.x86_64<br>
&gt; gstreamer-devel.x86_64<br>
&gt; gstreamer-plugins-base-devel.x86_64<br>
&gt; gtk2-devel.x86_64<br>
&gt; libXt-devel.x86_64<br>
And I built Python 2.7.2 (as Shared Library), cmake 2.8.7<br>
and Qt 4.6.4 from sources.<br>
<br>
Then I built ParaView, it seemed to be installed successfully.<br>
But when I execute ParaView, I got an error as below:<br>
&gt; /usr/local/lib/paraview-3.14/paraview: error while loading<br>
&gt; shared libraries: libQtHelp.so.4: cannot open shared object<br>
&gt; file: No such file or directory<br>
<br>
So I made symbolic link as below:<br>
&gt; ln -s /usr/local/lib/libQtHelp.so.4 /lib64/libQtHelp.so.4<br>
<br>
But I got another error:<br>
&gt; /usr/local/lib/paraview-3.14/paraview: error while loading<br>
&gt; shared libraries: libQtHelp.so.4: cannot open shared object<br>
&gt; file: Error 40<br>
<br>
How could I solve these problems?<br>
<br>
<br>
Magician<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></div>