
24 Mar
2013
24 Mar
'13
12:37 a.m.
On Thu, Mar 21, 2013 at 09:08:46AM +0900, Kazu Yamamoto wrote:
In my case:
libffi.so.6 => not found (0)
This fix does not solve the problem and "validate" still has the same problem.
OK, I've just pushed another attempt; can you let me know whether HEAD now works for you, please?
Also, it appeared that after building GHC, inplace/lib/bin/ghc-stage2 has the same problem:
% ldd ghc-stage2 | grep ffi libffi.so.6 => not found (0)
That's expected. All the Haskell .so's should also be not found. That's why inplace/bin/ghc-stage2 sets LD_LIBRARY_PATH. Thanks Ian