It's all about the answers!

Ask a question

SCM path?


Michael Man (51106) | asked Feb 09 '09, 7:43 p.m.
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?

2 answers



permanent link
Evan Hughes (2.4k1318) | answered Feb 10 '09, 11:16 a.m.
JAZZ DEVELOPER
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

permanent link
Michael Man (51106) | answered Feb 10 '09, 3:03 p.m.
problem solved, thank you!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.