Changes between Initial Version and Version 1 of Ticket #41638, comment 5


Ignore:
Timestamp:
Dec 5, 2013, 5:19:54 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41638, comment 5

    initial v1  
     1{{{
    12otool -L /opt/local/lib/libvorbisfile.3.dylib
    23/opt/local/lib/libvorbisfile.3.dylib:
     
    56        /opt/local/lib/libogg.0.dylib (compatibility version 9.0.0, current version 9.0.0)
    67        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)
     8}}}
    79
    8 DYLD_LIBRARY_PATH is be the problem.  I did not set this.  xuggler must be something that came in with something I installed.  It looks like Tracker (which is part of a suite of science teaching software) installed itself in /usr/local and then changed my path.  Grrmph!  Thanks Ryan and Larry.
     10`DYLD_LIBRARY_PATH` is be the problem.  I did not set this.  xuggler must be something that came in with something I installed.  It looks like Tracker (which is part of a suite of science teaching software) installed itself in /usr/local and then changed my path.  Grrmph!  Thanks Ryan and Larry.
    911
     12{{{
    1013DYLD_LIBRARY_PATH=/usr/local/xuggler/lib
    11 
     14}}}