SCM path?
![](http://jazz.net/_images/myphoto/5a3308920eeac90b9f53904197fb4b84.jpg)
2 answers
![](http://jazz.net/_images/myphoto/5a3308920eeac90b9f53904197fb4b84.jpg)
I set the scm directory in the path, but it's not working, i got error message like libjsig.so: cannot open shared object file: No such file or directory.
Anyone know how to set it?
I assume you're running on *nix, so
$ export LD_LIBRARY_PATH=libraryPath:$LD_LIBRARY_PATH
would probably do the trick.
e