[Paraview] undefined symbol after successful build

Pat Marion pat.marion at kitware.com
Tue Oct 9 09:35:56 EDT 2012


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.ghajarjazi at uni-siegen.de> wrote:

> Ok found it my mistake,
>
> Some time in the past for some strange reason I had added /usr/lib64
> and /usr/lib to my LD_LIBRARY_PATH. I guess I was having an out of
> body experience back then :)
>
> Thanks anyway
> Armin
>
> On Tue, Oct 9, 2012 at 3:22 PM, Armin Ghajar Jazi
> <armin.ghajarjazi at uni-siegen.de> wrote:
> > Hi Pat
> >
> > that's it, you're correct. The shared libraries do point to the
> > libraries in system wide installed Qt. The problem is our system wide
> > Qt is 4.6.2. So I built Qt manually.
> >
> > I also added the library path of the Qt to LD_LIBRARY_PATH. But it has
> > no effect, I guess they are being shadowed by the old Qt paths!! How
> > can I circumvent this ?
> >
> > cheers,
> > Armin
> >
> > On Tue, Oct 9, 2012 at 2:36 PM, Pat Marion <pat.marion at kitware.com>
> wrote:
> >> 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 to set LD_LIBRARY_PATH environment variable to the location of the
> Qt
> >> libraries that you used for building paraview.  If that doesn't work,
> you
> >> could post the output of the ldd command and we can guess again.
> >>
> >> Pat
> >>
> >> On Tue, Oct 9, 2012 at 7:53 AM, Armin Ghajar Jazi
> >> <armin.ghajarjazi at uni-siegen.de> wrote:
> >>>
> >>> 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/ParaView-ex/lib/paraview-3.14/libvtkGUISupportQt-pv3.14.so.1:
> >>> undefined symbol:
> >>>
> _ZN19QAbstractProxyModel11setItemDataERK11QModelIndexRK4QMapIi8QVariantE
> >>>
> >>> Does anyone have any input on this ?
> >>>
> >>> --
> >>> Armin Ghajar Jazi
> >>>
> >>> PhD candidate at
> >>> Chair of Fluid Mechanics
> >>> Universität Siegen
> >>> Paul-Bonatz-Str. 9-11
> >>> Room A315
> >>> D-57068 Siegen
> >>> Germany
> >>>
> >>> Phone: ++49-(0)271-740-4675
> >>> Fax     : ++49-(0)271-740-2666
> >>> E-mail: armin.ghajarjazi at uni-siegen.de
> >>> Internet: www.uni-siegen.de/fb11/lfst
> >>> _______________________________________________
> >>> Powered by www.kitware.com
> >>>
> >>> Visit other Kitware open-source projects at
> >>> http://www.kitware.com/opensource/opensource.html
> >>>
> >>> Please keep messages on-topic and check the ParaView Wiki at:
> >>> http://paraview.org/Wiki/ParaView
> >>>
> >>> Follow this link to subscribe/unsubscribe:
> >>> http://www.paraview.org/mailman/listinfo/paraview
> >>
> >>
> >
> >
> >
> > --
> > Armin Ghajar Jazi
> >
> > PhD candidate at
> > Chair of Fluid Mechanics
> > Universität Siegen
> > Paul-Bonatz-Str. 9-11
> > Room A315
> > D-57068 Siegen
> > Germany
> >
> > Phone: ++49-(0)271-740-4675
> > Fax     : ++49-(0)271-740-2666
> > E-mail: armin.ghajarjazi at uni-siegen.de
> > Internet: www.uni-siegen.de/fb11/lfst
>
>
>
> --
> Armin Ghajar Jazi
>
> PhD candidate at
> Chair of Fluid Mechanics
> Universität Siegen
> Paul-Bonatz-Str. 9-11
> Room A315
> D-57068 Siegen
> Germany
>
> Phone: ++49-(0)271-740-4675
> Fax     : ++49-(0)271-740-2666
> E-mail: armin.ghajarjazi at uni-siegen.de
> Internet: www.uni-siegen.de/fb11/lfst
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20121009/37edb0e6/attachment-0001.htm>


More information about the ParaView mailing list