Changes between Version 6 and Version 7 of Ticket #47708, comment 15


Ignore:
Timestamp:
May 24, 2015, 9:07:51 AM (9 years ago)
Author:
wyatt8750@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47708, comment 15

    v6 v7  
    33However, I'm running OSX 10.6.8. I am therefore using Apple's X11 and do NOT even have that path  (/opt/X11) at all.
    44
    5 Downgrading to previous versions does not help, either - I'm going to run otool -L on all my binaries to see if anything is hardcoding a path like I suspect.
     5Downgrading to previous versions does not help, either.
    66
    7 gfind -type f -print0 | xargs -0 otool -L |grep -i -A 20 -B 20 /opt/X11/lib/libGL.1.dylib
    8 
    9 or something like that...
     7I have also tried using DYLD_LIBRARY_PATH to make it use one of the other libGL.dylib's on my system, but one fails due to requiring libX11.6.dylib version 10 or later (native's providing 9), and the other one missing the symbol '_gll_noop'.