Re: [Libmesh-users] Problem in linking vtk libraries

2019-03-23 Thread Nikrouz
THANKS! It works now! On 2019-03-23 8:24 p.m., Simone Rossi wrote: Usually adding the VTK library folder to the shared library path (LD_LIBRARY_PATH or DYLD_LIBRARY_PATH depending on your system) would solve this kind problem. On Sat, Mar 23, 2019, 5:56 PM Nikrouz

Re: [Libmesh-users] Problem in linking vtk libraries

2019-03-23 Thread Simone Rossi
Usually adding the VTK library folder to the shared library path (LD_LIBRARY_PATH or DYLD_LIBRARY_PATH depending on your system) would solve this kind problem. On Sat, Mar 23, 2019, 5:56 PM Nikrouz wrote: > Dear all, > > I have configured libMesh for running unsteady cases. > > I can compile th

[Libmesh-users] Problem in linking vtk libraries

2019-03-23 Thread Nikrouz
Dear all, I have configured libMesh for running unsteady cases. I can compile the code of the example by make command but when I run the code I faced with an error: ./example-opt: error while loading shared libraries: libvtksys-8.2.so.1: cannot open shared object file: No such file or direc