Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libararies : libgmp.so.10: cannot open shared object file: No such file or directory #967

Closed
superinterstellar opened this issue Sep 10, 2015 · 2 comments

Comments

@superinterstellar
Copy link

Hi,
I am trying to install stack on Centos 6.
Below is the error message:-

stack: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory

Could someone please help address this issue.
Thanks
Kevin

@borsboom
Copy link
Contributor

You need to install a stack executable linked with libgmp.so.3 (gmp4) instead.

I was about to point you to the CentOS 6 instructions on the Downloads page when I noticed that there aren't any (just a "Looking for CentOS 6 / RHEL 6/ Amazon Linux? See #465" pointer). Now that GHC 7.10.2 has released CentOS 6 binaries (7.10.1 didn't) I'll add that back. But in the meantime, try following these instructions.

You can also download one of the binaries with the -gmp4 suffix from the latest release.

@borsboom
Copy link
Contributor

Downloads page is updated. Please reopen this issue if you continue to have trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants