From: Simone R. <sim...@gm...> - 2019-03-24 00:24:47
|
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 <nik...@gm...> wrote: > 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 directory > > How can I solve the issue? > > Thanks, > > > > _______________________________________________ > Libmesh-users mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libmesh-users > |