[Paraview] undefined symbol after successful build

2012-10-09 Thread Armin Ghajar Jazi
Hello everyone, I just built and installed Paraview on our cluster ( from git with mpi enabled without mesa- don't worry we have hardware for graphics ) but upon running it I get the following error /home/ghajar_jazi/ParaView-ex/lib/paraview-3.14/paraview: symbol lookup error: /home/ghajar_jazi/

Re: [Paraview] undefined symbol after successful build

2012-10-09 Thread Pat Marion
Here'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's possible that you need

Re: [Paraview] undefined symbol after successful build

2012-10-09 Thread Pat Marion
Great, I'm glad you got it working! I am forwarding this email to the mailing list so that the solution can be archived. Pat On Tue, Oct 9, 2012 at 9:24 AM, Armin Ghajar Jazi < armin.ghajarj...@uni-siegen.de> wrote: > Ok found it my mistake, > > Some time in the past for some strange reason I h