Tagged Questions
2
votes
3answers
1k views
Where do executables look for shared objects at runtime
The title is pretty explicit.
I understand how to define include shared objects at linking/compile time. However I still wonder how do executables look for the shared object (*.so libraries) at ...