open-discussion
open-discussion > RE: Error 40 With vtk
Nov 20, 2012 03:11 PM | Magno Guillen
RE: Error 40 With vtk
Hi Mitchel,
It looks like a permission issue. In order to create the symbolic link in the library , you should use:
ln -fs file_name link_name
IN your case,
ln -fs libhistory.so.6 libhistory.so.5
Then you could check the file permission to make sure your application can access it.
Use :
ls -la
Try it and let us know.
It looks like a permission issue. In order to create the symbolic link in the library , you should use:
ln -fs file_name link_name
IN your case,
ln -fs libhistory.so.6 libhistory.so.5
Then you could check the file permission to make sure your application can access it.
Use :
ls -la
Try it and let us know.
Threaded View
Title | Author | Date |
---|---|---|
Mitchell Gomez | Nov 18, 2012 | |
Xenophon Papademetris | Nov 19, 2012 | |
Mitchell Gomez | Nov 20, 2012 | |
Magno Guillen | Nov 20, 2012 | |
Xenophon Papademetris | Nov 21, 2012 | |
Edden Gerber | Mar 6, 2014 | |
Xenophon Papademetris | Mar 6, 2014 | |
Xenophon Papademetris | Mar 6, 2014 | |
Manuel Mercier | May 18, 2014 | |
Xenophon Papademetris | May 21, 2014 | |