SCM path?

2 answers

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