clear command in my mac os terminal gives the following error
Posted
by
sil
on Stack Overflow
See other posts from Stack Overflow
or by sil
Published on 2010-03-26T08:38:10Z
Indexed on
2012/06/18
3:16 UTC
Read the original article
Hit count: 189
dyld: Library not loaded: /opt/local/lib/libncursesw.5.dylib Referenced from: /opt/local/bin/clear Reason: image not found Trace/BPT trap
This is what my bash_login
looks like:
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
export PATH="/usr/local/apache-maven-2.2.1/bin:$PATH"
export PATH="~/.gem/ruby/1.8/bin:$PATH"
export PATH="/usr/local/mysql/bin:$PATH"
export PATH="/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin:$PATH"
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
© Stack Overflow or respective owner