Ticket #100 (closed defect: worksforme)
<Problem> installed on osx 10.6 ghci not working
| Reported by: | johnstjohn | Owned by: | dons |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | GHC | Keywords: | |
| Cc: |
Description
<Describe the problem>
When I try to run ghci I get the following error after installing.
jstjohn$ ghci GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/ghc Expected in: /usr/local/lib/libiconv.2.dylib
dyld: Symbol not found: _iconv_open
Referenced from: /Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/ghc Expected in: /usr/local/lib/libiconv.2.dylib
Trace/BPT trap
