I recently installed Lion and Xcode, but when I try to run simple unix commands like "grep", I received the following message:
Incompatible library version: grep requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
Trace/BPT trap: 5
I search for "libiconv.2.dylib" and found two versions in my computer:
One in: /opt/local/lib/
And the other one in: /Applications/MAMP/Library/lib/
Any suggestions?
Thanks
Incompatible library version: grep requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0
Trace/BPT trap: 5
I search for "libiconv.2.dylib" and found two versions in my computer:
One in: /opt/local/lib/
And the other one in: /Applications/MAMP/Library/lib/
Any suggestions?
Thanks