On Wed, Aug 30, 2017 at 4:47 PM, Michael Povolotskyi <mpovo...@purdue.edu>
wrote:

> Dear Libmesh team,
>
> I have built libmesh with vtk support.
>
> The build runs okay, but the library can see path to some of the necessary
> vtk libraries only, and some libraries are not found.
>
> Is it possible to fix this somehow? Thank you!
>

Have you tried adding /depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/ to your
LD_LIBRARY_PATH? On Linux that is usually the fix when dynamic libraries
are not found.


I'm not exactly sure what's going on, but the libraries that are found, i.e.

    libvtkIOCore-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkIOCore-6.3.so.1
(0x00002b750b77b000)
    libvtkCommonCore-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkCommonCore-6.3.so.1
(0x00002b750b9e6000)
    libvtkCommonDataModel-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkCommonDataModel-6.3.so.1
(0x00002b750c007000)
    libvtkFiltersCore-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkFiltersCore-6.3.so.1
(0x00002b750c513000)
    libvtkIOXML-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkIOXML-6.3.so.1
(0x00002b750cb81000)
    libvtkImagingCore-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkImagingCore-6.3.so.1
(0x00002b750ce4a000)
    libvtkIOImage-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkIOImage-6.3.so.1
(0x00002b750d2aa000)
    libvtkImagingMath-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkImagingMath-6.3.so.1
(0x00002b750d600000)
    libvtkIOParallelXML-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkIOParallelXML-6.3.so.1
(0x00002b750d83d000)
    libvtkParallelMPI-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkParallelMPI-6.3.so.1
(0x00002b750da63000)
    libvtkParallelCore-6.3.so.1 =>
/depot/itap/tsaiwei/apps/vtk/6.3.0_test/lib/libvtkParallelCore-6.3.so.1
(0x00002b750dc84000)

look like the list of VTK libraries libmesh needs to link against (see
vtk.m4). The ones that aren't found, e.g

libvtkCommonExecutionModel-6.3.so.1 => not found
libvtkCommonMisc-6.3.so.1 => not found

are perhaps getting pulled in by those?

-- 
John
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to