InterviewSolution
Saved Bookmarks
| 1. |
What is export Ld_library_path? |
|
Answer» It is an environment VARIABLE that contains a list of paths that are USED to resolve the LIBRARY dependencies at run-time (dynamic LIBRARIES). This path is checked before the STANDARD paths /lib or /usr/lib. |
|