How can I fix this: "dyld: Library not loaded"?
- by Konzepz
I'm trying to get this cool Basecamp SVN integration kit to work, but testing it (locally) results with:
dyld: Library not loaded: /opt/local/lib/libreadline.6.dylib
Referenced from: /opt/local/bin/php
Reason: no suitable image found. Did find:
/opt/local/lib/libreadline.6.dylib: mach-o, but wrong architecture
Trace/BPT trap
How do I fix this?