I was able to install monodevelop just fine.
When I run it, however, it complains:
Thor:~ tizzyd$ monodevelop
dyld: lazy symbol binding failed: Symbol not found: _EVP_idea_cbc
Referenced from: /sw/lib/libssl.0.9.7.dylib
Expected in: /usr/lib/libcrypto.0.9.7.dylib
dyld: Symbol not found: _EVP_idea_cbc
Referenced from: /sw/lib/libssl.0.9.7.dylib
Expected in: /usr/lib/libcrypto.0.9.7.dylib
Trace/BPT trap
Thor:~ tizzyd$
I do have openssl 0.97 installed. All the dependencies are there. My OS X install is up to date, 10.4.2 with all Software Update patches applied. So, any idea what's up and how to fix?
TIA.