User Tools

Site Tools


bash:environment_variables:ld_library_path

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bash:environment_variables:ld_library_path [2021/02/02 13:39] peterbash:environment_variables:ld_library_path [2021/02/02 13:40] (current) – [BASH - Environment Variables - LD_LIBRARY_PATH] peter
Line 11: Line 11:
   * creating a self-contained, relocatable(!) environment for larger applications, such that they do not depend on (changing) system libraries – many software vendors use that approach.   * creating a self-contained, relocatable(!) environment for larger applications, such that they do not depend on (changing) system libraries – many software vendors use that approach.
  
-Problems with using LD_LIBRARY_PATH include:+<WRAP alert> 
 +**ALERT:**  Problems with using **LD_LIBRARY_PATH** include:
  
   * **Security**:   Directories specified in LD_LIBRARY_PATH get searched before(!) the standard locations.   * **Security**:   Directories specified in LD_LIBRARY_PATH get searched before(!) the standard locations.
Line 26: Line 27:
   * **Non-Fixing of actual issue**.  Very often it is used as a crutch to fix a problem that could have been avoided by other means; but the actual issue is not fixed, as this workaround becomes relied upon.   * **Non-Fixing of actual issue**.  Very often it is used as a crutch to fix a problem that could have been avoided by other means; but the actual issue is not fixed, as this workaround becomes relied upon.
     * 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).
 +
 +</WRAP>
  
 ---- ----
bash/environment_variables/ld_library_path.1612273145.txt.gz · Last modified: 2021/02/02 13:39 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki