[Haskell] libiconv trouble?

David Banas capn.freako at gmail.com
Sat Aug 15 20:42:27 UTC 2015


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 <allbery.b at gmail.com> wrote:

> On Sat, Aug 15, 2015 at 4:26 PM, David Banas <capn.freako at 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
> allbery.b at gmail.com                                  ballbery at sinenomine.net
> unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell/attachments/20150815/a408ec8f/attachment.html>


More information about the Haskell mailing list