Changes between Initial Version and Version 1 of Ticket #44699, comment 8


Ignore:
Timestamp:
Aug 19, 2014, 8:26:10 PM (10 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44699, comment 8

    initial v1  
    1 Why do you even need `DYLD_LIBRARY_PATH`? On OS X, this variables does '''not''' behave like `LD_LIBRARY_PATH` on Linux, which often confuses people. Basically, `DYLD_LIBRARY_PATH` on OS X is only useful for developers to (temporarily) check if a binary works with a newer library version it doesn't link.
     1Why do you even need `DYLD_LIBRARY_PATH`? On OS X, this variable does '''not''' behave like `LD_LIBRARY_PATH` on Linux, which often confuses people. Basically, `DYLD_LIBRARY_PATH` on OS X is only useful for developers to (temporarily) check if a binary works with a newer library version it doesn't link.
    22
    33If some software requires you to set `DYLD_LIBRARY_PATH` on OS X, it is almost always incorrectly linked and should be fixed.