Changes between Initial Version and Version 8 of Ticket #17910


Ignore:
Timestamp:
Jan 12, 2009, 11:40:33 PM (15 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to okhalid.cern@…:

Now I have tried this in my ~/.profile and ~/.basrc : export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:$DYLD_FALLBACK_LIBRARY_PATH

It does not work :-(

You should not set DYLD_FALLBACK_LIBRARY_PATH. It is not necessary and can cause problems.

I have renamed the libJPEG.dylib to libJPEG.dylib under: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources

And then created a symbolic link in there to /opt/local/lib/libjpeg.62.dylib

You should not change anything in /System. This will likely cause problems for your operating system. You should change it back to the way it was.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17910

    • Property Priority changed from High to Normal
    • Property Cc mcalhoun@… ryandesign@… added; omer.khalid@… removed
    • Property Port grace added
  • Ticket #17910 – Description

    initial v8  
    55But when i launches xmgrace from the console, it fails with the following error:
    66
    7 ''dyld: Symbol not found: __cg_jpeg_resync_to_restart
     7{{{
     8dyld: Symbol not found: __cg_jpeg_resync_to_restart
    89  Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    910  Expected in: /Users/okhalid/usr/local/bin/MacPorts-1.7.0/lib/libjpeg.62.dylib
    1011
    11 Trace/BPT trap''
     12Trace/BPT trap
     13}}}
    1214
    1315Thanks for your help. Regards