Changes between Initial Version and Version 1 of Ticket #57594, comment 1


Ignore:
Timestamp:
Nov 28, 2018, 3:42:38 AM (5 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57594, comment 1

    initial v1  
    33
    44If we run {{{otool -L /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO}}}, we see that the library uses {{{/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib}}}.\\
    5 When {{{DYLD_FALLBACK_LIBRARY_PATH}}} is set to {{{${prefix}/lib}}}, we **force** {{{ImageIO}}} to use {{{${prefix}/lib/libjpeg.dylib}}} instead.\\
     5When {{{DYLD_LIBRARY_PATH}}} is set to {{{${prefix}/lib}}}, we **force** {{{ImageIO}}} to use {{{${prefix}/lib/libjpeg.dylib}}} instead.\\
    66Th two {{{libjpeg.dylib}}}s have different symbols, hence the error.
    77