dyld: Library not loaded error when running command in terminal
Posted
by Denis
on Stack Overflow
See other posts from Stack Overflow
or by Denis
Published on 2010-02-21T12:10:09Z
Indexed on
2010/03/28
11:23 UTC
Read the original article
Hit count: 347
Hi,
When running some commands in the terminal, I get the following error message
dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib
Referenced from: /opt/local//lib/libTIFF.dylib
Reason: no suitable image found. Did find:
/opt/local//lib/libjpeg.62.dylib: can't map
/opt/local/lib/libjpeg.62.dylib: can't map
Trace/BPT trap
fyi my xcode is up to date
Any idea how to understand and fix this problem?
Thanks
© Stack Overflow or respective owner