petejkim / autoparts

package manager for nitrous.io
BSD 2-Clause "Simplified" License
81 stars 84 forks source link

ghc doesn't work #231

Closed danmarg closed 9 years ago

danmarg commented 9 years ago

$ ghci GHCi, version 7.8.3: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... : can't load .so/.DLL for: libgmp.so (libgmp.so: cannot open shared object file: No such file or directory)

gmckeever commented 9 years ago

Can you try this on a new box after installing ghc again? I tested this out and wasn't able to reproduce the issue.

danmarg commented 9 years ago

I guess you have LD_LIBRARY_PATH set to $HOME/.parts/lib. That fixes it.