Skip to content

Latest commit

 

History

History
16 lines (6 loc) · 271 Bytes

File metadata and controls

16 lines (6 loc) · 271 Bytes

Question 74

What is the meaning behind the environment variable LD_LIBRARY_PATH?

Answer

It is used to specify additional directories to search the dynamic libraries for. These take priority over usual search locations.

prev +++ next