Changes between Initial Version and Version 1 of Ticket #38236, comment 14


Ignore:
Timestamp:
Feb 28, 2013, 11:56:14 PM (11 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38236, comment 14

    initial v1  
    11Why would you want to pass in an extra path to rev-upgrade?
    22
    3 The root port should take care of installing all required files and making sure binaries reference the required libraries by full path, e.g. using `install_name_tool(1)`.
     3The root port should take care of installing all required files and making sure binaries reference the required libraries by full path, e.g. using `install_name_tool(1)` or by passing a full path to the `-id` flag when linking the library.
    44
    55Also, setting `$LD_LIBRARY_PATH` has no effect on OS X systems and its equivalent `$DYLD_LIBRARY_PATH` should not be used, if avoidable. As I said, instead the root port should ensure all binaries reference the required libraries using their full path.