1 | initial version |
Compiling from source should work, but let's see if we can get a binary install going first..
Sage shouldn't be getting confused by libraries in /opt/local. Could you check your environment variables, in particular anything ending with LD_LIBRARY_PATH, and make sure that /opt/local/lib isn't there by mistake?
I have /opt/local/lib/libiconv.2.dylib too, and managed to reproduce this error by typing (in bash)
export LD_LIBRARY_PATH="/opt/local/lib"
and to make it go away by removing it.