You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need some sort of diagnostic tool that users can run to minimally verify that their Haskell setup is working as expected. We can't handle support requests like "libgmp.so: cannot open shared object file" on a disparate network of forums like Reddit.
The diagnostic tool could say something like
User was running
* cabal version 3.X
* ghc version 9.Y
* obtained by ghcup version Z
* architecture NetLinuxOS i286
* operating system DebHat Harried Maintainer 6.66
* Can compile and link simple program with ghc: Yes
* Can compile and link simple program with stack: Yes
* Can compile and link simple program with cabal: No
Cabal is available at
* ~/.cabal/bin/cabal
* ~/.ghcup/bin/cabal
but none of these are on PATH
or
...
* Can compile and link simple program with ghc: No
Got error: "libgmp.so: cannot open shared object file"
This is a Debian system and libgmp-dev is not installed.
To fix please issue: apt install libgmp-dev
We need some sort of diagnostic tool that users can run to minimally verify that their Haskell setup is working as expected. We can't handle support requests like "libgmp.so: cannot open shared object file" on a disparate network of forums like Reddit.
The diagnostic tool could say something like
or
See also
The text was updated successfully, but these errors were encountered: