No, but I did set two other, related environment variables, very recently:

export LIBRARY_PATH="$HOME/anaconda/lib:$LIBRARY_PATH"
export 
DYLD_FALLBACK_LIBRARY_PATH="/usr/local/lib:$HOME/anaconda/lib:/usr/local/bro/lib:$DYLD_FALLBACK_LIBRARY_PATH"

and one of them must have been the problem, because when I comment out the two 
lines, above, in my .bash_profile file, ghci works fine.

Thanks!

On Aug 15, 2015, at 1:34 PM, Brandon Allbery <allber...@gmail.com> wrote:

> On Sat, Aug 15, 2015 at 4:26 PM, David Banas <capn.fre...@gmail.com> wrote:
> Davids-MacBook-Air-2:tmp dbanas$ ghci
> GHCi, version 7.10.2: http://www.haskell.org/ghc/   :? for help
> <command line>: can't load .so/.DLL for: libiconv.dylib 
> (dlopen(libiconv.dylib, 5): image not found)
> 
> This seems odd. Did you set DYLD_LIBRARY_PATH in the environment?
> 
> /usr/lib/libiconv.dylib should be present on all versions of OS X, except 
> possibly (I can't check) the El Capitan public beta.
> 
> -- 
> brandon s allbery kf8nh                               sine nomine associates
> allber...@gmail.com                                  ballb...@sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

Reply via email to