I just installed GHCup from haskell.org. When I execute ghci I receive the following error:
GHCi, version 9.2.5: https://www.haskell.org/ghc/ :? for help <no location info>: warning: [-Wmissed-extra-shared-lib] libgmp.so: cannot open shared object file: No such file or directory It's OK if you don't want to use symbols from it directly. (the package DLL is loaded by the system linker which manages dependencies by itself).
How should I address this issue?
There are similar problems on Google but nothing that is exactly the same.