Ask Your Question

dcoeurjo's profile - activity

2021-04-13 09:59:58 +0200 received badge  Famous Question (source)
2013-11-01 11:48:31 +0200 received badge  Notable Question (source)
2012-10-23 09:18:26 +0200 received badge  Student (source)
2012-06-09 10:55:41 +0200 received badge  Popular Question (source)
2011-01-31 22:27:43 +0200 received badge  Supporter (source)
2011-01-31 16:53:20 +0200 asked a question Installation problems on MacOs

hi all,

I've downloaded the sage binary package for macos (dmg, 4.6.1) and moved the sage folder to the /Applications/ one. Every time I run sage, I have a problem with libgd/libiconv:

ImportError: dlopen(/Applications/sage/local/lib/python2.6/site-packages/sage/matrix/matrix_mod2_dense.so, 2): Symbol not found: _iconv Referenced from: /Applications/sage/local/lib//libgd.2.dylib Expected in: /opt/local/lib//libiconv.2.dylib in /Applications/sage/local/lib//libgd.2.dylib Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed.

But the /opt/local/lib//libiconv.2.dylib exists.

If I try to compile from the sources (make), I have plenty of such errors.

Is there any workaround ?