staf: error while loading shared libraries: libSTAF.so: cannot open shared object file: No such file or directory
To fix this, modify/add LD_LIBRARY_PATH to ~/.bashrc like:
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/staf/lib"
staf: error while loading shared libraries: libSTAF.so: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/staf/lib"
#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...
No comments:
Post a Comment