[Paraview] Make install still does not work in 3.10.1

Bastil2001 at yahoo.de Bastil2001 at yahoo.de
Wed Jul 6 13:13:01 EDT 2011


Utkarsh,

thanks for your help. I have no problem running paraview out of the
build directory and

ldd ./bin/paraview

points to the correct QT libraries.
However, after a make install I cannot start the installed paraview and

LD_LIBRARY_PATH=lib/paraview-3.10 ldd lib/paraview-3.10/paraview

points to the wrong (system) QT library now. SO I guess there goes
somthing wrong doing make install?

Regards Bastian



Am 05.07.2011 20:57, schrieb Utkarsh Ayachit:
> Let's leave PARAVIEW_INSTALL_THIRD_PARTY_LIBRARIES on for now. And
> don't worry about setting the LD_LIBRARY_PATH before "make install".
> Let's not do install at all. Let's stick with build paraview and make
> sure it's using the right QT.
>
> ldd ./bin/paraview should point to the correct Qt libraries.
>
> Utkarsh
>
> On Tue, Jul 5, 2011 at 2:51 PM, Bastil2001 at yahoo.de <Bastil2001 at yahoo.de> wrote:
>> It still links against the wrong qt.
>>
>> Ok I will try this one. Is it correct to turn off install third party
>> and make the LD_LIBRARY_PATH point to the right qt before install?
>>
>> Regards Bastian
>>
>> Am 05.07.2011 20:47, schrieb Utkarsh Ayachit:
>>> Okay, so going back, a couple of emails ago, you said your paraview is
>>> linking against wrong Qt right? Is that fixed or still the case? If
>>> that issue is still there, then let's fix that first.
>>>
>>> Using the latest cmake, if you set the qmake correctly, it should
>>> work. However, if CMakeCache.txt is still referrring wrong Qt, then in
>>> an empty directory, create an empty CMakeCache.txt with the
>>> QT_QMAKE_EXECUTABLE set to the correct one and reconfigure ParaView.
>>> That should ensure that cmake uses the right Qt from the get-go.
>>>
>>> Utkarsh
>>>
>>> On Tue, Jul 5, 2011 at 2:30 PM, Bastil2001 at yahoo.de <Bastil2001 at yahoo.de> wrote:
>>>> Yes, every time and every configuration I tried so far it did.
>>>>
>>>> Regards Bastian
>>>>
>>>> Am 05.07.2011 20:28, schrieb Utkarsh Ayachit:
>>>>> Does the ParaView run from the build-directory itself work?
>>>>>
>>>>> Utkarsh
>>>>>
>>>>> On Tue, Jul 5, 2011 at 2:13 PM, Bastil2001 at yahoo.de <Bastil2001 at yahoo.de> wrote:
>>>>>> Pat, all
>>>>>>
>>>>>> I tried once more with taking the qt 4.6.2. into LD_LIBRARY_PATH (build
>>>>>> third party software off). I still get the same error.
>>>>>>
>>>>>> How to debug further?
>>>>>>
>>>>>> Regards Bastian
>>>>>>
>>>>>>
>>>>>>
>>>>>> Am 02.07.2011 09:32, schrieb Bastil2001 at yahoo.de:
>>>>>>
>>>>>> Thanks Pat,
>>>>>>
>>>>>> that is what I get:
>>>>>>
>>>>>> cd /opt/paraview/3.10.1/
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10.1 lib/paraview-3.10.1/paraview
>>>>>>
>>>>>> bash: lib/paraview-3.10.1/paraview: No such file or directory
>>>>>>
>>>>>> ./bin/paraview
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/paraview: symbol lookup error:
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/libQtXmlPatterns.so.4: undefined
>>>>>> symbol: _ZNK21QNetworkAccessManager10metaObjectEv
>>>>>>
>>>>>>
>>>>>> I guess the path was wrong and you meant:
>>>>>>
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10 lib/paraview-3.10/paraview
>>>>>>
>>>>>> lib/paraview-3.10/paraview: symbol lookup error:
>>>>>> lib/paraview-3.10/libQtXmlPatterns.so.4: undefined symbol:
>>>>>> _ZNK21QNetworkAccessManager10metaObjectEv
>>>>>>
>>>>>>
>>>>>> ./bin/paraview
>>>>>>
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/paraview: symbol lookup error:
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/libQtXmlPatterns.so.4: undefined
>>>>>> symbol: _ZNK21QNetworkAccessManager10metaObjectEv
>>>>>>
>>>>>>
>>>>>> or
>>>>>>
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10:lib/paraview-3.10/paraview
>>>>>>
>>>>>> ./bin/paraview
>>>>>>
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/paraview: symbol lookup error:
>>>>>> /opt/paraview/3.10.1/lib/paraview-3.10/libQtXmlPatterns.so.4: undefined
>>>>>> symbol: _ZNK21QNetworkAccessManager10metaObjectEv
>>>>>>
>>>>>>
>>>>>> So none of them worked and I ran the debug commands:
>>>>>>
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10.1 ldd lib/paraview-3.10.1/paraview
>>>>>>
>>>>>> ldd: lib/paraview-3.10.1/paraview: No such file or directory
>>>>>>
>>>>>>
>>>>>> and (I guess you meant that):
>>>>>>
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10 ldd lib/paraview-3.10/paraview
>>>>>>
>>>>>>        libpqApplicationComponents.so =>
>>>>>> lib/paraview-3.10/libpqApplicationComponents.so (0x00002b4bacb00000)
>>>>>>
>>>>>>        libpqComponents.so => lib/paraview-3.10/libpqComponents.so
>>>>>> (0x00002b4bacc9f000)
>>>>>>
>>>>>>        libQtPython.so => lib/paraview-3.10/libQtPython.so
>>>>>> (0x00002b4bad187000)
>>>>>>
>>>>>>        libpqCore.so => lib/paraview-3.10/libpqCore.so (0x00002b4bad2af000)
>>>>>>
>>>>>>        libQtTesting.so => lib/paraview-3.10/libQtTesting.so
>>>>>> (0x00002b4bad615000)
>>>>>>
>>>>>>        libpqWidgets.so => lib/paraview-3.10/libpqWidgets.so
>>>>>> (0x00002b4bad753000)
>>>>>>
>>>>>>        libQtHelp.so.4 => lib/paraview-3.10/libQtHelp.so.4
>>>>>> (0x00002b4bad8dc000)
>>>>>>
>>>>>>        libQtXml.so.4 => /usr/lib64/libQtXml.so.4 (0x00002b4bada89000)
>>>>>>
>>>>>>        libvtkPVServerManagerPythonD.so =>
>>>>>> lib/paraview-3.10/libvtkPVServerManagerPythonD.so (0x00002b4badbe6000)
>>>>>>
>>>>>>        libvtkPVServerCommonPythonD.so =>
>>>>>> lib/paraview-3.10/libvtkPVServerCommonPythonD.so (0x00002b4bade50000)
>>>>>>
>>>>>>        libvtkIOPythonD.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkIOPythonD.so.pv3.10 (0x00002b4badfef000)
>>>>>>
>>>>>>        libvtkFilteringPythonD.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkFilteringPythonD.so.pv3.10 (0x00002b4bae2f1000)
>>>>>>
>>>>>>        libvtkCommonPythonD.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkCommonPythonD.so.pv3.10 (0x00002b4bae726000)
>>>>>>
>>>>>>        libvtkPVServerManager.so =>
>>>>>> lib/paraview-3.10/libvtkPVServerManager.so (0x00002b4baea59000)
>>>>>>
>>>>>>        libvtkPVFiltersCS.so => lib/paraview-3.10/libvtkPVFiltersCS.so
>>>>>> (0x00002b4baef3a000)
>>>>>>
>>>>>>        libvtkPVFilters.so => lib/paraview-3.10/libvtkPVFilters.so
>>>>>> (0x00002b4baf10e000)
>>>>>>
>>>>>>        libvtkPVPythonInterpretor.so =>
>>>>>> lib/paraview-3.10/libvtkPVPythonInterpretor.so (0x00002b4baf746000)
>>>>>>
>>>>>>        libQVTK.so.pv3.10 => lib/paraview-3.10/libQVTK.so.pv3.10
>>>>>> (0x00002b4baf852000)
>>>>>>
>>>>>>        libQtWebKit.so.4 => lib/paraview-3.10/libQtWebKit.so.4
>>>>>> (0x00002b4baf9c3000)
>>>>>>
>>>>>>        libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x00002b4bb0da6000)
>>>>>>
>>>>>>        libQtSql.so.4 => /usr/lib64/libQtSql.so.4 (0x00002b4bb1603000)
>>>>>>
>>>>>>        libQtXmlPatterns.so.4 => lib/paraview-3.10/libQtXmlPatterns.so.4
>>>>>> (0x00002b4bb1736000)
>>>>>>
>>>>>>        libQtCore.so.4 => /usr/lib64/libQtCore.so.4 (0x00002b4bb1d21000)
>>>>>>
>>>>>>        libvtkPVServerCommonCS.so =>
>>>>>> lib/paraview-3.10/libvtkPVServerCommonCS.so (0x00002b4bb1fa1000)
>>>>>>
>>>>>>        libvtkPVServerCommon.so => lib/paraview-3.10/libvtkPVServerCommon.so
>>>>>> (0x00002b4bb20da000)
>>>>>>
>>>>>>        libvtkPVCommandOptions.so =>
>>>>>> lib/paraview-3.10/libvtkPVCommandOptions.so (0x00002b4bb22ee000)
>>>>>>
>>>>>>        libvtkChartsCS.so => lib/paraview-3.10/libvtkChartsCS.so
>>>>>> (0x00002b4bb2409000)
>>>>>>
>>>>>>        libvtkCharts.so.pv3.10 => lib/paraview-3.10/libvtkCharts.so.pv3.10
>>>>>> (0x00002b4bb2534000)
>>>>>>
>>>>>>        libvtkViewsCS.so => lib/paraview-3.10/libvtkViewsCS.so
>>>>>> (0x00002b4bb2704000)
>>>>>>
>>>>>>        libvtkInfovisCS.so => lib/paraview-3.10/libvtkInfovisCS.so
>>>>>> (0x00002b4bb282f000)
>>>>>>
>>>>>>        libvtkViews.so.pv3.10 => lib/paraview-3.10/libvtkViews.so.pv3.10
>>>>>> (0x00002b4bb29a0000)
>>>>>>
>>>>>>        libvtkInfovis.so.pv3.10 => lib/paraview-3.10/libvtkInfovis.so.pv3.10
>>>>>> (0x00002b4bb2b44000)
>>>>>>
>>>>>>        libIceTMPI.so => lib/paraview-3.10/libIceTMPI.so (0x00002b4bb2eb1000)
>>>>>>
>>>>>>        libIceTGL.so => lib/paraview-3.10/libIceTGL.so (0x00002b4bb2fb4000)
>>>>>>
>>>>>>        libIceTCore.so => lib/paraview-3.10/libIceTCore.so
>>>>>> (0x00002b4bb30b8000)
>>>>>>
>>>>>>        libGLU.so.1 => /usr/lib64/libGLU.so.1 (0x00002b4bb31cf000)
>>>>>>
>>>>>>        libGL.so.1 => /usr/lib64/libGL.so.1 (0x00002b4bb334e000)
>>>>>>
>>>>>>        libSM.so.6 => /usr/X11R6/lib64/libSM.so.6 (0x00002b4bb351c000)
>>>>>>
>>>>>>        libICE.so.6 => /usr/X11R6/lib64/libICE.so.6 (0x00002b4bb3627000)
>>>>>>
>>>>>>        libX11.so.6 => /usr/X11R6/lib64/libX11.so.6 (0x00002b4bb3742000)
>>>>>>
>>>>>>        libXext.so.6 => /usr/X11R6/lib64/libXext.so.6 (0x00002b4bb3950000)
>>>>>>
>>>>>>        libvtkVolumeRenderingCS.so =>
>>>>>> lib/paraview-3.10/libvtkVolumeRenderingCS.so (0x00002b4bb3a62000)
>>>>>>
>>>>>>        libvtkVolumeRendering.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkVolumeRendering.so.pv3.10 (0x00002b4bb3b97000)
>>>>>>
>>>>>>        libvtkWidgetsCS.so => lib/paraview-3.10/libvtkWidgetsCS.so
>>>>>> (0x00002b4bb4245000)
>>>>>>
>>>>>>        libvtkHybridCS.so => lib/paraview-3.10/libvtkHybridCS.so
>>>>>> (0x00002b4bb43c9000)
>>>>>>
>>>>>>        libvtkParallelCS.so => lib/paraview-3.10/libvtkParallelCS.so
>>>>>> (0x00002b4bb453c000)
>>>>>>
>>>>>>        libvtkWidgets.so.pv3.10 => lib/paraview-3.10/libvtkWidgets.so.pv3.10
>>>>>> (0x00002b4bb46ae000)
>>>>>>
>>>>>>        libvtkHybrid.so.pv3.10 => lib/paraview-3.10/libvtkHybrid.so.pv3.10
>>>>>> (0x00002b4bb49b4000)
>>>>>>
>>>>>>        libvtkParallel.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkParallel.so.pv3.10 (0x00002b4bb4de1000)
>>>>>>
>>>>>>        libKWCommon.so => lib/paraview-3.10/libKWCommon.so
>>>>>> (0x00002b4bb5102000)
>>>>>>
>>>>>>        libvtkXdmfCS.so => lib/paraview-3.10/libvtkXdmfCS.so
>>>>>> (0x00002b4bb520b000)
>>>>>>
>>>>>>        libvtkRenderingCS.so => lib/paraview-3.10/libvtkRenderingCS.so
>>>>>> (0x00002b4bb5312000)
>>>>>>
>>>>>>        libvtkGenericFilteringCS.so =>
>>>>>> lib/paraview-3.10/libvtkGenericFilteringCS.so (0x00002b4bb5504000)
>>>>>>
>>>>>>        libvtkGenericFiltering.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkGenericFiltering.so.pv3.10 (0x00002b4bb5615000)
>>>>>>
>>>>>>        libvtkGraphicsCS.so => lib/paraview-3.10/libvtkGraphicsCS.so
>>>>>> (0x00002b4bb574e000)
>>>>>>
>>>>>>        libvtkImagingCS.so => lib/paraview-3.10/libvtkImagingCS.so
>>>>>> (0x00002b4bb5974000)
>>>>>>
>>>>>>        libvtkIOCS.so => lib/paraview-3.10/libvtkIOCS.so (0x00002b4bb5ae1000)
>>>>>>
>>>>>>        libvtkFilteringCS.so => lib/paraview-3.10/libvtkFilteringCS.so
>>>>>> (0x00002b4bb5c89000)
>>>>>>
>>>>>>        libvtkCommonCS.so => lib/paraview-3.10/libvtkCommonCS.so
>>>>>> (0x00002b4bb5e9a000)
>>>>>>
>>>>>>        libvtkClientServer.so => lib/paraview-3.10/libvtkClientServer.so
>>>>>> (0x00002b4bb605e000)
>>>>>>
>>>>>>        libvtkXdmf.so => lib/paraview-3.10/libvtkXdmf.so (0x00002b4bb6183000)
>>>>>>
>>>>>>        libvtkRendering.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkRendering.so.pv3.10 (0x00002b4bb62cd000)
>>>>>>
>>>>>>        libvtkGraphics.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkGraphics.so.pv3.10 (0x00002b4bb6906000)
>>>>>>
>>>>>>        libvtkImaging.so.pv3.10 => lib/paraview-3.10/libvtkImaging.so.pv3.10
>>>>>> (0x00002b4bb71de000)
>>>>>>
>>>>>>        libvtkIO.so.pv3.10 => lib/paraview-3.10/libvtkIO.so.pv3.10
>>>>>> (0x00002b4bb769d000)
>>>>>>
>>>>>>        libvtkFiltering.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkFiltering.so.pv3.10 (0x00002b4bb7ce7000)
>>>>>>
>>>>>>        libXdmf.so => lib/paraview-3.10/libXdmf.so (0x00002b4bb81bb000)
>>>>>>
>>>>>>        libvtkhdf5.so.1.8.5 => lib/paraview-3.10/libvtkhdf5.so.1.8.5
>>>>>> (0x00002b4bb832b000)
>>>>>>
>>>>>>        libmpi_cxx.so.0 => lib/paraview-3.10/libmpi_cxx.so.0
>>>>>> (0x00002b4bb86c6000)
>>>>>>
>>>>>>        libmpi.so.0 => lib/paraview-3.10/libmpi.so.0 (0x00002b4bb87e1000)
>>>>>>
>>>>>>        libopen-rte.so.0 => lib/paraview-3.10/libopen-rte.so.0
>>>>>> (0x00002b4bb8985000)
>>>>>>
>>>>>>        libopen-pal.so.0 => lib/paraview-3.10/libopen-pal.so.0
>>>>>> (0x00002b4bb8acf000)
>>>>>>
>>>>>>        libdl.so.2 => /lib64/libdl.so.2 (0x00002b4bb8c40000)
>>>>>>
>>>>>>        libnsl.so.1 => /lib64/libnsl.so.1 (0x00002b4bb8d45000)
>>>>>>
>>>>>>        libm.so.6 => /lib64/libm.so.6 (0x00002b4bb8e5b000)
>>>>>>
>>>>>>        libutil.so.1 => /lib64/libutil.so.1 (0x00002b4bb8fb0000)
>>>>>>
>>>>>>        libvtklibxml2.so.pv3.10 => lib/paraview-3.10/libvtklibxml2.so.pv3.10
>>>>>> (0x00002b4bb90b4000)
>>>>>>
>>>>>>        libvtkzlib.so.pv3.10 => lib/paraview-3.10/libvtkzlib.so.pv3.10
>>>>>> (0x00002b4bb9332000)
>>>>>>
>>>>>>        libpthread.so.0 => /lib64/libpthread.so.0 (0x00002b4bb9447000)
>>>>>>
>>>>>>        libvtkPythonCore.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkPythonCore.so.pv3.10 (0x00002b4bb955f000)
>>>>>>
>>>>>>        libvtkCommon.so.pv3.10 => lib/paraview-3.10/libvtkCommon.so.pv3.10
>>>>>> (0x00002b4bb9686000)
>>>>>>
>>>>>>        libvtksys.so.pv3.10 => lib/paraview-3.10/libvtksys.so.pv3.10
>>>>>> (0x00002b4bb9acf000)
>>>>>>
>>>>>>        libpython2.4.so.1.0 => /usr/lib64/libpython2.4.so.1.0
>>>>>> (0x00002b4bb9c0d000)
>>>>>>
>>>>>>        libQtNetwork.so.4 => /usr/lib64/libQtNetwork.so.4
>>>>>> (0x00002b4bb9e34000)
>>>>>>
>>>>>>        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00002b4bb9fcf000)
>>>>>>
>>>>>>        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00002b4bba1ce000)
>>>>>>
>>>>>>        libc.so.6 => /lib64/libc.so.6 (0x00002b4bba2db000)
>>>>>>
>>>>>>        libQtCLucene.so.4 => lib/paraview-3.10/libQtCLucene.so.4
>>>>>> (0x00002b4bba50e000)
>>>>>>
>>>>>>        libz.so.1 => /lib64/libz.so.1 (0x00002b4bba70c000)
>>>>>>
>>>>>>        libgthread-2.0.so.0 => lib/paraview-3.10/libgthread-2.0.so.0
>>>>>> (0x00002b4bba821000)
>>>>>>
>>>>>>        libglib-2.0.so.0 => lib/paraview-3.10/libglib-2.0.so.0
>>>>>> (0x00002b4bba925000)
>>>>>>
>>>>>>        librt.so.1 => /lib64/librt.so.1 (0x00002b4bbaab8000)
>>>>>>
>>>>>>        libXrender.so.1 => /usr/X11R6/lib64/libXrender.so.1
>>>>>> (0x00002b4bbabc3000)
>>>>>>
>>>>>>        libfontconfig.so.1 => /usr/lib64/libfontconfig.so.1
>>>>>> (0x00002b4bbaccd000)
>>>>>>
>>>>>>        libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00002b4bbae10000)
>>>>>>
>>>>>>        libpng.so.3 => /usr/lib64/libpng.so.3 (0x00002b4bbaf8c000)
>>>>>>
>>>>>>        libXi.so.6 => /usr/X11R6/lib64/libXi.so.6 (0x00002b4bbb0c9000)
>>>>>>
>>>>>>        libXrandr.so.2 => /usr/X11R6/lib64/libXrandr.so.2
>>>>>> (0x00002b4bbb1d1000)
>>>>>>
>>>>>>        libXfixes.so.3 => /usr/X11R6/lib64/libXfixes.so.3
>>>>>> (0x00002b4bbb2d4000)
>>>>>>
>>>>>>        libXcursor.so.1 => /usr/X11R6/lib64/libXcursor.so.1
>>>>>> (0x00002b4bbb3da000)
>>>>>>
>>>>>>        libXinerama.so.1 => /usr/X11R6/lib64/libXinerama.so.1
>>>>>> (0x00002b4bbb4e4000)
>>>>>>
>>>>>>        libvtkftgl.so.pv3.10 => lib/paraview-3.10/libvtkftgl.so.pv3.10
>>>>>> (0x00002b4bbb5e7000)
>>>>>>
>>>>>>        libvtkfreetype.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkfreetype.so.pv3.10 (0x00002b4bbb6f2000)
>>>>>>
>>>>>>        libvtkalglib.so.pv3.10 => lib/paraview-3.10/libvtkalglib.so.pv3.10
>>>>>> (0x00002b4bbb876000)
>>>>>>
>>>>>>        libGLcore.so.1 => /usr/lib64/libGLcore.so.1 (0x00002b4bbb998000)
>>>>>>
>>>>>>        libnvidia-tls.so.1 => /usr/lib64/tls/libnvidia-tls.so.1
>>>>>> (0x00002b4bbc54f000)
>>>>>>
>>>>>>        libvtkexoIIc.so.pv3.10 => lib/paraview-3.10/libvtkexoIIc.so.pv3.10
>>>>>> (0x00002b4bbc651000)
>>>>>>
>>>>>>        libvtkNetCDF.so.pv3.10 => lib/paraview-3.10/libvtkNetCDF.so.pv3.10
>>>>>> (0x00002b4bbc797000)
>>>>>>
>>>>>>        libVPIC.so.pv3.10 => lib/paraview-3.10/libVPIC.so.pv3.10
>>>>>> (0x00002b4bbc971000)
>>>>>>
>>>>>>        libCosmo.so.pv3.10 => lib/paraview-3.10/libCosmo.so.pv3.10
>>>>>> (0x00002b4bbca97000)
>>>>>>
>>>>>>        libXt.so.6 => /usr/X11R6/lib64/libXt.so.6 (0x00002b4bbcbc6000)
>>>>>>
>>>>>>        libvtkverdict.so.pv3.10 => lib/paraview-3.10/libvtkverdict.so.pv3.10
>>>>>> (0x00002b4bbcd28000)
>>>>>>
>>>>>>        libvtkDICOMParser.so.pv3.10 =>
>>>>>> lib/paraview-3.10/libvtkDICOMParser.so.pv3.10 (0x00002b4bbce58000)
>>>>>>
>>>>>>        libvtkNetCDF_cxx.so => lib/paraview-3.10/libvtkNetCDF_cxx.so
>>>>>> (0x00002b4bbcf75000)
>>>>>>
>>>>>>        libvtkmetaio.so.pv3.10 => lib/paraview-3.10/libvtkmetaio.so.pv3.10
>>>>>> (0x00002b4bbd094000)
>>>>>>
>>>>>>        libvtksqlite.so.pv3.10 => lib/paraview-3.10/libvtksqlite.so.pv3.10
>>>>>> (0x00002b4bbd218000)
>>>>>>
>>>>>>        libvtkpng.so.pv3.10 => lib/paraview-3.10/libvtkpng.so.pv3.10
>>>>>> (0x00002b4bbd3db000)
>>>>>>
>>>>>>        libvtkjpeg.so.pv3.10 => lib/paraview-3.10/libvtkjpeg.so.pv3.10
>>>>>> (0x00002b4bbd4ff000)
>>>>>>
>>>>>>        libvtktiff.so.pv3.10 => lib/paraview-3.10/libvtktiff.so.pv3.10
>>>>>> (0x00002b4bbd625000)
>>>>>>
>>>>>>        libvtkexpat.so.pv3.10 => lib/paraview-3.10/libvtkexpat.so.pv3.10
>>>>>> (0x00002b4bbd780000)
>>>>>>
>>>>>>        /lib64/ld-linux-x86-64.so.2 (0x00002b4bac9e4000)
>>>>>>
>>>>>>        libexpat.so.1 => /usr/lib64/libexpat.so.1 (0x00002b4bbd8aa000)
>>>>>>
>>>>>> What is wrong here is that all the qt-stuff is linked against the qt living
>>>>>> in /usr/lib64/ which is the wrong qt (Qt version 4.3.5 in /usr/lib64). The
>>>>>> right one is in /opt/qt/4.6.2. Therefore, I defined "QT_QMAKE_EXECUTABLE
>>>>>> /opt/qt/4.6.2/bin/qmake".
>>>>>> This worked for all versions up to 3.8.1. How can I avoid this wrong
>>>>>> linking?
>>>>>>
>>>>>> And finally:
>>>>>>
>>>>>> nm --demangle lib/paraview-3.10/libQtNetwork.so.4 | grep
>>>>>> QNetworkAccessManager
>>>>>>
>>>>>> nm: 'lib/paraview-3.10/libQtNetwork.so.4': No such file
>>>>>>
>>>>>>
>>>>>> There is no libQtNetwork.so.4 in my paraview install directory for 3.10.1
>>>>>> whereas 3.8.1 has this. I guess this is a consequence of the wrong linking?
>>>>>>
>>>>>> Thanks Bastian
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Am 30.06.2011 21:20, schrieb pat marion:
>>>>>>
>>>>>> Could you try one more time, this time do:
>>>>>>
>>>>>> cd /path/to/paraview-install
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10.1 lib/paraview-3.10.1/paraview
>>>>>>
>>>>>>
>>>>>> And if it still does not work, please post the result of:
>>>>>>
>>>>>> cd /path/to/paraview-install
>>>>>> LD_LIBRARY_PATH=lib/paraview-3.10.1 ldd lib/paraview-3.10.1/paraview
>>>>>>
>>>>>> And:
>>>>>>
>>>>>> nm --demangle lib/lib/paraview-3.10.1/libQtNetwork.so.4 | grep
>>>>>> QNetworkAccessManager
>>>>>>
>>>>>>
>>>>>> Pat
>>>>>>
>>>>>>
>>>>>> On Thu, Jun 30, 2011 at 2:50 PM, Bastil2001 at yahoo.de <Bastil2001 at yahoo.de>
>>>>>> wrote:
>>>>>>> Utkarsh,
>>>>>>>
>>>>>>> How can I elaborate on the issue? I am not sure how to go on.
>>>>>>> I see the issues with different expectations regarding "make install". I
>>>>>>> simply want a clean installation to distribute into our environment.
>>>>>>> I tried different things so far. The only working solution I have so far
>>>>>>> is to copy the paraview binary from the build-directory into the install
>>>>>>> target. I don't think this is a good idea.
>>>>>>>
>>>>>>> Regards Bastian
>>>>>>>
>>>>>>> Am 29.06.2011 19:38, schrieb Utkarsh Ayachit:
>>>>>>>> Bastian,
>>>>>>>>
>>>>>>>> Make install should work. If you can elaborate on the issues you are
>>>>>>>> having, we can track it down. Also note everyone has different
>>>>>>>> expectations with "make install", some want the 3rd party dependencies
>>>>>>>> such as Qt, installed, others don't. It starts getting confusing
>>>>>>>> pretty quickly. So, if I am not mistaken, the default "make install"
>>>>>>>> doesn't make any attempts to install libraries not built by ParaView
>>>>>>>> itself. However it provides mechanisms to import additional cmake
>>>>>>>> files with custom rules to install any dependencies.
>>>>>>>>
>>>>>>>> Utkarsh
>>>>>>>>
>>>>>>>> On Wed, Jun 29, 2011 at 1:13 PM, Bastil2001 at yahoo.de
>>>>>>>> <Bastil2001 at yahoo.de> wrote:
>>>>>>>>> Hi all,
>>>>>>>>>
>>>>>>>>> I still have the same issue with 3.10.1 which I already had in 3.10.0:
>>>>>>>>>
>>>>>>>>> http://www.mail-archive.com/paraview@paraview.org/msg11218.html
>>>>>>>>>
>>>>>>>>> Am I the only one with such problems? I want to get this solved - what
>>>>>>>>> can I do? Shall I submit a bug?
>>>>>>>>>
>>>>>>>>> Regards Bastian
>>>>>>>>> _______________________________________________
>>>>>>>>> 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
>>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> 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
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> 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
>>>>>> _______________________________________________
>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> 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
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> 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
>>>>>>
>>>>>>
>>>>> _______________________________________________
>>>>> 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
>>>>>
>>> _______________________________________________
>>> 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
>>>
>>



More information about the ParaView mailing list