hi,
i'v created and compiled a dynamic lib (.so). i link to it from an
executable project, but when i try to run the executable project, i get
"error while loading shared libraries. cannot open shared object file...
no such file or directory".
i understand this is due to the fact that the path from which to load is
unknown to the loader during runtime. so... how do i let it know were to
look for the .so file during runtime?
thanks,
shalev.