[Haskell-cafe] Haskell Package for Fedora 21?

Alexey Shmalko rasen.dubi at gmail.com
Tue Dec 30 23:02:57 UTC 2014


> Adding /usr/lib64 or /usr/lib64/openssl/engines to LD_LIBRARY_PATH
doesn't help,
> even though libgmp.so is located in the latter directory.

Are you sure you have libgmp.so and not libgmp.so.3?

If you have libgmp.so.3, you should symlink libgmp.so to libgmp.so.3 or
install package with libgmp.so.

You could also try using strace. System call trace should help figuring out
what's going on.

Regards,
Alexey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20141231/4cb642f4/attachment.html>


More information about the Haskell-Cafe mailing list