:~$ locate libvtk*.so
returns nothing. Did not expect that…
:/usr/local/lib$ ls
[...]
libvtksys-8.2.so
libvtksys-8.2.so.1
libvtktheora-8.2.so
libvtktheora-8.2.so.1
libvtktiff-8.2.so
libvtktiff-8.2.so.1
libvtkverdict-8.2.so
libvtkverdict-8.2.so.1
libvtkViewsContext2D-8.2.so
libvtkViewsContext2D-8.2.so.1
libvtkViewsCore-8.2.so
libvtkViewsCore-8.2.so.1
libvtkViewsInfovis-8.2.so
libvtkViewsInfovis-8.2.so.1
libvtkzlib-8.2.so
libvtkzlib-8.2.so.1
And:
:/usr/local/lib$ ls -l fileyoufound.so
ls: Zugriff auf 'fileyoufound.so' nicht möglich: Datei oder Verzeichnis nicht gefunden
-> sth. like "Access not possible. File or directory not found"
My application uses library X and this has VTK as dependency. I recompiled both several times. Did not change anything. Already the compiled examples of library X fail at runtime with missing one of vtk’s .so files.