Re: [Paraview] libQtHelp.so.4 error

2012-04-29 Thread Magician
Hi Utkarsh, I had been trying to solve libQtHelp errors. Finally I succeeded to run my ParaView. I missed two important settings. First one was about Qt. Qt 4.6.2 was pre-installed on CentOS 6.2 and I additionally installed Qt 4.6.4 from tarball, so both versions of Qt were mixed on my CMake

Re: [Paraview] libQtHelp.so.4 error

2012-04-29 Thread Utkarsh Ayachit
Good to know. Thanks for the update. Utkarsh On Sun, Apr 29, 2012 at 6:32 AM, Magician f_magic...@mac.com wrote: Hi Utkarsh, I had been trying to solve libQtHelp errors. Finally I succeeded to run my ParaView. I missed two important settings. First one was about Qt. Qt 4.6.2 was

Re: [Paraview] libQtHelp.so.4 error

2012-04-25 Thread Utkarsh Ayachit
Looks like /usr/local/lib is not a default path where your CentOS looks for loading libs. The ParaView from the binary dir works since it uses rpaths for all libs and it has the rpath for the Qt libs too. That gets removed on install and hence the issue. Try googling around, there must be a way to

Re: [Paraview] libQtHelp.so.4 error

2012-04-24 Thread Magician
Hi Utkarsh, Thanks for your Advices. I tried to do LD_DEBUG, and 2 different results are found. If I did it for ./ParaView_bin/paraview (built by make): 6166: find library=libQtHelp.so.4 [0]; searching 6166: search

Re: [Paraview] libQtHelp.so.4 error

2012-04-23 Thread Utkarsh Ayachit
Try running ParaView as: LD_DEBUG=libs ./bin/paraview ~/Kitware/ParaView3/ParaViewBin Pipe the output to a file and look at the output. It should tell you where it's looking for the QtHelp. Utkarsh On Sun, Apr 22, 2012 at 10:39 AM, Magician f_magic...@mac.com wrote: Hi all, I

[Paraview] libQtHelp.so.4 error

2012-04-22 Thread Magician
Hi all, I succeeded to build ParaView on CentOS 6.2, and I had another Linux Workstation of CentOS 5.3. So I built ParaView 3.14.1 on CentOS 5.3, but I got some troubles to execute ParaView. I installed those packages by yum command: libXext-devel.x86_64 dbus-devel.x86_64