macosmonolibsystem

Issues with installing Mono 2.6.7 in Mac 10.4.7


I'm installing Mono 2.6.7 on a Mac 10.4.7, and running across few issues. I've solved some of them by updating few libraries via MacPort, but this one is the latest.

When I start Mono, it crashes. Any help is appreciated.

dyld: lazy symbol binding failed: Symbol not found: _strerror$UNIX2003
  Referenced from: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/libglib-2.0.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _strerror$UNIX2003
  Referenced from: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/libglib-2.0.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Solution

  • I got this resolved by installing macports, and then doing a

    sudo port install mono
    

    Which essentially downloads mono and related dependencies, and compile mono against the local libraries.