bash:environment_variables:ld_library_path
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:environment_variables:ld_library_path [2021/02/02 13:38] – peter | bash:environment_variables:ld_library_path [2021/02/02 13:40] (current) – [BASH - Environment Variables - LD_LIBRARY_PATH] peter | ||
---|---|---|---|
Line 5: | Line 5: | ||
Multiple directories can be listed, separated by a colon (:), and this list is then searched before the compiled-in search path(s), and the standard locations (typically /lib, /usr/lib, …). | Multiple directories can be listed, separated by a colon (:), and this list is then searched before the compiled-in search path(s), and the standard locations (typically /lib, /usr/lib, …). | ||
- | This can be used for: | + | LD_LIBRARY_PATH |
* testing new versions of a shared library against an already compiled application | * testing new versions of a shared library against an already compiled application | ||
Line 11: | Line 11: | ||
* creating a self-contained, | * creating a self-contained, | ||
- | Problems with using LD_LIBRARY_PATH include: | + | <WRAP alert> |
+ | **ALERT: | ||
* **Security**: | * **Security**: | ||
Line 26: | Line 27: | ||
* **Non-Fixing of actual issue**. | * **Non-Fixing of actual issue**. | ||
* These settings get dependent on this crutch – and if it is eventually taken away, they start to stumble (i.e. fail to run). | * These settings get dependent on this crutch – and if it is eventually taken away, they start to stumble (i.e. fail to run). | ||
+ | |||
+ | </ | ||
---- | ---- |
bash/environment_variables/ld_library_path.1612273129.txt.gz · Last modified: 2021/02/02 13:38 by peter