Changes between Initial Version and Version 2 of Ticket #20487


Ignore:
Timestamp:
Jul 30, 2009, 2:03:28 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20487

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port OpenSceneGraph added
  • Ticket #20487 – Description

    initial v2  
    11Dear All,
    22I have installed OpenSceneGraph and then I get the following error:
     3{{{
    34<Dario.Moricciani@dhcp-253-24:~> osgviewer
    45
     
    78  Reason: image not found
    89Trace/BPT trap
     10}}}
    911
    1012Then I try to add "/opt/local/lib" to $DYLD_LIBRARYPATH and I get this error :
    1113
     14{{{
    1215<Dario.Moricciani@dhcp-253-24:~> osgviewer
    1316dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
     
    1518  Reason: Incompatible library version: vecLib requires version 1.0.0 or later, but libLAPACK.dylib provides version 0.0.0
    1619Trace/BPT trap
     20}}}
    1721
    1822If I give the command :
    1923
     24{{{
    2025<Dario.Moricciani@dhcp-253-24:~> otool -L /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    2126/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib:
     
    2732        /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib (compatibility version 1.0.0, current version 218.0.0)
    2833        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
     34}}}
    2935
    3036Seems all the Library is ok !