[Haskell-cafe] Mac OS X dylib woes

Austin Seipp mad.one at gmail.com
Wed Sep 17 02:12:24 EDT 2008


I'm not getting this issue, but to fix it, given whatever you shell
you use with your terminal (Terminal.app, iTerm, etc) program, just
stick this into the rc file for it:

> export DYLD_LIBRARY_PATH=/opt/local/lib:$DYLD_LIBRARY_PATH

For example, in this case it would exist in my ~/.zshrc - it should
solve the problem for the most part.

Austin


More information about the Haskell-Cafe mailing list